Home
last modified time | relevance | path

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

12

/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A 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 {
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dcxx1y-variable-template.cpp11 template<typename T> struct Outer { struct
16 Outer<char[100]> outer_int; argument
H A Dtemplate-linkage.cpp49 struct Outer { struct
50 template <typename T> struct Inner {
53 template <typename T> void Get() { in Get()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { } in g() argument
H A Dcxx0x-defaulted-functions.cpp155 struct Outer { struct
157 struct Inner1 {
162 struct Inner2 {
H A DMicrosoftSuper.cpp47 struct Outer { struct
48 struct Inner : Base1 {
H A Dfriend.cpp21 template <class T> struct Outer { struct
23 struct Inner {
H A Dcxx1y-deduced-return-type.cpp141 template<typename T> struct Outer { struct
142 static auto arg_single() { return 0.f; } in arg_single()
143 static auto arg_multi() { return 0.; } in arg_multi()
144 static auto arg_multi(int) { return "bad"; } in arg_multi()
/minix/external/bsd/llvm/dist/clang/test/CXX/class/class.friend/
H A Dp1.cpp3 struct Outer { struct
4 struct Inner {
/minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/
H A Dcxx-templates-common.h27 template<typename T> struct Outer { struct
28 template<typename U> struct Inner {
H A Dtemplates-top.h25 template<typename T> struct Outer { struct
26 struct Inner {};
/minix/external/bsd/llvm/dist/clang/test/Analysis/inlining/
H A Dpath-notes.c124 struct Outer { struct
130 void test(struct Outer *wrapperPtr) { in test() argument
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-nested-blocks-2.mm10 void Outer(void (^bk)()); function
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dconstructor-template.cpp36 struct Outer { struct
41 explicit Outer(const A& a) : alloc(a) { } in Outer() function
H A Dms-delayed-default-template-args.cpp25 struct Outer { struct
27 struct Foo {
30 typedef int Baz;
H A Dnested-template.cpp17 struct Outer { struct
36 class Outer<X>::Inner0 { argument
H A Dtypename-specifier-4.cpp87 struct Outer { struct
89 struct Inner {};
H A Dinstantiate-declref.cpp3 struct Outer { struct
4 struct Inner {
/minix/external/bsd/llvm/dist/clang/test/CXX/class/class.nest/
H A Dp1-cxx0x.cpp3 class Outer { class
H A Dp1.cpp3 class Outer { class
/minix/external/bsd/llvm/dist/clang/test/Index/
H A Dcomment-cplus-decls.cpp102 template <class T> struct Outer { struct
104 struct Inner {
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/
H A Dp6.cpp88 struct Outer { struct
105 …Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, … in test()
/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp32 template<typename...Ts> struct Outer { struct
38 template<Ts ...As, template<Ts> class ...Bs, typename ...Cs> struct Inner {
/minix/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
H A Dp8.cpp41 struct Outer {}; struct
/minix/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTest.cpp167 Function *Outer; in TEST_F() local

12