Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dlib.h155 extern int Wdo_while;
H A Dlib.c270 int Wdo_while = 0; variable
647 { "do-while", &Wdo_while },
H A Dparse.c2409 if (iterator && iterator->type != STMT_COMPOUND && Wdo_while) in parse_do_statement()