Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr, argument
158 is_conversion, algebraic_properties, const_expr, description = ""): argument
164 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument
167 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument
172 const_expr, description = ""): argument
196 def unop_numeric_convert(name, out_type, in_type, const_expr, description = ""): argument
544 def binop_convert(name, out_type, in_type1, alg_props, const_expr, description="", in_type2=None): argument
550 def binop(name, ty, alg_props, const_expr, description = ""): argument
553 def binop_compare(name, ty, alg_props, const_expr, description = "", ty2=None): argument
556 def binop_compare8(name, ty, alg_props, const_expr, description = "", ty2=None): argument
[all …]
/third_party/mbedtls/library/
Dcommon.h84 #define STATIC_ASSERT_EXPR(const_expr) \ argument
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dpat.rs387 let const_expr = self.parse_const_block(lo.to(self.token.span), true)?; in parse_pat_with_range_pat() localVariable
Ditem.rs1741 let const_expr = self.parse_expr_anon_const()?; in parse_name_and_ty() localVariable