reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
133 virtual const llvm::APSInt *getKnownValue(ProgramStateRef state, SVal val) = 0;
47 const llvm::APSInt *getKnownValue(ProgramStateRef state, SVal V) override;
601 if (const llvm::APSInt *KnownRHSValue = getKnownValue(state, rhs)) { 714 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs)) { 761 if (const llvm::APSInt *RHSValue = getKnownValue(state, rhs))