Searched refs:getFoo (Results 1 – 8 of 8) sorted by relevance
22 Foo getFoo();112 …while (getFoo() == y); // expected-warning {{comparison of two values with different enumeration … in test()113 …while (getFoo() != y); // expected-warning {{comparison of two values with different enumeration … in test()114 …while (getFoo() >= y); // expected-warning {{comparison of two values with different enumeration … in test()115 …while (getFoo() <= y); // expected-warning {{comparison of two values with different enumeration … in test()116 …while (getFoo() > y); // expected-warning {{comparison of two values with different enumeration t… in test()117 …while (getFoo() < y); // expected-warning {{comparison of two values with different enumeration t… in test()119 …while (getFoo() == BarD); // expected-warning {{comparison of two values with different enumerati… in test()120 …while (getFoo() != BarD); // expected-warning {{comparison of two values with different enumerati… in test()121 …while (getFoo() >= BarD); // expected-warning {{comparison of two values with different enumerati… in test()[all …]
38 virtual void * getFoo() const = 0; 44 void * getFoo() const;49 void * getFoo() const { return 0; } in getFoo() function in VeryDerived55 p.getFoo(); in uses()56 d.getFoo(); in uses()57 vd.getFoo(); in uses()
92 virtual foo *getFoo() = 0;97 virtual bar *getFoo();
955 Foo &getFoo();956 struct Bar { Foo &func () {return getFoo();} }; in func()2165 Foo& getFoo() { return *f; } in getFoo() function in MoreLockExpressions::Bar2182 bar.getFoo().mu_.Lock(); in test()2183 bar.getFoo().a = 0; in test()2184 bar.getFoo().mu_.Unlock(); in test()2186 (bar.getFoo().mu_).Lock(); // test parenthesis in test()2187 bar.getFoo().a = 0; in test()2188 (bar.getFoo().mu_).Unlock(); in test()2214 bar.getFoo().mu_.Lock(); in test()[all …]
39 assertEquals("Foo", ((Foo) content).getFoo()); in test_getContent()43 assertEquals("FooSub", ((Foo) content).getFoo()); in test_getContent()67 public String getFoo() { in getFoo() method in Foo73 public String getFoo() { in getFoo() method in FooSub
45 Foo *getFoo();52 Foo *getFoo();
59 …N11::consumeFoo(N11::getFoo()); // expected-error{{cannot initialize a parameter of type 'N11::<an… in testAnonymousNotMerged()60 …N12::consumeFoo(N12::getFoo()); // expected-error{{cannot initialize a parameter of type 'N12::<an… in testAnonymousNotMerged()
136 assertEquals(new Foo(i), simple.getFoo(i)); in testFoo()273 public Foo getFoo(int pos); in getFoo() method317 public Foo getFoo(int pos) { in getFoo() method in ArrayAccessReplaceTest.Simple