Home
last modified time | relevance | path

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

12345678910>>...16

/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
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 …]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
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 …]
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1.cpp31 struct Inner { struct
32 T member1;
33 U member2; // expected-error{{incomplete}}
42 template struct X1<int>::Inner<float>; member in X1
43 template struct X1<int>::Inner<double>; member in X1
44 template struct X1<int>::Inner<void>; // expected-note{{instantiation}} member in X1
66 struct Inner { struct
67 T member1;
68 U member2; // expected-error{{incomplete}}
85 template struct X2<int, float>::Inner; member in X2
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1.cpp31 struct Inner { struct
32 T member1;
33 U member2; // expected-error{{incomplete}}
42 template struct X1<int>::Inner<float>; member in X1
43 template struct X1<int>::Inner<double>; member in X1
44 template struct X1<int>::Inner<void>; // expected-note{{instantiation}} member in X1
66 struct Inner { struct
67 T member1;
68 U member2; // expected-error{{incomplete}}
85 template struct X2<int, float>::Inner; member in X2
[all …]
/external/llvm-project/clang/test/Sema/
Dmms-bitfields.c19 struct Inner { struct
24 } Inner; argument
/external/flatbuffers/rust/flatbuffers/src/
Dfollow.rs31 type Inner; typedef
32 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner; in follow()
38 pub fn lifted_follow<'a, T: Follow<'a>>(buf: &'a [u8], loc: usize) -> T::Inner { in lifted_follow()
52 pub fn self_follow(&'a self, buf: &'a [u8], loc: usize) -> T::Inner { in self_follow()
57 type Inner = T::Inner; typedef
59 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
Dtable.rs40 default: Option<T::Inner>, in get()
41 ) -> Option<T::Inner> { in get()
51 type Inner = Table<'a>; typedef
53 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
59 pub fn get_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_root()
63 pub fn get_size_prefixed_root<'a, T: Follow<'a> + 'a>(data: &'a [u8]) -> T::Inner { in get_size_prefixed_root()
Dprimitives.rs177 type Inner = T::Inner; typedef
179 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
198 type Inner = T::Inner; typedef
200 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
228 type Inner = T::Inner; typedef
230 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
250 type Inner = T::Inner; typedef
252 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
261 type Inner = T::Inner; typedef
263 fn follow(buf: &'a [u8], loc: usize) -> Self::Inner { in follow()
[all …]
/external/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/
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;
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
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp4.cpp15 struct Inner { // expected-error{{implicit default}} struct
16 T value; // expected-note {{member is declared here}}
40 struct X<IntHolder, long>::Inner { struct in X
41 Inner() : value(17) { } in Inner() argument
42 IntHolder value;
Dp2.cpp78 struct Inner : public T { }; // expected-note 2{{explicitly specialized declaration is here}} struct
177 struct X0<void*>::Inner { }; struct in N0::X0
180 struct X0<int>::Inner { }; struct in N0::X0
183 struct X0<unsigned>::Inner; member in N0::X0
186 struct X0<float>::Inner; member in N0::X0
189 struct X0<double>::Inner; // expected-note{{forward declaration}} member in N0::X0
193 struct N0::X0<long>::Inner { }; struct in N0::X0
199 struct N0::X0<float>::Inner { }; struct in N0::X0
203 struct N0::X0<unsigned>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
206 struct N0::X0<unsigned long>::Inner { }; // expected-error{{member class specialization}} struct in N1::N0::X0
/external/llvm-project/lldb/test/API/lang/cpp/nested-class-other-compilation-unit/
Dshared.h3 struct Inner { struct
10 struct Inner { struct
11 typename OuterX::Inner<T> oY_inner; argument
/external/llvm-project/clang/test/CodeGenCXX/
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
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/
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()
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.class/
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()
/external/llvm-project/clang/test/CodeGen/
Dmms-bitfields.c30 struct Inner { struct
35 } Inner; argument
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp6.cpp41 template<typename Y> struct Inner<T, Y> {}; // expected-note{{previous}} 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;
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
Dp6.cpp41 template<typename Y> struct Inner<T, Y> {}; // expected-note{{previous}} 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;
/external/clang/test/SemaTemplate/
Denum-bool.cpp6 struct Inner { struct
7 Inner() {} in Inner() function
/external/llvm-project/clang/test/SemaTemplate/
Denum-bool.cpp6 struct Inner { struct
7 Inner() {} in Inner() function
/external/rust/crates/tokio/src/runtime/blocking/
Dpool.rs28 struct Inner { struct
30 shared: Mutex<Shared>,
33 condvar: Condvar,
36 thread_name: ThreadNameFn,
39 stack_size: Option<usize>,
42 after_start: Option<Callback>,
45 before_stop: Option<Callback>,
48 thread_cap: usize,
51 keep_alive: Duration,
265 impl Inner { impl
/external/llvm-project/lldb/test/API/functionalities/pointer_num_children/
Dmain.cpp1 struct Inner { struct
7 Inner *inner; argument
/external/rust/crates/futures-util/src/lock/
Dbilock.rs43 struct Inner<T> { struct
48 unsafe impl<T: Send> Send for Inner<T> {} argument
49 unsafe impl<T: Send> Sync for Inner<T> {} implementation
189 impl<T: Unpin> Inner<T> { impl
195 impl<T> Drop for Inner<T> { implementation
/external/llvm-project/clang/test/AST/
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

12345678910>>...16