Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h235 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DBodyFarm.cpp132 C.getLogicalOperationType(), VK_PRValue, OK_Ordinary, SourceLocation(), in makeComparison()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1978 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp12330 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
12425 return Context.getLogicalOperationType(); in CheckCompareOperands()
12917 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
12925 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
15701 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
H A DSemaExprCXX.cpp5435 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()