Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h218 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp129 C.getLogicalOperationType(), in makeComparison()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1810 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp10726 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
10817 return Context.getLogicalOperationType(); in CheckCompareOperands()
11260 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
13744 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
HDSemaExprCXX.cpp5044 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()