Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h241 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateDeductionGuide.cpp947 Context, Context.getLogicalOperationType(), AliasTemplate->getLocation(), in buildIsDeducibleConstraint()
H A DSemaExpr.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()
H A DSemaExprCXX.cpp5945 return TypeTraitExpr::Create(Context, Context.getLogicalOperationType(), in BuildTypeTrait()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2043 QualType getLogicalOperationType() const { in getLogicalOperationType() function