Home
last modified time | relevance | path

Searched defs:const_expr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, algebraic_properties, const_expr): argument
108 algebraic_properties, const_expr): argument
113 def unop_convert(name, out_type, in_type, const_expr): argument
116 def unop(name, ty, const_expr): argument
120 const_expr): argument
343 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
346 def binop(name, ty, alg_props, const_expr): argument
349 def binop_compare(name, ty, alg_props, const_expr): argument
353 src2_type, const_expr): argument
602 def triop(name, ty, 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