/external/libcxx/test/std/language.support/support.exception/uncaught/ |
D | uncaught_exceptions.pass.cpp | 32 struct Outer { struct 33 Outer(int depth) : d_(depth) {} in Outer() argument 34 ~Outer() { in ~Outer() argument 48 Outer o(0); in main() argument
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
D | p6.cpp | 39 struct Outer { struct 45 Outer<int, int> outer; // expected-note{{instantiation}} argument 59 struct Outer { struct 64 struct Inner<T, T> { 69 struct Inner {
|
/external/clang/test/CodeGenCXX/ |
D | cxx1y-variable-template.cpp | 11 template<typename T> struct Outer { struct 16 Outer<char[100]> outer_int; argument
|
D | template-linkage.cpp | 49 struct Outer { struct 50 template <typename T> struct Inner { 53 template <typename T> void Get() { in Get()
|
D | explicit-instantiation.cpp | 109 template <typename T> struct Outer { struct 110 struct Inner { 117 template struct Outer<int>; variable
|
D | sections.cpp | 36 struct Outer { struct 37 void f() { in f()
|
/external/clang/test/SemaCXX/ |
D | virtual-member-functions-key-function.cpp | 22 struct Outer { struct 29 void Outer::Inner::g() { } in g() argument
|
D | cxx0x-defaulted-functions.cpp | 163 struct Outer { struct 165 struct Inner1 { 170 struct Inner2 {
|
/external/clang/test/Analysis/inlining/ |
D | path-notes.c | 124 struct Outer { struct 130 void test(struct Outer *wrapperPtr) { in test() argument
|
/external/clang/test/Modules/Inputs/ |
D | cxx-templates-common.h | 27 template<typename T> struct Outer { struct 28 template<typename U> struct Inner {
|
D | templates-top.h | 26 template<typename T> struct Outer { struct 27 struct Inner {};
|
/external/clang/test/CXX/class/class.friend/ |
D | p1.cpp | 5 struct Outer { struct 6 struct Inner {
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_type.pass.cpp | 40 using Outer = CountingAllocator<T, 1>; in test_bullet_one() typedef 73 using Outer = CountingAllocator<T, 1>; in test_bullet_two() typedef 106 using Outer = CountingAllocator<T, 1>; in test_bullet_three() typedef
|
D | construct_pair.pass.cpp | 90 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef 117 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
|
D | construct_pair_piecewise.pass.cpp | 101 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef 132 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
|
D | construct_pair_values.pass.cpp | 96 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef 125 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
|
/external/clang/test/SemaTemplate/ |
D | constructor-template.cpp | 42 struct Outer { struct 47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
|
D | ms-delayed-default-template-args.cpp | 25 struct Outer { struct 27 struct Foo { 30 typedef int Baz;
|
D | nested-template.cpp | 17 struct Outer { struct 36 class Outer<X>::Inner0 { argument
|
/external/protobuf/python/google/protobuf/internal/import_test_package/ |
D | outer.proto | 37 message Outer { message
|
/external/clang/test/Index/ |
D | comment-cplus-decls.cpp | 102 template <class T> struct Outer { struct 104 struct Inner {
|
/external/clang/test/Rewriter/ |
D | rewrite-nested-blocks-2.mm | 10 void Outer(void (^bk)()); function
|
/external/clang/test/CXX/class/class.nest/ |
D | p1-cxx0x.cpp | 3 class Outer { class
|
D | p1.cpp | 5 class Outer { class
|
/external/clang/test/Analysis/ |
D | const-method-call.cpp | 43 struct Outer { struct 44 int x; 45 Inner in;
|