Searched refs:getTruthValue (Results 1 – 2 of 2) sorted by relevance
235 const llvm::APSInt &getTruthValue(bool b, QualType T) { in getTruthValue() function240 const llvm::APSInt &getTruthValue(bool b) { in getTruthValue() function241 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
351 return nonloc::ConcreteInt(BasicVals.getTruthValue(b, type)); in makeTruthVal()355 return nonloc::ConcreteInt(BasicVals.getTruthValue(b)); in makeTruthVal()