/minix/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A 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 {
|
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | cxx1y-variable-template.cpp | 11 template<typename T> struct Outer { struct 16 Outer<char[100]> outer_int; argument
|
H A D | template-linkage.cpp | 49 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 D | virtual-member-functions-key-function.cpp | 22 struct Outer { struct 29 void Outer::Inner::g() { } in g() argument
|
H A D | cxx0x-defaulted-functions.cpp | 155 struct Outer { struct 157 struct Inner1 { 162 struct Inner2 {
|
H A D | MicrosoftSuper.cpp | 47 struct Outer { struct 48 struct Inner : Base1 {
|
H A D | friend.cpp | 21 template <class T> struct Outer { struct 23 struct Inner {
|
H A D | cxx1y-deduced-return-type.cpp | 141 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 D | p1.cpp | 3 struct Outer { struct 4 struct Inner {
|
/minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/ |
H A D | cxx-templates-common.h | 27 template<typename T> struct Outer { struct 28 template<typename U> struct Inner {
|
H A D | templates-top.h | 25 template<typename T> struct Outer { struct 26 struct Inner {};
|
/minix/external/bsd/llvm/dist/clang/test/Analysis/inlining/ |
H A D | path-notes.c | 124 struct Outer { struct 130 void test(struct Outer *wrapperPtr) { in test() argument
|
/minix/external/bsd/llvm/dist/clang/test/Rewriter/ |
H A D | rewrite-nested-blocks-2.mm | 10 void Outer(void (^bk)()); function
|
/minix/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | constructor-template.cpp | 36 struct Outer { struct 41 explicit Outer(const A& a) : alloc(a) { } in Outer() function
|
H A D | ms-delayed-default-template-args.cpp | 25 struct Outer { struct 27 struct Foo { 30 typedef int Baz;
|
H A D | nested-template.cpp | 17 struct Outer { struct 36 class Outer<X>::Inner0 { argument
|
H A D | typename-specifier-4.cpp | 87 struct Outer { struct 89 struct Inner {};
|
H A D | instantiate-declref.cpp | 3 struct Outer { struct 4 struct Inner {
|
/minix/external/bsd/llvm/dist/clang/test/CXX/class/class.nest/ |
H A D | p1-cxx0x.cpp | 3 class Outer { class
|
H A D | p1.cpp | 3 class Outer { class
|
/minix/external/bsd/llvm/dist/clang/test/Index/ |
H A D | comment-cplus-decls.cpp | 102 template <class T> struct Outer { struct 104 struct Inner {
|
/minix/external/bsd/llvm/dist/clang/test/CXX/class.access/ |
H A D | p6.cpp | 88 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 D | p15-cxx0x.cpp | 32 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 D | p8.cpp | 41 struct Outer {}; struct
|
/minix/external/bsd/llvm/dist/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITTest.cpp | 167 Function *Outer; in TEST_F() local
|