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

/external/selinux/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.cpp2471 const struct glsl_type *decl_type; local
2540 decl_type = this->type->specifier->glsl_type(& type_name, state);
2552 * Note that if decl_type is NULL and there is a structure involved,
2558 assert(this->type->specifier->structure == NULL || decl_type != NULL
2561 if (decl_type != NULL) {
2579 if ((decl_type == NULL) || decl_type->is_void()) {
2593 var_type = process_array_type(&loc, decl_type, decl->array_size,
2598 var_type = decl_type;
3970 const glsl_type *decl_type local
[all...]

Completed in 1121 milliseconds