Home
last modified time | relevance | path

Searched defs:Outer (Results 1 – 25 of 167) sorted by relevance

1234567

/external/llvm-project/clang/test/CXX/temp/temp.deduct.guide/
Dp1.cpp5 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/
Duncaught_exceptions.pass.cpp32 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/
Duncaught_exceptions.pass.cpp34 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/
Dexplicit-specialization-member.cpp67 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()
Dconstructor-template.cpp42 struct Outer { struct
47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp6.cpp39 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/
Dp6.cpp39 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/
Dinnerstructredef.h1 struct Outer { struct
3 struct Inner {
5 } field;
Dcxx-templates-common.h27 template<typename T> struct Outer { struct
28 template<typename U> struct Inner {
/external/llvm-project/clang/test/Modules/
Dinner-struct-redefines-invisible.m7 struct Outer { struct
11 } field;
/external/llvm-project/clang/test/Index/
Dctor-init-source-loc.cpp28 struct Outer { struct
36 struct Derived4: Outer::Inner<Q>::Parm argument
83 struct Outer { struct
85 struct Inner {
/external/clang/test/CodeGenCXX/
Dcxx1y-variable-template.cpp11 template<typename T> struct Outer { struct
16 Outer<char[100]> outer_int; argument
Dtemplate-linkage.cpp49 struct Outer { struct
50 template <typename T> struct Inner {
53 template <typename T> void Get() { in Get()
/external/llvm-project/clang/test/CodeGenCXX/
Dtemplate-linkage.cpp49 struct Outer { struct
50 template <typename T> struct Inner {
53 template <typename T> void Get() { in Get()
Dcxx1y-variable-template.cpp11 template<typename T> struct Outer { struct
16 Outer<char[100]> outer_int; argument
/external/clang/test/SemaCXX/
Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { } in g() argument
/external/llvm-project/clang/test/SemaCXX/
Dvirtual-member-functions-key-function.cpp53 struct Outer { struct
60 void Outer::Inner::g() { } in g() argument
/external/llvm-project/lldb/test/API/functionalities/pointer_num_children/
Dmain.cpp6 struct Outer { struct
12 Outer outer{&inner}; in main() argument
/external/jackson-databind/src/test/java/com/fasterxml/jackson/failing/
DAsEmptyPOJONoDefaultCtor2572Test.java12 static class Outer { class in AsEmptyPOJONoDefaultCtor2572Test
17 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in AsEmptyPOJONoDefaultCtor2572Test.Outer
DJsonSetter2572Test.java14 static class Outer { class in JsonSetter2572Test
19 public Outer(@JsonProperty("inner") Inner inner) { in Outer() method in JsonSetter2572Test.Outer
/external/clang/test/Analysis/inlining/
Dpath-notes.c124 struct Outer { struct
130 void test(struct Outer *wrapperPtr) { in test() argument
/external/clang/test/SemaTemplate/
Dconstructor-template.cpp42 struct Outer { struct
47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp40 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/
Dcxx-templates-common.h27 template<typename T> struct Outer { struct
28 template<typename U> struct Inner {
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
Dconstruct_type.pass.cpp41 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

1234567