Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Doptions.h131 extern int Wstrict_prototypes;
Doptions.c131 int Wstrict_prototypes = 1; variable
874 { "strict-prototypes", &Wstrict_prototypes },
Dparse.c1757 if (Wstrict_prototypes) in which_func()