Home
last modified time | relevance | path

Searched refs:const_expr (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx98-compat.cpp149 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
150 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible…
151 __decltype(const_expr) decl_type2 = 0; // ok
/llvm-project-15.0.7/clang/test/AST/
H A Dpr47636.cpp19 constexpr int const_expr() { in const_expr() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp452 if (llvm::ConstantExpr *const_expr = in GetFunction() local
454 switch (const_expr->getOpcode()) { in GetFunction()
458 return GetFunction(const_expr->getOperand(0)); in GetFunction()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def366 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)