/external/valgrind/main/memcheck/tests/ |
D | deep_templates.cpp | 28 typedef Stack<Foo,Foo> Foo2; typedef 29 typedef Stack<Foo2,Foo2> Foo3;
|
/external/chromium_org/v8/test/webkit/fast/js/ |
D | object-prototype-constructor.js | 34 var Foo2 = { Bar: F}; variable 35 var f2 = new Foo2.Bar();
|
D | object-prototype-constructor-expected.txt | 31 PASS f2.constructor is Foo2.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/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
|
D | property.m | 56 @interface Foo2 interface
|
/external/clang/test/SemaCXX/ |
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()
|
D | warn-thread-safety-analysis.cpp | 526 LateFoo Foo2; member in LateBar 590 BarA.Foo2.a = 2; // \ in late_bad_4() 1795 class Foo2 { class 1862 BarT<Foo2> bt; in test() 1864 Foo2 f2; in test()
|
D | warn-thread-safety-parsing.cpp | 81 class Foo2 { class
|
/external/chromium_org/third_party/android_crazy_linker/src/tests/ |
D | foo2.cpp | 10 extern "C" void Foo2() { in Foo2() function
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-decl-nested.cpp | 49 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 | 80 void Foo2() { in Foo2() function
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 635 template <unsigned N = 2> class Foo2 {}; class 689 Foo2<1> F1; in Play2() 690 Foo2<> F2, F3; in Play2()
|
/external/clang/test/ARCMT/ |
D | releases.m.result | 78 @implementation Foo2
|
D | releases.m | 88 @implementation Foo2 implementation
|
/external/clang/test/Analysis/ |
D | misc-ps-region-store.cpp | 200 class Foo2 { class 205 bool Foo2<T>::Bar() { in Bar()
|
/external/chromium_org/third_party/libjingle/source/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/llvm/docs/ |
D | GoldPlugin.rst | 89 printf("Foo2\n");
|