Home
last modified time | relevance | path

Searched refs:getTruthValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h235 const llvm::APSInt &getTruthValue(bool b, QualType T) { in getTruthValue() function
240 const llvm::APSInt &getTruthValue(bool b) { in getTruthValue() function
241 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
H A DSValBuilder.h351 return nonloc::ConcreteInt(BasicVals.getTruthValue(b, type)); in makeTruthVal()
355 return nonloc::ConcreteInt(BasicVals.getTruthValue(b)); in makeTruthVal()