Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h219 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp130 C.getLogicalOperationType(), in makeComparison()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1785 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp10253 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
10313 return Context.getLogicalOperationType(); in CheckCompareOperands()
10755 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
13032 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
H A DSemaExprCXX.cpp5024 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()