Home
last modified time | relevance | path

Searched refs:ConstExpr (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/SemaCXX/
Dimplicit-exception-spec.cpp19 struct ConstExpr { struct
20 …bool b = noexcept(ConstExpr()) && ThrowSomething(); // expected-error {{cannot use defaulted defau…
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp349 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) { in collectConstantCandidates() local
351 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() local
518 Instruction *ConstExprInst = ConstExpr->getAsInstruction(); in emitBaseConstants()
527 << "From : " << *ConstExpr << '\n'); in emitBaseConstants()
/external/llvm/test/Assembler/
D2002-08-16-ConstExprInlined.ll2 ; ConstExpr reference. Disassembling this program assembled yields invalid
/external/llvm/utils/
Dllvm.grm234 | Types ConstExpr
244 ConstExpr::= CastOps "(" ^ ConstVal to Types ^ ")"
333 | ConstExpr
/external/llvm/test/Transforms/LoopStrengthReduce/
D2012-03-26-constexpr.ll2 ; PR11950: isHighCostExpansion crashes on ConstExpr
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-stdinitializerlist.cpp471 namespace ConstExpr { namespace