Searched refs:ConstExpr (Results 1 – 6 of 6) sorted by relevance
19 struct ConstExpr { struct20 …bool b = noexcept(ConstExpr()) && ThrowSomething(); // expected-error {{cannot use defaulted defau…
349 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) { in collectConstantCandidates() local351 if (!ConstExpr->isCast()) in collectConstantCandidates()354 if (auto ConstInt = dyn_cast<ConstantInt>(ConstExpr->getOperand(0))) { in collectConstantCandidates()517 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) { in emitBaseConstants() local518 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()527 << "From : " << *ConstExpr << '\n'); in emitBaseConstants()
2 ; ConstExpr reference. Disassembling this program assembled yields invalid
234 | Types ConstExpr244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"333 | ConstExpr
2 ; PR11950: isHighCostExpansion crashes on ConstExpr
471 namespace ConstExpr { namespace