Searched defs:const_expr (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 36 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/ |
D | cxx98-compat.cpp | 145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable
|