Home
last modified time | relevance | path

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

123

/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/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
Dexplicit-instantiation.cpp109 template <typename T> struct Outer { struct
110 struct Inner {
117 template struct Outer<int>; variable
Dsections.cpp36 struct Outer { struct
37 void f() { in f()
/external/clang/test/SemaCXX/
Dvirtual-member-functions-key-function.cpp22 struct Outer { struct
29 void Outer::Inner::g() { } in g() argument
Dcxx0x-defaulted-functions.cpp163 struct Outer { struct
165 struct Inner1 {
170 struct Inner2 {
/external/clang/test/SemaTemplate/
Dconstructor-template.cpp42 struct Outer { struct
47 explicit Outer(const A& a) : alloc(a) { } in Outer() argument
Dms-delayed-default-template-args.cpp25 struct Outer { struct
27 struct Foo {
30 typedef int Baz;
Dnested-template.cpp17 struct Outer { struct
36 class Outer<X>::Inner0 { argument
/external/clang/test/Analysis/inlining/
Dpath-notes.c124 struct Outer { struct
130 void test(struct Outer *wrapperPtr) { in test() 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
Dconstruct_pair.pass.cpp90 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
117 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
Dconstruct_pair_values.pass.cpp96 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
125 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
Dconstruct_pair_piecewise.pass.cpp101 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
132 using Outer = CountingAllocator<Pair, 1>; in test_with_inner_alloc() typedef
/external/clang/test/Modules/Inputs/
Dcxx-templates-common.h27 template<typename T> struct Outer { struct
28 template<typename U> struct Inner {
Dtemplates-top.h26 template<typename T> struct Outer { struct
27 struct Inner {};
/external/clang/test/CXX/class/class.friend/
Dp1.cpp5 struct Outer { struct
6 struct Inner {
/external/clang/test/Index/
Dcomment-cplus-decls.cpp102 template <class T> struct Outer { struct
104 struct Inner {
/external/protobuf/python/google/protobuf/internal/import_test_package/
Douter.proto37 message Outer { message
/external/clang/test/Rewriter/
Drewrite-nested-blocks-2.mm10 void Outer(void (^bk)()); function
/external/annotation-tools/annotation-file-utilities/tests/
DComplexLocationOne.java9 class Outer<W, X> { class Inner<Y, Z> {} } class in ComplexLocationOne
/external/clang/test/CXX/class/class.nest/
Dp1-cxx0x.cpp3 class Outer { class
Dp1.cpp5 class Outer { class
/external/clang/test/Analysis/
Dconst-method-call.cpp43 struct Outer { struct
44 int x;
45 Inner in;

123