Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h3478 bool CondIsTrue; variable
3491 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()
3505 return CondIsTrue; in isConditionTrue()
3507 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp2277 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2279 CondIsTrue)); in SimplifyCondBranchToCondBranch()
2301 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2303 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
/external/clang/lib/Sema/
DSemaExpr.cpp9950 bool CondIsTrue = false; in ActOnChooseExpr() local
9963 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
9966 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
9975 resType, VK, OK, RPLoc, CondIsTrue, in ActOnChooseExpr()