Searched refs:Res2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | Casting.h | 201 typename cast_retty<To, FromTy>::ret_type Res2 203 return Res2;
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 829 TryResult Res1, Res2; in checkIncorrectLogicOperator() local 831 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator() 833 if (!Res1.isKnown() || !Res2.isKnown()) in checkIncorrectLogicOperator() 837 AlwaysTrue &= (Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 838 AlwaysFalse &= !(Res1.isTrue() && Res2.isTrue()); in checkIncorrectLogicOperator() 840 AlwaysTrue &= (Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator() 841 AlwaysFalse &= !(Res1.isTrue() || Res2.isTrue()); in checkIncorrectLogicOperator()
|
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 88 const MCExpr *Res2 = in MakeStartMinusEndExpr() local 91 MCBinaryExpr::create(MCBinaryExpr::Sub, Res1, Res2, MCOS.getContext()); in MakeStartMinusEndExpr()
|
/external/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 1462 int Res2 = FunctionComparator(F2, F1, &GlobalNumbers).compare(); in doSanityCheck() local 1465 if (Res1 != -Res2) { in doSanityCheck()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCompares.cpp | 2088 Constant *Res2 = ConstantExpr::getCast(LHSCI->getOpcode(), in visitICmpInstWithCastAndCast() local 2092 if (Res2 == CI) { in visitICmpInstWithCastAndCast()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 366 DeclContextLookupResult Res2 = RT->getDecl()->lookup( in threadSafetyCheckIsSmartPointer() local 368 if (Res2.empty()) in threadSafetyCheckIsSmartPointer()
|