Searched refs:const_expr (Results 1 – 4 of 4) sorted by relevance
149 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable150 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible…151 __decltype(const_expr) decl_type2 = 0; // ok
19 constexpr int const_expr() { in const_expr() function
452 if (llvm::ConstantExpr *const_expr = in GetFunction() local454 switch (const_expr->getOpcode()) { in GetFunction()458 return GetFunction(const_expr->getOperand(0)); in GetFunction()
366 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)