Searched refs:CE2 (Results 1 – 5 of 5) sorted by relevance
40 const CallExpr &CE2 = onlyCall(AST.context()); in TEST() local55 const CallExpr &CE2 = onlyCall(AST.context()); in TEST() local56 EXPECT_EQ("", getText(CE2, AST.context())); in TEST()57 EXPECT_EQ("x", getText(*CE2.getArg(0), AST.context())); in TEST()81 const CallExpr &CE2 = onlyCall(AST.context()); in TEST() local82 Hint0 = createRemoval(*CE2.getArg(0)); in TEST()85 Hint1 = createRemoval(*CE2.getArg(1)); in TEST()116 const CallExpr &CE2 = onlyCall(AST.context()); in TEST() local117 Hint = createRemoval(CE2); in TEST()171 const CallExpr &CE2 = onlyCall(AST.context()); in TEST() local[all …]
15 template<typename T> constexpr bool CE2 = S0<T>::value; variable16 int a = CE2<int>;
101 auto *CE2 = dyn_cast<ConstantExpr>(U.get()); in collectConstantExprPaths() local102 if (!CE2) in collectConstantExprPaths()109 std::vector<ConstantExpr *> Path{CE2}; in collectConstantExprPaths()
1874 if (ConstantExpr *CE2 = dyn_cast<ConstantExpr>(C2)) { in ConstantFoldCompareInstruction() local1875 Constant *CE2Op0 = CE2->getOperand(0); in ConstantFoldCompareInstruction()1876 if (CE2->getOpcode() == Instruction::BitCast && in ConstantFoldCompareInstruction()1877 CE2->getType()->isVectorTy() == CE2Op0->getType()->isVectorTy() && in ConstantFoldCompareInstruction()
151 int CE2 = sizeof sizeof(const char*); variable