/external/llvm-project/clang/test/CXX/temp/temp.deduct.guide/ |
D | p1.cpp | 5 struct Outer { struct 8 template<typename> struct A {}; 51 template<typename T> struct B {}; // expected-note {{here}} 61 typedef A(int(&)[21]) -> A<int>; // expected-error {{deduction guide cannot be declared 'typedef'}} 81 A(int(&)[40]) -> A<int> {} // expected-error {{deduction guide cannot have a function definition}} in A() 84 …<int> try {} catch (...) {} // expected-error {{deduction guide cannot have a function definition}} in A()
|
/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() function 34 ~Outer() { in ~Outer() argument 48 Outer o(0); in main() argument
|
/external/llvm-project/libcxx/test/std/language.support/support.exception/uncaught/ |
D | uncaught_exceptions.pass.cpp | 34 struct Outer { struct 35 Outer(int depth) : d_(depth) {} in Outer() function 36 ~Outer() { in ~Outer() argument 50 Outer o(0); in main() argument
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | explicit-specialization-member.cpp | 67 template<int N> struct Outer { struct 69 template<> struct Inner<> { 73 template<typename...> static int a; 74 template<> static constexpr int a<> = N; 76 template<typename...> static inline int b; 77 template<> static inline constexpr int b<> = N; 80 template<> static constexpr int f() { in f()
|
D | constructor-template.cpp | 42 struct Outer { struct 47 explicit Outer(const A& a) : alloc(a) { } in Outer() 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/llvm-project/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/llvm-project/clang/test/Modules/Inputs/ |
D | innerstructredef.h | 1 struct Outer { struct 3 struct Inner { 5 } field;
|
D | cxx-templates-common.h | 27 template<typename T> struct Outer { struct 28 template<typename U> struct Inner {
|
/external/llvm-project/clang/test/Modules/ |
D | inner-struct-redefines-invisible.m | 7 struct Outer { struct 11 } field;
|
/external/llvm-project/clang/test/Index/ |
D | ctor-init-source-loc.cpp | 28 struct Outer { struct 36 struct Derived4: Outer::Inner<Q>::Parm argument 83 struct Outer { struct 85 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()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | template-linkage.cpp | 49 struct Outer { struct 50 template <typename T> struct Inner { 53 template <typename T> void Get() { in Get()
|
D | cxx1y-variable-template.cpp | 11 template<typename T> struct Outer { struct 16 Outer<char[100]> outer_int; argument
|
/external/clang/test/SemaCXX/ |
D | virtual-member-functions-key-function.cpp | 22 struct Outer { struct 29 void Outer::Inner::g() { } in g() argument
|
/external/llvm-project/clang/test/SemaCXX/ |
D | virtual-member-functions-key-function.cpp | 53 struct Outer { struct 60 void Outer::Inner::g() { } in g() argument
|
/external/llvm-project/lldb/test/API/functionalities/pointer_num_children/ |
D | main.cpp | 6 struct Outer { struct 12 Outer outer{&inner}; in main() argument
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/ |
D | AsEmptyPOJONoDefaultCtor2572Test.java | 12 static class Outer { class in AsEmptyPOJONoDefaultCtor2572Test 17 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in AsEmptyPOJONoDefaultCtor2572Test.Outer
|
D | JsonSetter2572Test.java | 14 static class Outer { class in JsonSetter2572Test 19 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in JsonSetter2572Test.Outer
|
/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/SemaTemplate/ |
D | constructor-template.cpp | 42 struct Outer { struct 47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
|
/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
|
/external/clang/test/Modules/Inputs/ |
D | cxx-templates-common.h | 27 template<typename T> struct Outer { struct 28 template<typename U> struct Inner {
|
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | construct_type.pass.cpp | 41 using Outer = CountingAllocator<T, 1>; in test_bullet_one() typedef 74 using Outer = CountingAllocator<T, 1>; in test_bullet_two() typedef 107 using Outer = CountingAllocator<T, 1>; in test_bullet_three() typedef
|