Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h233 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp133 C.getLogicalOperationType(), VK_PRValue, OK_Ordinary, SourceLocation(), in makeComparison()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp966 Context, Context.getLogicalOperationType(), AliasTemplate->getLocation(), in buildIsDeducibleConstraint()
H A DSemaTypeTraits.cpp1553 return TypeTraitExpr::Create(Context, Context.getLogicalOperationType(), in BuildTypeTrait()
H A DSemaExpr.cpp12356 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
12457 return Context.getLogicalOperationType(); in CheckCompareOperands()
12971 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
12979 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
15827 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2224 QualType getLogicalOperationType() const { in getLogicalOperationType() function