Home
last modified time | relevance | path

Searched refs:WARN_DEPRECATED_DECLARATIONS (Results 1 – 3 of 3) sorted by relevance

/dports/lang/cparser/cparser-0.9.14/
H A Dwarning.h47WARN_DEPRECATED_DECLARATIONS, /* TODO implement for types */ /**< Warn about uses of functio… enumerator
H A Dwarning.c38 [WARN_DEPRECATED_DECLARATIONS] = { WARN_STATE_ON, "deprecated-declarations", },
H A Dparser.c5382 …warningf(WARN_DEPRECATED_DECLARATIONS, source_position, "'%N' is deprecated (declared %P): \"%s\""… in check_deprecated()
5384 …warningf(WARN_DEPRECATED_DECLARATIONS, source_position, "'%N' is deprecated (declared %P)", entity… in check_deprecated()