Searched defs:decl_type (Results 1 - 2 of 2) sorted by relevance

/external/libsepol/tests/
H A Dtest-deps.c135 * decl_type name of the unique type found in the module's global
138 static void do_deps_modreq_global(int req_met, int b, char *policy, char *decl_type) argument
173 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
217 * decl_type name of the unique type found in the module's global
220 static void do_deps_modreq_opt(int req_met, int ret_val, int b, char *policy, char *decl_type) argument
252 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
/external/mesa3d/src/glsl/
H A Dast_to_hir.cpp1949 const struct glsl_type *decl_type; local
2013 decl_type = this->type->specifier->glsl_type(& type_name, state);
2020 if (decl_type != NULL) {
2034 if ((decl_type == NULL) || decl_type->is_void()) {
2048 var_type = process_array_type(&loc, decl_type, decl->array_size,
2051 var_type = decl_type;
3068 const glsl_type *decl_type = local
3073 const struct glsl_type *field_type = decl_type;
3076 field_type = process_array_type(&loc, decl_type, dec
[all...]

Completed in 166 milliseconds