Searched defs:cp_parser (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.h | 221 struct GTY(()) cp_parser { struct 223 cp_lexer *lexer; 257 cp_parser_context *context; argument 261 bool allow_gnu_extensions_p; 268 bool greater_than_is_operator_p; 273 bool default_arg_ok_p; 277 bool integral_constant_expression_p; 283 bool allow_non_integral_constant_expression_p; 287 bool non_integral_constant_expression_p; 294 unsigned char local_variables_forbidden_p; [all …]
|
H A D | parser.c | 35219 cp_parser_omp_clause_mergeable (cp_parser * /*parser*/, in cp_parser_omp_clause_mergeable() argument 35236 cp_parser_omp_clause_nowait (cp_parser * /*parser*/, in cp_parser_omp_clause_nowait() argument 36013 cp_parser_omp_clause_untied (cp_parser * /*parser*/, in cp_parser_omp_clause_untied() argument 36030 cp_parser_omp_clause_branch (cp_parser * /*parser*/, enum omp_clause_code code, in cp_parser_omp_clause_branch() argument 36046 cp_parser_omp_clause_cancelkind (cp_parser * /*parser*/, in cp_parser_omp_clause_cancelkind() argument 36059 cp_parser_omp_clause_nogroup (cp_parser * /*parser*/, in cp_parser_omp_clause_nogroup() argument 36073 cp_parser_omp_clause_orderedkind (cp_parser * /*parser*/, in cp_parser_omp_clause_orderedkind() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.h | 231 struct GTY(()) cp_parser { struct 233 cp_lexer *lexer; 267 cp_parser_context *context; argument 271 bool allow_gnu_extensions_p; 278 bool greater_than_is_operator_p; 283 bool default_arg_ok_p; 287 bool integral_constant_expression_p; 293 bool allow_non_integral_constant_expression_p; 297 bool non_integral_constant_expression_p; 304 unsigned char local_variables_forbidden_p; [all …]
|
H A D | parser.cc | 37589 cp_parser_omp_clause_mergeable (cp_parser * /*parser*/, in cp_parser_omp_clause_mergeable() argument 37606 cp_parser_omp_clause_nowait (cp_parser * /*parser*/, in cp_parser_omp_clause_nowait() argument 38490 cp_parser_omp_clause_untied (cp_parser * /*parser*/, in cp_parser_omp_clause_untied() argument 38507 cp_parser_omp_clause_branch (cp_parser * /*parser*/, enum omp_clause_code code, in cp_parser_omp_clause_branch() argument 38523 cp_parser_omp_clause_cancelkind (cp_parser * /*parser*/, in cp_parser_omp_clause_cancelkind() argument 38536 cp_parser_omp_clause_nogroup (cp_parser * /*parser*/, in cp_parser_omp_clause_nogroup() argument 38550 cp_parser_omp_clause_orderedkind (cp_parser * /*parser*/, in cp_parser_omp_clause_orderedkind() argument
|