Home
last modified time | relevance | path

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

/dports/lang/cparser/cparser-0.9.14/
H A Dwarning.h76WARN_MISSING_PROTOTYPES, /**< Warn if a global function is defined without a previous p… enumerator
H A Dwarning.c53 [WARN_MISSING_PROTOTYPES] = { WARN_STATE_NONE, "missing-prototypes", },
H A Dparser.c4058 warningf(WARN_MISSING_PROTOTYPES, pos, "no previous prototype for '%#N'", entity); in record_entity()
4128 if (is_warn_on(WARN_MISSING_PROTOTYPES)) { in record_entity()
4129 warningf(WARN_MISSING_PROTOTYPES, pos, "no previous prototype for '%#N'", entity); in record_entity()