Searched refs:cp_debug_print_flag (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 419 cp_debug_print_flag (FILE *file, const char *desc, bool flag) in cp_debug_print_flag() function 528 cp_debug_print_flag (file, "Allow GNU extensions", in cp_debug_parser() 530 cp_debug_print_flag (file, "'>' token is greater-than", in cp_debug_parser() 532 cp_debug_print_flag (file, "Default args allowed in current " in cp_debug_parser() 534 cp_debug_print_flag (file, "Parsing integral constant-expression", in cp_debug_parser() 536 cp_debug_print_flag (file, "Allow non-constant expression in current " in cp_debug_parser() 539 cp_debug_print_flag (file, "Seen non-constant expression", in cp_debug_parser() 541 cp_debug_print_flag (file, "Local names forbidden in current context", in cp_debug_parser() 544 cp_debug_print_flag (file, "'this' forbidden in current context", in cp_debug_parser() 547 cp_debug_print_flag (file, "In unbraced linkage specification", in cp_debug_parser() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 420 cp_debug_print_flag (FILE *file, const char *desc, bool flag) in cp_debug_print_flag() function 529 cp_debug_print_flag (file, "Allow GNU extensions", in cp_debug_parser() 531 cp_debug_print_flag (file, "'>' token is greater-than", in cp_debug_parser() 533 cp_debug_print_flag (file, "Default args allowed in current " in cp_debug_parser() 535 cp_debug_print_flag (file, "Parsing integral constant-expression", in cp_debug_parser() 537 cp_debug_print_flag (file, "Allow non-constant expression in current " in cp_debug_parser() 540 cp_debug_print_flag (file, "Seen non-constant expression", in cp_debug_parser() 542 cp_debug_print_flag (file, "Local names forbidden in current context", in cp_debug_parser() 545 cp_debug_print_flag (file, "'this' forbidden in current context", in cp_debug_parser() 548 cp_debug_print_flag (file, "In unbraced linkage specification", in cp_debug_parser() [all …]
|
H A D | ChangeLog-2011 | 1242 (cp_debug_print_flag): New.
|