Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/
Doptions.h127 extern int Wshift_count_negative;
Doptions.c127 int Wshift_count_negative = 1; variable
871 { "shift-count-negative", &Wshift_count_negative },
Dlinearize.c2503 if (Wshift_count_negative && sval < 0) in check_tainted_insn()