Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, algebraic_properties, const_expr): argument
74 assert isinstance(const_expr, str)
88 self.const_expr = const_expr
108 algebraic_properties, const_expr): argument
111 input_types, algebraic_properties, const_expr)
113 def unop_convert(name, out_type, in_type, const_expr): argument
114 opcode(name, 0, out_type, [0], [in_type], "", const_expr)
116 def unop(name, ty, const_expr): argument
117 opcode(name, 0, ty, [0], [ty], "", const_expr)
120 const_expr): argument
[all …]
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible…
147 __decltype(const_expr) decl_type2 = 0; // ok
/external/elfutils/libdw/
Dknown-dwarf.h68 DWARF_ONE_KNOWN_DW_AT (const_expr, DW_AT_const_expr) \