Home
last modified time | relevance | path

Searched refs:const_expr (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opcodes.py36 input_types, is_conversion, algebraic_properties, const_expr): argument
76 assert isinstance(const_expr, str)
93 self.const_expr = const_expr
156 is_conversion, algebraic_properties, const_expr): argument
160 const_expr)
162 def unop_convert(name, out_type, in_type, const_expr): argument
163 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr)
165 def unop(name, ty, const_expr): argument
166 opcode(name, 0, ty, [0], [ty], False, "", const_expr)
169 const_expr): argument
[all …]
/third_party/mbedtls/tests/include/test/
Dmacros.h206 #define STATIC_ASSERT_EXPR( const_expr ) \ argument
207 ( 0 && sizeof( struct { unsigned int STATIC_ASSERT : 1 - 2 * ! ( const_expr ); } ) )
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def307 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)