Searched defs:getTruthValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h161 inline const llvm::APSInt& getTruthValue(bool b, QualType T) { function in class:clang::ento::BasicValueFactory
165 inline const llvm::APSInt& getTruthValue(bool b) { function in class:clang::ento::BasicValueFactory
166 return getTruthValue(b, Ctx.getLogicalOperationType());

Completed in 63 milliseconds