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

/external/clang/include/clang/AST/
H A DExpr.h3562 bool CondIsTrue; member in class:clang::StringLiteral::OffsetOfExpr::ChooseExpr
3575 BuiltinLoc(BLoc), RParenLoc(RP), CondIsTrue(condIsTrue) {
3589 return CondIsTrue;
3591 void setIsConditionTrue(bool isTrue) { CondIsTrue = isTrue; }
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2310 bool CondIsTrue = PBI->getSuccessor(0) == BB; local
2312 CondIsTrue));
2334 bool CondIsTrue = PBI->getSuccessor(0) == BB; local
2336 CondIsTrue), P);
/external/clang/lib/Sema/
H A DSemaExpr.cpp10385 bool CondIsTrue = false; local
10398 CondIsTrue = condEval.getZExtValue();
10401 Expr *ActiveExpr = CondIsTrue ? LHSExpr : RHSExpr;
10411 CondIsTrue, resType->isDependentType(), ValueDependent);

Completed in 615 milliseconds