Searched refs:deprecated_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dc-decl.c473 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
3262 deprecated_state = DEPRECATED_SUPPRESS;
3264 deprecated_state = DEPRECATED_UNAVAILABLE_SUPPRESS;
3274 deprecated_state = DEPRECATED_SUPPRESS;
3279 deprecated_state = DEPRECATED_UNAVAILABLE_SUPPRESS;
3291 deprecated_state = DEPRECATED_NORMAL;
4160 if (declspecs->deprecated_p && deprecated_state != DEPRECATED_SUPPRESS)
469 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable in typeref:enum:deprecated_states
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c249 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL;
3870 deprecated_state = DEPRECATED_SUPPRESS;
3872 deprecated_state = DEPRECATED_UNAVAILABLE_SUPPRESS;
3880 deprecated_state = DEPRECATED_SUPPRESS;
3885 deprecated_state = DEPRECATED_UNAVAILABLE_SUPPRESS;
3897 deprecated_state = DEPRECATED_NORMAL;
7333 if (deprecated_state != DEPRECATED_UNAVAILABLE_SUPPRESS)
7341 && deprecated_state != DEPRECATED_SUPPRESS)
248 static enum deprecated_states deprecated_state = DEPRECATED_NORMAL; variable in typeref:enum:deprecated_states

Completed in 98 milliseconds