Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h166 return getTruthValue(b, Ctx.getLogicalOperationType()); in getTruthValue()
/external/clang/lib/Analysis/
DBodyFarm.cpp102 C.getLogicalOperationType(), in makeComparison()
/external/clang/include/clang/AST/
DASTContext.h1365 QualType getLogicalOperationType() const { in getLogicalOperationType() function
/external/clang/lib/Sema/
DSemaExpr.cpp7964 QualType ResultTy = Context.getLogicalOperationType(); in CheckCompareOperands()
8282 return Context.getLogicalOperationType(); in CheckVectorCompareOperands()
9923 resultType = Context.getLogicalOperationType(); in CreateBuiltinUnaryOp()
DSemaExprCXX.cpp3709 QualType ResultType = Context.getLogicalOperationType(); in BuildTypeTrait()