Home | History | Annotate | Download | only in Analysis

Lines Matching refs:maybe

4 bool maybe();
34 if (maybe()) {
64 if (maybe()) {
100 if (maybe()) {
164 maybe() // expected-warning {{whenever '?:' condition is false}} \
177 maybe() // expected-warning {{whenever '?:' condition is true}} \
189 maybe() // expected-warning {{whenever '&&' condition is false}} \
201 maybe() // expected-warning {{whenever '&&' condition is true}} \
215 maybe() // expected-warning {{whenever '||' condition is false}} \
229 maybe() // expected-warning {{whenever '||' condition is true}} \
340 maybe();
351 if (maybe()) {