/external/compiler-rt/test/profile/Inputs/ |
D | instrprof-comdat-2.cpp | 6 FOO<int> Foo2; in bar() local 11 return (int)Foo2.DoIt(I); in bar()
|
/external/clang/test/SemaTemplate/ |
D | derived.cpp | 7 template<typename T> void Foo2(vector2<const T*> V) {} // expected-note{{candidate template ignore… in Foo2() function 11 Foo2(vector2<int*>()); // expected-error{{no matching function for call to 'Foo2'}} in test()
|
/external/compiler-rt/test/asan/TestCases/ |
D | coverage-caller-callee-total-count.cc | 15 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() argument 17 Foo *foo[3] = {new Foo, new Foo1, new Foo2};
|
/external/clang/test/SemaCXX/ |
D | warn-unused-local-typedef.cpp | 9 typedef int Foo2; // no diag typedef 43 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in f() typedef 92 typedef int Foo2; // expected-warning {{unused typedef 'Foo2'}} in template_fun() typedef
|
D | virtual-override.cpp | 159 struct Foo2 : Base { struct 164 Foo2<Base1> f1; in test2() 165 Foo2<Base2> f2; in test2()
|
D | new-delete.cpp | 484 template <class Payload> struct Foo2 { struct 485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2() argument 489 Foo2<Bar2> x2;
|
D | conditional-expr.cpp | 262 struct Foo2 { }; struct 271 operator const Foo2&() const; 277 (void)(true ? Bar() : Foo2()); // okay in f()
|
/external/clang/test/SemaObjC/ |
D | custom-atomic-property.m | 12 @interface Foo2 { interface 18 @implementation Foo2 implementation
|
D | arc-property-lifetime.m | 182 @interface Foo2 { interface 188 @implementation Foo2 implementation
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | coverage-caller-callee.cc | 29 struct Foo2 : Foo {virtual void f() {if (P) printf("%d\n", __LINE__);}}; in f() struct 49 new Foo, new Foo1, new Foo2, new Foo3, new Foo4, new Foo5, new Foo6,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | xray-conditional-return.ll | 40 define void @Foo2(i32 signext %a, i32 signext %b) #0 { 41 ; CHECK-LABEL: @Foo2
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-decl-nested.cpp | 60 class Foo2;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
D | p1-cxx11.cpp | 60 void Foo2() { in Foo2() function
|
D | p1.cpp | 91 void Foo2() { in Foo2() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 246 Function *Foo2 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local 250 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F()
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 247 Function *Foo2 = insertExternalReferenceToFunction<int32_t(void)>(M.get(), in TEST_F() local 251 CallInst *Call2 = Builder.CreateCall(Foo2, {}); in TEST_F()
|
/external/python/cpython3/Doc/includes/ |
D | mp_newtype.py | 65 f2 = manager.Foo2()
|
/external/python/cpython2/Doc/includes/ |
D | mp_newtype.py | 75 f2 = manager.Foo2()
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 200 class Foo2 { class 205 bool Foo2<T>::Bar() { in Bar()
|
/external/clang/test/ARCMT/ |
D | releases.m.result | 78 @implementation Foo2
|
D | releases.m | 88 @implementation Foo2 implementation
|
/external/libxml2/result/HTML/ |
D | cf_128.html.sax | 39 SAX.characters(Foo2, 4)
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestCustomOptionsProto3.cs | 1638 public int Foo2 { property in UnitTest.Issues.TestProtos.ComplexOptionType1 1680 if (Foo2 != other.Foo2) return false; in Equals() 1690 if (Foo2 != 0) hash ^= Foo2.GetHashCode(); in GetHashCode() 1710 if (Foo2 != 0) { in WriteTo() 1712 output.WriteInt32(Foo2); in WriteTo() 1730 if (Foo2 != 0) { in CalculateSize() 1731 size += 1 + pb::CodedOutputStream.ComputeInt32Size(Foo2); in CalculateSize() 1751 if (other.Foo2 != 0) { in MergeFrom() 1752 Foo2 = other.Foo2; in MergeFrom() 1774 Foo2 = input.ReadInt32(); in MergeFrom()
|
/external/webrtc/talk/session/media/ |
D | typewrapping.h.pump | 24 // A Foo2(B, C) 27 // Foo ever changes then Foo2 may become out-of-sync. e.g., Foo might have 29 // the programmer forgets to change Foo2, the code will probably still work, but
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 629 template <unsigned N = 2> class Foo2 {}; class 683 Foo2<1> F1; in Play2() 684 Foo2<> F2, F3; in Play2()
|