Home
last modified time | relevance | path

Searched refs:getLogicalOperationType (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h236 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DBodyFarm.cpp128 C.getLogicalOperationType(), VK_RValue, OK_Ordinary, SourceLocation(), in makeComparison()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1848 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp11642 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
11733 return Context.getLogicalOperationType(); in CheckCompareOperands()
12186 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
14812 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
H A DSemaExprCXX.cpp5286 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()