Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp302 return getTruthValue(V1 < V2); in evalAPSInt()
305 return getTruthValue(V1 > V2); in evalAPSInt()
308 return getTruthValue(V1 <= V2); in evalAPSInt()
311 return getTruthValue(V1 >= V2); in evalAPSInt()
314 return getTruthValue(V1 == V2); in evalAPSInt()
317 return getTruthValue(V1 != V2); in evalAPSInt()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h227 APSIntPtr getTruthValue(bool b, QualType T) { in getTruthValue() function
232 APSIntPtr getTruthValue(bool b) { in getTruthValue() function
233 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
H A DSValBuilder.h337 return nonloc::ConcreteInt(BasicVals.getTruthValue(b, type)); in makeTruthVal()
341 return nonloc::ConcreteInt(BasicVals.getTruthValue(b)); in makeTruthVal()