Home
last modified time | relevance | path

Searched refs:__silence_warnings_for_stmt (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch.c56 bool __silence_warnings_for_stmt; variable
H A Dsmatch.h267 extern bool __silence_warnings_for_stmt;
274 if (__silence_warnings_for_stmt && !option_debug && !local_debug) \
H A Dsmatch_flow.c1064 __silence_warnings_for_stmt = false; in __split_stmt()
H A Dsmatch_math.c1118 __silence_warnings_for_stmt = true; in handle_sizeof()