/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
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 25 Foo getFoo(); 123 …while (getFoo() == y); // expected-warning {{comparison of different enumeration types ('Foo' and… in test() 124 …while (getFoo() != y); // expected-warning {{comparison of different enumeration types ('Foo' and… in test() 125 …while (getFoo() >= y); // expected-warning {{comparison of different enumeration types ('Foo' and… in test() 126 …while (getFoo() <= y); // expected-warning {{comparison of different enumeration types ('Foo' and… in test() 127 …while (getFoo() > y); // expected-warning {{comparison of different enumeration types ('Foo' and … in test() 128 …while (getFoo() < y); // expected-warning {{comparison of different enumeration types ('Foo' and … in test() 130 …while (getFoo() == BarD); // expected-warning {{comparison of different enumeration types ('Foo' … in test() 131 …while (getFoo() != BarD); // expected-warning {{comparison of different enumeration types ('Foo' … in test() 132 …while (getFoo() >= BarD); // expected-warning {{comparison of different enumeration types ('Foo' … in test() [all …]
|
D | warn-weak-vtables.cpp | 41 virtual void * getFoo() const = 0; 47 void * getFoo() const; 52 void * getFoo() const { return 0; } in getFoo() function in VeryDerived
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeVariablesTest.java | 53 abstract String getFoo(); in getFoo() method in TypeVariablesTest.Source1 69 abstract List<T> getFoo(); in getFoo() method in TypeVariablesTest.Source2 85 ExecutableElement getFoo = sourceMethods.get(0); in simpleTypeParameter() local 86 TypeMirror originalGetFooReturn = getFoo.getReturnType(); in simpleTypeParameter() 87 TypeMirror rewrittenGetFooReturn = types.get(getFoo); in simpleTypeParameter() 93 abstract Map<T, ? extends U> getFoo(); in getFoo() method in TypeVariablesTest.Source3 109 ExecutableElement getFoo = sourceMethods.get(0); in hairyTypeParameters() local 110 TypeMirror originalGetFooReturn = getFoo.getReturnType(); in hairyTypeParameters() 111 TypeMirror rewrittenGetFooReturn = types.get(getFoo); in hairyTypeParameters() 117 abstract Map<T, U> getFoo(); in getFoo() method in TypeVariablesTest.Outer [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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ser/ |
D | TestJsonSerializeAs.java | 13 public int getFoo(); in getFoo() method 20 public int getFoo() { return 42; } in getFoo() method in TestJsonSerializeAs.FooImpl 26 public int getFoo() { return 42; } in getFoo() method in TestJsonSerializeAs.FooImplNoAnno 37 public FooImpl getFoo() { in getFoo() method in TestJsonSerializeAs.FooableWrapper 45 public Fooable getFoo() { in getFoo() method in TestJsonSerializeAs.FooableWithFieldWrapper
|
/external/llvm-project/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…
|
/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…
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | debug-info-nrvo.cpp | 14 Foo getFoo() { in getFoo() function 22 Foo bar = getFoo(); in main()
|
/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/llvm-project/compiler-rt/test/asan/TestCases/Posix/ |
D | new_array_cookie_with_new_from_class.cpp | 28 Foo *getFoo(size_t n) { in getFoo() function 33 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/llvm-project/clang/test/Modules/Inputs/ |
D | namespaces-left.h | 65 Foo *getFoo(); 72 Foo *getFoo();
|
/external/llvm-project/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/llvm-project/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
D | CreatorPropertiesTest.java | 38 public int getFoo() { in getFoo() method in CreatorPropertiesTest.Ambiguity 84 assertEquals(3, amb.getFoo()); in testPossibleNamingConflict()
|
/external/llvm-project/clang/test/Analysis/ |
D | call-and-message.mm | 18 Foo *getFoo() { return 0; } function 21 getFoo().ref = 1;
|