Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-decl.c301 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
2829 deprecated_state = DEPRECATED_SUPPRESS;
2834 deprecated_state = DEPRECATED_NORMAL;
3575 if (deprecated_state != DEPRECATED_SUPPRESS)
H A DChangeLog.720313 deprecated_state: State of "deprecated" handling.
20314 (start_decl): Set deprecated_state based on attributes.
20333 (start_decl): Set deprecated_state based on attributes.
/openbsd/gnu/gcc/gcc/
H A Dc-decl.c461 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
3187 deprecated_state = DEPRECATED_SUPPRESS; in start_decl()
3194 deprecated_state = DEPRECATED_NORMAL; in start_decl()
3977 if (declspecs->deprecated_p && deprecated_state != DEPRECATED_SUPPRESS) in grokdeclarator()
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c241 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
3842 deprecated_state = DEPRECATED_SUPPRESS; in start_decl()
3849 deprecated_state = DEPRECATED_NORMAL; in start_decl()
7259 && deprecated_state != DEPRECATED_SUPPRESS) in grokdeclarator()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c280 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable
7706 deprecated_state = DEPRECATED_SUPPRESS;
7713 deprecated_state = DEPRECATED_NORMAL;
10916 if (deprecated_state != DEPRECATED_SUPPRESS)