Searched refs:create_type (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | call_test.cc | 63 builder::ast_type_func_ptr create_type; member 89 params.push_back(Param(Sym(), p.create_type(*this))); in TEST_F()
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | glX_proto_common.py | 33 def create_type(self, element, context, category): member in glx_proto_item_factory
|
H A D | gl_XML.py | 842 def create_type(self, element, context, category): member in gl_item_factory 926 t = self.factory.create_type( child, self, cat_name )
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_module.c | 337 create_type(struct dxil_module *m, enum type_type type) in create_type() function 453 m->void_type = create_type(m, TYPE_VOID); in dxil_module_get_void_type() 460 struct dxil_type *type = create_type(m, TYPE_INTEGER); in create_int_type() 509 struct dxil_type *type = create_type(m, TYPE_FLOAT); in create_float_type() 577 type = create_type(m, TYPE_POINTER); in dxil_module_get_pointer_type() 608 type = create_type(m, TYPE_STRUCT); in dxil_module_get_struct_type() 644 type = create_type(m, TYPE_ARRAY); in dxil_module_get_array_type() 665 type = create_type(m, TYPE_VECTOR); in dxil_module_get_vector_type() 896 struct dxil_type *type = create_type(m, TYPE_FUNCTION); in dxil_module_add_function_type()
|
/third_party/selinux/checkpolicy/ |
H A D | module_compiler.c | 388 static int create_type(uint32_t scope, unsigned char isattr, type_datum_t **type) in create_type() function 452 int ret = create_type(SCOPE_DECL, isattr, &type); in declare_type() 945 ret = create_type(SCOPE_REQ, isattr, &type); in require_type_or_attribute()
|
Completed in 9 milliseconds