Searched refs:getFalseExpr (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/lib/AST/
H A DParentMap.cpp68 M[BCO->getFalseExpr()] = S;
69 BuildParentMap(M, BCO->getFalseExpr(), OV_Transparent);
H A DExprClassification.cpp341 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
348 return ClassifyConditional(Ctx, co->getTrueExpr(), co->getFalseExpr());
H A DExprConstant.cpp4173 StmtVisitorTy::Visit(E->getFalseExpr());
4199 Expr *EvalExpr = BoolResult ? E->getTrueExpr() : E->getFalseExpr();
9667 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx);
9689 ICEDiag FalseResult = CheckICE(Exp->getFalseExpr(), Ctx);
H A DExpr.cpp164 CO->getFalseExpr()->isKnownToHaveBooleanValue();
/external/clang/lib/Sema/
H A DScopeInfo.cpp173 markSafeWeakUse(Cond->getFalseExpr());
180 markSafeWeakUse(Cond->getFalseExpr());
H A DSemaStmt.cpp1328 Visit(E->getFalseExpr());
1337 Visit(E->getFalseExpr());
1404 CheckLValueToRValueCast(CO->getFalseExpr());
1411 CheckLValueToRValueCast(BCO->getFalseExpr());
H A DSemaChecking.cpp3858 checkFormatStringExpr(S, C->getFalseExpr(), Args,
5095 CO->getFalseExpr()->getType(),
5096 CO->getFalseExpr());
7156 : CO->getFalseExpr(),
7161 IntRange R = GetExprRange(C, CO->getFalseExpr(), MaxWidth);
8438 CheckConditionalOperand(S, E->getFalseExpr(), T, CC, Suspicious);
8456 CheckImplicitConversion(S, E->getFalseExpr()->IgnoreParenImpCasts(),
9292 Visit(Result ? CO->getTrueExpr() : CO->getFalseExpr());
9295 WorkList.push_back(CO->getFalseExpr());
10730 TypeExpr = ACO->getFalseExpr();
[all...]
H A DSemaLambda.cpp532 if (ED == findEnumForBlockReturn(CO->getFalseExpr()))
H A DAnalysisBasedWarnings.cpp750 CreateIfFixit(S, CO, CO->getTrueExpr(), CO->getFalseExpr(),
H A DSemaExprCXX.cpp6470 IsSpecialDiscardedValue(CO->getFalseExpr());
6476 IsSpecialDiscardedValue(BCO->getFalseExpr());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp275 C->getFalseExpr(), true)) {
282 Sr[1] = C->getFalseExpr()->getSourceRange();
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp366 classify(CO->getFalseExpr(), C);
372 classify(BCO->getFalseExpr(), C);
H A DThreadSafetyCommon.cpp582 auto *E = translate(CO->getFalseExpr(), Ctx);
H A DCFG.cpp2002 CFGBlock *RHSBlock = Visit(C->getFalseExpr(), alwaysAdd);
3853 VisitForTemporaryDtors(E->getFalseExpr(), BindToTemporary, FalseContext);
/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp543 CountMap[E->getFalseExpr()] = FalseCount;
544 Visit(E->getFalseExpr());
H A DCoverageMappingGen.cpp897 extendRegion(E->getFalseExpr());
899 E->getFalseExpr());
H A DCGExprAgg.cpp827 || isBlockVarRef(op->getFalseExpr());
957 Visit(E->getFalseExpr());
H A DCGExprComplex.cpp976 ComplexPairTy RHS = Visit(E->getFalseExpr());
H A DCGExprCXX.cpp1770 isGLValueFromPointerDeref(ACO->getFalseExpr());
H A DCGExpr.cpp3496 const Expr *live = expr->getTrueExpr(), *dead = expr->getFalseExpr();
3533 EmitLValueOrThrowExpression(*this, expr->getFalseExpr());
/external/clang/include/clang/AST/
H A DExpr.h3154 // getFalseExpr - Return the subexpression representing the value of
3157 Expr *getFalseExpr() const;
3210 // getFalseExpr - Return the subexpression representing the value of
3213 Expr *getFalseExpr() const { return cast<Expr>(SubExprs[RHS]); } function in class:clang::StringLiteral::final::CallExpr::ConditionalOperator
3296 /// \brief getFalseExpr - Return the subexpression which will be
3299 Expr *getFalseExpr() const { function in class:clang::StringLiteral::final::CallExpr::BinaryConditionalOperator
3307 return getFalseExpr()->getLocEnd();
3332 inline Expr *AbstractConditionalOperator::getFalseExpr() const { function in class:clang::StringLiteral::final::CallExpr::AbstractConditionalOperator
3334 return co->getFalseExpr();
3335 return cast<BinaryConditionalOperator>(this)->getFalseExpr();
[all...]
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp209 isGlobalVar(condOp->getFalseExpr());
/external/v8/tools/gcmole/
H A Dgcmole.cc674 VisitExpr(expr->getFalseExpr(), after_cond));
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3785 const Expr *Expression = Node.getFalseExpr();
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp939 return peelOffOuterExpr(CO->getFalseExpr(), N);

Completed in 811 milliseconds

12