Home
last modified time | relevance | path

Searched defs:Inner (Results 1 – 25 of 208) sorted by relevance

123456789

/llvm-project/clang/test/Modules/
H A Dmerge-lambdas.cpp29 struct Inner { struct
30 Inner() {} in Inner() function
31 Function f = []{}; in __anon917dcb2f0302()
59 struct Inner { struct
60 Inner() {} in Inner() argument
61 Function f = []{}; in __anon917dcb2f0602()
H A Dlocal-visibility.cpp8 struct Inner { }; struct
11 struct Inner<0> { }; struct
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp33 template<typename> struct Inner { struct
34 static const unsigned value = 1;
38 struct Inner<tuple<pair<Types, YTypes>...> > { struct
39 static const unsigned value = sizeof...(Types) - sizeof...(YTypes);
56 template<typename, typename> struct Inner { struct
57 static const unsigned value = 0;
61 struct Inner<tuple<pair<Types, YTypes>...>, struct
63 static const unsigned value = 1;
84 template<typename> struct Inner { struct
85 static const unsigned value = 1;
[all …]
/llvm-project/clang/test/Sema/
H A Dmms-bitfields.c19 struct Inner { struct
24 } Inner; argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp1.cpp31 struct Inner { struct
32 T member1;
33 U member2; // expected-error{{incomplete}}
66 struct Inner { struct
67 T member1;
68 U member2; // expected-error{{incomplete}}
85 template struct X2<int, float>::Inner; member in X2
86 template struct X2<int, Incomplete>::Inner; // expected-note{{instantiation}} member in X2
/llvm-project/lldb/test/API/lang/cpp/nested-class-other-compilation-unit/
H A Dshared.h3 struct Inner { struct
10 struct Inner { struct
11 typename OuterX::Inner<T> oY_inner; argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/
H A Dp1.cpp9 struct X0<T, U>::Inner { struct in X0
10 T x;
11 U y;
13 void f() { x = y; } // expected-error{{incompatible}} in f()
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp4.cpp17 struct Inner { struct
19 T value; // expected-note {{has no default constructor}}
52 struct X<IntHolder, long>::Inner { struct in X
53 Inner() : value(17) { } in Inner() argument
54 IntHolder value;
H A Dp19.cpp5 template<typename U> struct Inner { }; struct
11 struct X<int>::Inner { struct in X
12 U member;
H A Dp2.cpp63 struct Inner : public T { }; // expected-note 2{{explicitly specialized declaration is here}} struct
144 struct X0<void*>::Inner { }; struct in N0::X0
147 struct X0<int>::Inner { }; struct in N0::X0
150 struct X0<unsigned>::Inner; member in N0::X0
153 struct X0<float>::Inner; member in N0::X0
156 struct X0<double>::Inner; // expected-note{{forward declaration}} member in N0::X0
160 struct N0::X0<long>::Inner { }; struct in N0::X0
163 struct N0::X0<float>::Inner { }; struct in N0::X0
167 struct N0::X0<unsigned>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
170 struct N0::X0<unsigned long>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
H A Dp2-0x.cpp57 struct Inner : public T { }; // expected-note 2{{here}} struct
179 struct X0<void*>::Inner { }; struct in N0::X0
182 struct X0<int>::Inner { }; struct in N0::X0
185 struct X0<unsigned>::Inner; member in N0::X0
188 struct X0<float>::Inner; member in N0::X0
191 struct X0<double>::Inner; // expected-note{{forward declaration}} member in N0::X0
195 struct N0::X0<long>::Inner { }; struct in N0::X0
198 struct N0::X0<float>::Inner { }; struct in N0::X0
202 struct N0::X0<unsigned>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
205 struct N0::X0<unsigned long>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
/llvm-project/clang/test/CodeGenCXX/
H A Dcode-seg1.cpp16 struct Inner { struct
28 struct __declspec(code_seg("foo_inner")) Inner { struct
41 struct Inner { struct
53 struct __declspec(code_seg("foo_inner")) Inner { struct
67 struct Inner { struct
78 void Foo5::Inner::bar1() {} in bar1() argument
H A Dtemplate-inner-struct-visibility-hidden.cpp10 struct Inner { struct
12 struct Inner2 {
/llvm-project/clang/test/SemaTemplate/
H A Denum-bool.cpp6 struct Inner { struct
7 Inner() {} in Inner() argument
H A Dtemp_explicit.cpp64 struct Inner { argument
53 struct Inner { global() struct
63 struct Inner { global() struct
112 struct Inner { // expected-note{{here}} global() struct
140 namespace Inner { global() namespace
[all...]
/llvm-project/clang/test/CodeGen/
H A Dmms-bitfields.c30 struct Inner { struct
35 } Inner; variable
/llvm-project/lldb/test/API/functionalities/pointer_num_children/
H A Dmain.cpp1 struct Inner { struct
7 Inner *inner; argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp41 …template<typename Y> struct Inner<T, Y> {}; // expected-note{{previous declaration of class templa… struct
42 template<typename Y> struct Inner<U, Y> {}; // expected-error{{cannot be redeclared}} struct
64 struct Inner<T, T> { struct
65 static const bool value = true;
69 struct Inner { struct
70 static const bool value = false;
/llvm-project/clang/test/AST/
H A Dast-print-out-of-line-func.cpp6 class Inner { class
25 Wrapper::Inner::Inner() { } in Inner() function in ns::Wrapper::Inner
33 ns::Wrapper::Inner::Inner(int) { } in Inner() function in ns::Wrapper::Inner
87 struct Inner { struct
/llvm-project/clang/test/SemaCXX/
H A Dmicrosoft-template-shadow.cpp6 struct Inner { struct
7 void f() { in f()
/llvm-project/clang/test/Modules/Inputs/
H A Dinnerstructredef.h3 struct Inner { struct
4 int x;
/llvm-project/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp64 struct Inner { in foo() struct
72 struct Inner { in foo() struct
78 struct Inner { in foo() struct
66 ftest2::foo::S7::Inner foo() argument
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Ddefault.lazy.verify.cpp20 struct Inner { struct
21 bool foo = false;
/llvm-project/clang/test/CXX/temp/temp.spec/
H A Dp5.cpp9 union Inner { }; union
26 template union X0<float>::Inner; // expected-note{{previous explicit instantiation}} member in X0
27 template union X0<float>::Inner; // expected-error{{duplicate explicit instantiation}} member in X0
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dempty_in_place_t_does_not_clobber.pass.cpp28 struct Inner { struct
35 static_assert(std::is_default_constructible<Wrapped::Inner>::value, ""); in main() argument

123456789