Searched refs:getTrueExpr (Results 1 - 25 of 29) sorted by relevance

12

/external/clang/lib/AST/
H A DParentMap.cpp63 M[BCO->getTrueExpr()] = S;
64 BuildParentMap(M, BCO->getTrueExpr(), OV_Opaque);
H A DExprClassification.cpp334 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
341 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
H A DExprConstant.cpp3817 StmtVisitorTy::Visit(E->getTrueExpr());
3835 Expr *EvalExpr = BoolResult ? E->getTrueExpr() : E->getFalseExpr();
8626 ICEDiag TrueResult = CheckICE(Exp->getTrueExpr(), Ctx);
H A DExpr.cpp163 return CO->getTrueExpr()->isKnownToHaveBooleanValue() &&
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp256 if (isIdenticalStmt(AC->getASTContext(), C->getTrueExpr(),
263 Sr[0] = C->getTrueExpr()->getSourceRange();
/external/clang/lib/Sema/
H A DScopeInfo.cpp147 markSafeWeakUse(Cond->getTrueExpr());
H A DSemaLambda.cpp530 if (EnumDecl *ED = findEnumForBlockReturn(CO->getTrueExpr()))
H A DSemaChecking.cpp2040 checkFormatStringExpr(S, C->getTrueExpr(), Args,
5067 return GetExprRange(C, CondResult ? CO->getTrueExpr()
5072 IntRange L = GetExprRange(C, CO->getTrueExpr(), MaxWidth);
6101 CheckConditionalOperand(S, E->getTrueExpr(), T, CC, Suspicious);
6117 CheckImplicitConversion(S, E->getTrueExpr()->IgnoreParenImpCasts(),
6823 Visit(Result ? CO->getTrueExpr() : CO->getFalseExpr());
6825 WorkList.push_back(CO->getTrueExpr());
7976 TypeExpr = ACO->getTrueExpr();
H A DAnalysisBasedWarnings.cpp743 CreateIfFixit(S, CO, CO->getTrueExpr(), CO->getFalseExpr(),
H A DSemaStmt.cpp1301 Visit(E->getTrueExpr());
1377 CheckLValueToRValueCast(CO->getTrueExpr());
H A DSemaExprCXX.cpp5712 return IsSpecialDiscardedValue(CO->getTrueExpr()) &&
5717 if (OpaqueValueExpr *OVE = dyn_cast<OpaqueValueExpr>(BCO->getTrueExpr()))
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp703 CountMap[E->getTrueExpr()] = PGO.getCurrentRegionCount();
704 Visit(E->getTrueExpr());
H A DCGExprAgg.cpp807 return isBlockVarRef(op->getTrueExpr())
922 Visit(E->getTrueExpr());
H A DCGExprComplex.cpp762 ComplexPairTy LHS = Visit(E->getTrueExpr());
H A DCGExpr.cpp2720 const Expr *live = expr->getTrueExpr(), *dead = expr->getFalseExpr();
2743 EmitLValueOrThrowExpression(*this, expr->getTrueExpr());
H A DCGExprScalar.cpp3073 Expr *lhsExpr = E->getTrueExpr();
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp209 return isGlobalVar(condOp->getTrueExpr()) &&
/external/clang/include/clang/AST/
H A DExpr.h3162 // getTrueExpr - Return the subexpression representing the value of
3164 Expr *getTrueExpr() const;
3218 // getTrueExpr - Return the subexpression representing the value of
3220 Expr *getTrueExpr() const { return cast<Expr>(SubExprs[LHS]); } function in class:clang::StringLiteral::OffsetOfExpr::ConditionalOperator
3301 /// \brief getTrueExpr - Return the subexpression which will be
3304 Expr *getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::BinaryConditionalOperator
3338 inline Expr *AbstractConditionalOperator::getTrueExpr() const { function in class:clang::StringLiteral::OffsetOfExpr::AbstractConditionalOperator
3340 return co->getTrueExpr();
3341 return cast<BinaryConditionalOperator>(this)->getTrueExpr();
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp363 const Expr *TrueExpr = CO->getTrueExpr();
H A DCFG.cpp1856 const Expr *trueExpr = C->getTrueExpr();
1858 LHSBlock = Visit(C->getTrueExpr(), alwaysAdd);
3632 LHSBlock = VisitForTemporaryDtors(E->getTrueExpr(), BindToTemporary);
H A DThreadSafety.cpp424 Sz += buildSExpr(CE->getTrueExpr(), CallCtx);
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc641 return ExprEffect::Merge(VisitExpr(expr->getTrueExpr(), after_cond),
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2657 Expr *Expression = Node.getTrueExpr();
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp883 return peelOffOuterExpr(CO->getTrueExpr(), N);
H A DExprEngine.cpp1046 VisitGuardedExpr(C, C->getTrueExpr(), C->getFalseExpr(), Pred, Dst);

Completed in 5537 milliseconds

12