Home
last modified time | relevance | path

Searched refs:CondIsTrue (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h3617 bool CondIsTrue; variable
3630 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()
3644 return CondIsTrue; in isConditionTrue()
3646 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2671 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2673 CondIsTrue)); in SimplifyCondBranchToCondBranch()
2694 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2696 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
/external/clang/lib/Sema/
DSemaExpr.cpp11366 bool CondIsTrue = false; in ActOnChooseExpr() local
11379 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
11382 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
11392 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()