Searched defs:const_expr (Results 1 – 2 of 2) sorted by relevance
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr): argument 155 is_conversion, algebraic_properties, const_expr): argument 161 def unop_convert(name, out_type, in_type, const_expr): argument 164 def unop(name, ty, const_expr): argument 168 const_expr): argument 191 def unop_numeric_convert(name, out_type, in_type, const_expr): argument 562 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument 566 def binop(name, ty, alg_props, const_expr): argument 569 def binop_compare(name, ty, alg_props, const_expr): argument 572 def binop_compare8(name, ty, alg_props, const_expr): argument [all …]
|
| /third_party/mbedtls/library/ |
| D | common.h | 84 #define STATIC_ASSERT_EXPR(const_expr) \ argument
|