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

/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp1-emit.cpp22 long& get(bool Cond1, bool Cond2) { argument
27 : Cond2? X<long>::member2
/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp122 const Expr *Cond2 = I2->getCond(); local
123 if (isIdenticalStmt(AC->getASTContext(), Cond1, Cond2, false)) {
125 PathDiagnosticLocation ELoc(Cond2, BR.getSourceManager(), AC);
/external/llvm/lib/CodeGen/
H A DIfConversion.cpp1312 SmallVector<MachineOperand, 4> *Cond2 = &RevCond; local
1324 std::swap(Cond1, Cond2);
1455 PredicateBlock(*BBI2, DI2, *Cond2);

Completed in 297 milliseconds