Searched refs:const_expr (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp142 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++98}} variable
143 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible with C++98}}
144 __decltype(const_expr) decl_type2 = 0; // ok
/external/lldb/source/Expression/
H A DIRForTarget.cpp1922 ConstantExpr *const_expr = dyn_cast<ConstantExpr>(*ui); local
1925 if (const_expr)
1927 if (const_expr->getOpcode() != Instruction::GetElementPtr)
1930 log->Printf("Use (%s) of string variable is not a GetElementPtr constant", PrintValue(const_expr).c_str());
1935 Constant *bit_cast = ConstantExpr::getBitCast(new_initializer, const_expr->getOperand(0)->getType());
1936 Constant *new_gep = const_expr->getWithOperandReplaced(0, bit_cast);
1938 const_expr->replaceAllUsesWith(new_gep);
1949 log->Printf("Use (%s) of string variable is neither a constant nor a store", PrintValue(const_expr).c_str());
/external/elfutils/src/libdw/
H A Dknown-dwarf.h68 ONE_KNOWN_DW_AT (const_expr, DW_AT_const_expr) \

Completed in 269 milliseconds