Home
last modified time | relevance | path

Searched refs:deprecated_state (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.h50 extern enum deprecated_states deprecated_state;
H A Ddecl.c235 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
5241 deprecated_state = DEPRECATED_SUPPRESS; in start_decl()
5248 deprecated_state = DEPRECATED_NORMAL; in start_decl()
14102 if (deprecated_state != DEPRECATED_SUPPRESS) in grokparms()
H A Ddecl2.c5384 || deprecated_state == DEPRECATED_SUPPRESS) in cp_warn_deprecated_use()
H A Dparser.c17013 && deprecated_state != DEPRECATED_SUPPRESS) in cp_parser_template_name()
22638 deprecated_state = DEPRECATED_SUPPRESS; in cp_parser_parameter_declaration_list()
22651 deprecated_state = DEPRECATED_NORMAL; in cp_parser_parameter_declaration_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.h51 extern enum deprecated_states deprecated_state;
H A Ddecl2.cc5665 && deprecated_state != UNAVAILABLE_DEPRECATED_SUPPRESS) in cp_handle_deprecated_or_unavailable()
5693 || deprecated_state == DEPRECATED_SUPPRESS in cp_handle_deprecated_or_unavailable()
5694 || deprecated_state == UNAVAILABLE_DEPRECATED_SUPPRESS) in cp_handle_deprecated_or_unavailable()
H A Dlambda.cc1200 auto du = make_temp_override (deprecated_state, in maybe_add_lambda_conv_op()
H A Ddecl.cc244 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
12120 auto ds = make_temp_override (deprecated_state); in grokdeclarator()
12122 deprecated_state = UNAVAILABLE_DEPRECATED_SUPPRESS; in grokdeclarator()
12124 deprecated_state = DEPRECATED_SUPPRESS; in grokdeclarator()
14891 if (deprecated_state != UNAVAILABLE_DEPRECATED_SUPPRESS) in grokparms()
14897 if (deprecated_state != DEPRECATED_SUPPRESS in grokparms()
14898 && deprecated_state != UNAVAILABLE_DEPRECATED_SUPPRESS) in grokparms()
H A DChangeLog1374 (maybe_add_lambda_conv_op): Temporarily override deprecated_state to
H A DChangeLog-2008610 * decl.h (enum deprecated_states, deprecated_state): Move here.
H A Dparser.cc18615 && deprecated_state != UNAVAILABLE_DEPRECATED_SUPPRESS) in cp_parser_template_name()
18629 && deprecated_state != DEPRECATED_SUPPRESS) in cp_parser_template_name()
24572 deprecated_state = UNAVAILABLE_DEPRECATED_SUPPRESS; in cp_parser_parameter_declaration_list()
24585 deprecated_state = DEPRECATED_NORMAL; in cp_parser_parameter_declaration_list()
H A DChangeLog-20204313 * decl.c (grokdeclarator): Adjust deprecated_state here.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc5106 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; in start_decl() local
5114 deprecated_state = UNAVAILABLE_DEPRECATED_SUPPRESS; in start_decl()
5116 deprecated_state = DEPRECATED_SUPPRESS; in start_decl()
5120 deprecated_state); in start_decl()
6268 enum deprecated_states deprecated_state) in grokdeclarator() argument
6384 if (deprecated_state != UNAVAILABLE_DEPRECATED_SUPPRESS) in grokdeclarator()
6389 && deprecated_state != DEPRECATED_SUPPRESS) in grokdeclarator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c5004 enum deprecated_states deprecated_state = DEPRECATED_NORMAL; in start_decl() local
5009 deprecated_state = DEPRECATED_SUPPRESS; in start_decl()
5013 deprecated_state); in start_decl()
5950 enum deprecated_states deprecated_state) in grokdeclarator() argument
6066 if (declspecs->deprecated_p && deprecated_state != DEPRECATED_SUPPRESS) in grokdeclarator()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200234760 deprecated_state: State of "deprecated" handling.
34761 (start_decl): Set deprecated_state based on attributes.
34780 (start_decl): Set deprecated_state based on attributes.
H A DChangeLog-200718248 * c-decl.c (grokdeclarator): Added 'deprecated_state' argument.
18249 (deprecated_state): Removed.