HomeSort by relevance Sort by last modified time
    Searched refs:getBar (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
warn-enum-compare.cpp 23 Bar getBar();
126 while (getFoo() == getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
127 while (getFoo() != getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
128 while (getFoo() >= getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
129 while (getFoo() <= getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
130 while (getFoo() > getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
131 while (getFoo() < getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
133 while (FooB == getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
134 while (FooB != getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}}
135 while (FooB >= getBar()); // expected-warning {{comparison of two values with different enumeration types ('Foo' and 'B (…)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 163 public PhoneStatusBar getBar() {
  /cts/tools/signature-tools/lib/
stringtemplate.jar 

Completed in 184 milliseconds