Home
last modified time | relevance | path

Searched refs:identifier_list (Results 1 - 3 of 3) sorted by relevance

/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y197 common_perms_def : COMMON identifier '{' identifier_list '}'
203 av_perms_def : CLASS identifier '{' identifier_list '}'
207 | CLASS identifier INHERITS identifier '{' identifier_list '}'
269 | DOMINANCE '{' identifier_list '}'
867 identifier_list : identifier label
868 | identifier_list identifier
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp-parse.y201 %type <string_list> identifier_list
276 | FUNC_IDENTIFIER '(' identifier_list ')' replacement_list NEWLINE {
760 identifier_list: label
765 | identifier_list ',' IDENTIFIER {
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c1624 static struct token *identifier_list(struct token *, struct symbol *);
1801 token = identifier_list(token, fn); in direct_declarator()
2541 static struct token *identifier_list(struct token *token, struct symbol *fn) in identifier_list() function

Completed in 8 milliseconds