Home
last modified time | relevance | path

Searched refs:CHOICE_1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Sema/
Dwarn-overlap.c7 CHOICE_1 = 1 enumerator
68 …if (x != CHOICE_0 || x != CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in f()
69 …if (x == CHOICE_0 && x == CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in f()
81 …if (c != CHOICE_0 || c != CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in enums()
82 …if (c == CHOICE_0 && c == CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in enums()
/external/llvm-project/clang/test/Sema/
Dwarn-overlap.c8 CHOICE_1 = 1 enumerator
69 …if (x != CHOICE_0 || x != CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in f()
70 …if (x == CHOICE_0 && x == CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in f()
82 …if (c != CHOICE_0 || c != CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in enums()
83 …if (c == CHOICE_0 && c == CHOICE_1) { } // expected-warning {{overlapping comparisons always evalu… in enums()