Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h3538 bool CondIsTrue; variable
3551 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) { in ChooseExpr()
3565 return CondIsTrue; in isConditionTrue()
3567 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; } in setIsConditionTrue()
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyCFG.cpp2303 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2305 CondIsTrue)); in SimplifyCondBranchToCondBranch()
2327 bool CondIsTrue = PBI->getSuccessor(0) == BB; in SimplifyCondBranchToCondBranch() local
2329 CondIsTrue), P); in SimplifyCondBranchToCondBranch()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp10143 bool CondIsTrue = false; in ActOnChooseExpr() local
10156 CondIsTrue = condEval.getZExtValue(); in ActOnChooseExpr()
10159 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr; in ActOnChooseExpr()
10168 resType, VK, OK, RPLoc, CondIsTrue, in ActOnChooseExpr()