Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExpr.h3574 bool CondIsTrue; variable
3587 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()
3601 return CondIsTrue; in isConditionTrue()
3603 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2381 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2383 CondIsTrue)); in SimplifyCondBranchToCondBranch()
2405 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2407 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10564 bool CondIsTrue = false; in ActOnChooseExpr() local
10577 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
10580 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
10590 CondIsTrue, resType->isDependentType(), ValueDependent); in ActOnChooseExpr()