Home
last modified time | relevance | path

Searched refs:type_node (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/mapi/glapi/gen/
H A Dtypeexpr.py29 class type_node(object): class
45 """Return string representation of this type_node."""
100 tn = type_node()
162 t = type_node()
H A Dgl_XML.py339 tn = typeexpr.type_node()
/third_party/selinux/libsepol/cil/src/
H A Dcil_resolve_ast.c604 struct cil_tree_node *type_node = NULL; in cil_resolve_typepermissive() local
612 type_node = NODE(type_datum); in cil_resolve_typepermissive()
614 if (type_node->flavor != CIL_TYPE && type_node->flavor != CIL_TYPEALIAS) { in cil_resolve_typepermissive()
/third_party/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c84 struct cil_tree_node *type_node = NULL; in test_cil_resolve_name() local
86 int rc = cil_resolve_name(test_curr, test_alias->type_str, CIL_SYM_TYPES, args, &type_node); in test_cil_resolve_name()
108 struct cil_tree_node *type_node = NULL; in test_cil_resolve_name_invalid_type_neg() local
110 int rc = cil_resolve_name(test_curr, test_alias->type_str, CIL_SYM_TYPES, args, &type_node); in test_cil_resolve_name_invalid_type_neg()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c191 const struct dxil_mdnode *type_node = dxil_get_metadata_string(m, get_shader_kind_str(m->shader_kind)); in emit_dx_shader_model() local
194 const struct dxil_mdnode *shader_model[] = { type_node, major_node, in emit_dx_shader_model()

Completed in 32 milliseconds