Home
last modified time | relevance | path

Searched defs:declarator_list (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp358 bool declarator_list = false; // true when processing comma separation in acceptDeclaration() local
2703 bool declarator_list = false; in acceptStructDeclarationList() local
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/HLSL/
H A DhlslGrammar.cpp358 bool declarator_list = false; // true when processing comma separation in acceptDeclaration() local
2703 bool declarator_list = false; in acceptStructDeclarationList() local
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.cpp1921 ast_declarator_list *declarator_list) in ast_struct_specifier()