/external/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 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 …]
|
D | warn-weak-vtables.cpp | 38 virtual void * getFoo() const = 0; 44 void * getFoo() const; 49 void * getFoo() const { return 0; } in getFoo() function in VeryDerived
|
D | abstract.cpp | 96 virtual foo *getFoo() = 0; 101 virtual bar *getFoo();
|
D | warn-thread-safety-analysis.cpp | 1044 Foo &getFoo(); 1045 struct Bar { Foo &func () {return getFoo();} }; in func() 2283 Foo& getFoo() { return *f; } in getFoo() function in MoreLockExpressions::Bar 2300 bar.getFoo().mu_.Lock(); in test() 2301 bar.getFoo().a = 0; in test() 2302 bar.getFoo().mu_.Unlock(); in test() 2304 (bar.getFoo().mu_).Lock(); // test parenthesis in test() 2305 bar.getFoo().a = 0; in test() 2306 (bar.getFoo().mu_).Unlock(); in test() 2341 bar.getFoo().mu_.Lock(); in test2() [all …]
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | DiamondInheritanceIsConfusingMockitoTest.java | 22 Mockito.when(mock.getFoo()).thenReturn("Hello"); in should_work() 24 assertEquals("Hello", mock.getFoo()); in should_work() 34 public T getFoo() { return value; } in getFoo() method in DiamondInheritanceIsConfusingMockitoTest.Super 47 String getFoo(); in getFoo() method
|
D | ConfusedSignatureTest.java | 22 when(mock.getFoo()).thenReturn("Hello"); in should_mock_method_which_has_generic_return_type_in_superclass_and_concrete_one_in_interface() 24 assertThat(mock.getFoo()).isEqualTo("Hello"); in should_mock_method_which_has_generic_return_type_in_superclass_and_concrete_one_in_interface() 34 public T getFoo() { return value; } in getFoo() method in ConfusedSignatureTest.Super 47 String getFoo(); in getFoo() method
|
/external/llvm/test/Linker/ |
D | type-unique-odr-a.ll | 19 ; 4 void getFoo(); 29 ; return A().getFoo(); 42 ; CHECK: DW_AT_name {{.*}} "getFoo" 54 ; Ensure that getFoo and A are only emitted once. 55 ; CHECK-NOT: AT_name{{.*(getFoo)|("A")}} 95 !9 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 4, isLocal: false, isDefini…
|
D | type-unique-odr-b.ll | 12 ; 5 void getFoo(); 15 ; 8 void A::getFoo() {} 66 !9 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefini… 70 !15 = distinct !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 8, isLocal: false…
|
D | type-unique-simple2-b.ll | 8 ; foo_t A::getFoo() { return 1; } 68 !19 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefin… 75 !28 = distinct !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 4, isLocal: false…
|
D | type-unique-simple2-a.ll | 12 ; virtual const foo_t getFoo(); 18 ; return A().getFoo(); 102 !19 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefin…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | type-unique-odr-a.ll | 19 ; 4 void getFoo(); 29 ; return A().getFoo(); 42 ; CHECK: DW_AT_name {{.*}} "getFoo" 54 ; Ensure that getFoo and A are only emitted once. 55 ; CHECK-NOT: AT_name{{.*(getFoo)|("A")}} 95 !9 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 4, isLocal: false, isDefini…
|
D | type-unique-odr-b.ll | 12 ; 5 void getFoo(); 15 ; 8 void A::getFoo() {} 66 !9 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefini… 70 !15 = distinct !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 8, isLocal: false…
|
D | type-unique-simple2-b.ll | 8 ; foo_t A::getFoo() { return 1; } 68 !19 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefin… 75 !28 = distinct !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 4, isLocal: false…
|
D | type-unique-simple2-a.ll | 12 ; virtual const foo_t getFoo(); 18 ; return A().getFoo(); 102 !19 = !DISubprogram(name: "getFoo", linkageName: "_ZN1A6getFooEv", line: 5, isLocal: false, isDefin…
|
/external/clang/test/Analysis/ |
D | reference.mm | 7 Foo *getFoo() { return 0; } function 10 getFoo().ref = 1;
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | new_array_cookie_with_new_from_class.cc | 25 Foo *getFoo(size_t n) { in getFoo() function 30 Foo *foo = getFoo(10); in main()
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
D | DeepStubbingWithJUnitRunnerTest.java | 30 root.getFoo().getBar(); in someMethod() 35 Foo getFoo(); in getFoo() method
|
/external/clang/test/Modules/Inputs/ |
D | namespaces-left.h | 65 Foo *getFoo(); 72 Foo *getFoo();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/ |
D | diobjcproperty.ll | 12 …IObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, t… 14 getter: "getFoo", attributes: 7, type: !2)
|
/external/llvm/test/Assembler/ |
D | diobjcproperty.ll | 12 …IObjCProperty(name: "foo", file: !1, line: 7, setter: "setFoo", getter: "getFoo", attributes: 7, t… 14 getter: "getFoo", attributes: 7, type: !2)
|
/external/clang/test/Modules/ |
D | namespaces.cpp | 75 …N11::consumeFoo(N11::getFoo()); // expected-error{{cannot initialize a parameter of type 'N11::(an… in testAnonymousNotMerged() 76 …N12::consumeFoo(N12::getFoo()); // expected-error{{cannot initialize a parameter of type 'N12::(an… in testAnonymousNotMerged()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue276/foo/ |
D | C.java | 4 public static A getFoo() { in getFoo() method in C
|
/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyRecursiveTest.java | 50 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testDict() 126 assertSame(tmpInstance.getBar(), tmpInstance.getFoo()); in testSet()
|
D | AnInstance.java | 30 public Object getFoo() { in getFoo() method in AnInstance
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
D | TableInNestedNS.php | 38 public function getFoo() function in NamespaceA\\NamespaceB\\TableInNestedNS
|