Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h241 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp133 C.getLogicalOperationType(), VK_PRValue, OK_Ordinary, SourceLocation(), in makeComparison()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateDeductionGuide.cpp947 Context, Context.getLogicalOperationType(), AliasTemplate->getLocation(), in buildIsDeducibleConstraint()
HDSemaExpr.cpp12009 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
12110 return Context.getLogicalOperationType(); in CheckCompareOperands()
12615 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
12623 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
15461 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
HDSemaExprCXX.cpp5945 return TypeTraitExpr::Create(Context, Context.getLogicalOperationType(), in BuildTypeTrait()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h2043 QualType getLogicalOperationType() const { in getLogicalOperationType() function