Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr): argument
156 is_conversion, algebraic_properties, const_expr): argument
162 def unop_convert(name, out_type, in_type, const_expr): argument
165 def unop(name, ty, const_expr): argument
169 const_expr): argument
192 def unop_numeric_convert(name, out_type, in_type, const_expr): argument
555 def binop_convert(name, out_type, in_type, alg_props, const_expr): argument
559 def binop(name, ty, alg_props, const_expr): argument
562 def binop_compare(name, ty, alg_props, const_expr): argument
565 def binop_compare8(name, ty, alg_props, const_expr): argument
[all …]
/third_party/mbedtls/tests/include/test/
Dmacros.h206 #define STATIC_ASSERT_EXPR( const_expr ) \ argument