OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:declarator_list
(Results
1 - 4
of
4
) sorted by null
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslGrammar.cpp
300
// | fully_specified_type
declarator_list
SEMICOLON // for non cbuffer/tbuffer
306
//
declarator_list
354
bool
declarator_list
= false; // true when processing comma separation
local
384
//
declarator_list
412
if (
declarator_list
)
497
declarator_list
= true;
2182
bool
declarator_list
= false;
local
[
all
...]
/external/mesa3d/src/compiler/glsl/
glsl_parser.yy
115
ast_declarator_list *
declarator_list
;
270
%type <
declarator_list
> init_declarator_list
271
%type <
declarator_list
> single_declaration
280
%type <
declarator_list
> struct_declaration_list
281
%type <
declarator_list
> struct_declaration
284
%type <
declarator_list
> member_list
285
%type <
declarator_list
> member_declaration
[
all
...]
ast.h
813
ast_declarator_list *
declarator_list
);
[
all
...]
glsl_parser_extras.cpp
[
all
...]
Completed in 325 milliseconds