Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h166 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h230 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/external/clang/lib/Analysis/
DBodyFarm.cpp100 C.getLogicalOperationType(), in makeComparison()
/external/llvm-project/clang/lib/Analysis/
DBodyFarm.cpp128 C.getLogicalOperationType(), VK_RValue, OK_Ordinary, SourceLocation(), in makeComparison()
/external/clang/include/clang/AST/
DASTContext.h1544 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1805 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp11529 return S.Context.getLogicalOperationType(); in checkArithmeticOrEnumeralCompare()
11620 return Context.getLogicalOperationType(); in CheckCompareOperands()
12073 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
14693 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
DSemaExprCXX.cpp5214 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()
/external/clang/lib/Sema/
DSemaExpr.cpp9147 QualType ResultTy = Context.getLogicalOperationType(); in CheckCompareOperands()
9479 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
11446 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
DSemaExprCXX.cpp4440 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()