Home
last modified time | relevance | path

Searched refs:allowed_types (Results 1 – 2 of 2) sorted by relevance

/external/clang/docs/tools/
Ddump_ast_matchers.py131 def act_on_decl(declaration, comment, allowed_types): argument
202 if allowed_types and allowed_types != result_types:
244 if not allowed_types:
246 result_types = allowed_types
339 allowed_types = [] variable
345 act_on_decl(declaration, comment, allowed_types)
348 allowed_types = [] variable
353 allowed_types += [m.group(1)]
365 act_on_decl(declaration, comment, allowed_types)
368 allowed_types = [] variable
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.h481 const VkStructureType *allowed_types, uint32_t header_version) { in validate_struct_pnext() argument
496 const VkStructureType *start = allowed_types; in validate_struct_pnext()
497 const VkStructureType *end = allowed_types + allowed_type_count; in validate_struct_pnext()