/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_class_order.cpp | 4 struct X1 { struct 9 struct X1<T*, U*> { struct 14 struct X1<T*, T*> { argument 19 struct X1<const T*, const T*> { argument 23 int array0[X1<int, int>::value == 0? 1 : -1]; argument
|
H A D | instantiate-non-type-template-parameter.cpp | 49 struct X1 : X0<T> { struct 50 X1() {} in X1() argument 51 template<typename U> X1(const X1<U> &x) : X0<T>(x) { } in X1() function
|
H A D | instantiate-member-template.cpp | 25 struct X1 { struct 27 struct Inner0 { 33 struct Inner1 { 39 struct Inner2 { 63 struct X1<T>::Inner4 { argument 124 struct X1 { struct 125 template<typename T> void f(X0<T>& vals) { g(vals); } in f() 126 template<typename T> void g(X0<T>& vals) { } in g() 149 struct X1 { struct 150 typedef T E; [all …]
|
H A D | temp_explicit_cxx0x.cpp | 7 template<typename T> struct X1 { }; struct 11 template struct Inner::X1<int>; member in N1::Inner
|
H A D | instantiate-member-pointers.cpp | 7 struct X1 { struct 13 template struct X1<Y>; variable 14 template struct X1<int>; // expected-note{{instantiation}} variable
|
H A D | current-instantiation.cpp | 32 struct X1 { struct 33 typedef T my_T_type; 147 struct X1 { struct 150 X1<T>::a = b; // expected-error{{incompatible}} in f() argument
|
H A D | instantiate-template-template-parm.cpp | 34 struct X1 { }; global() struct 69 template<class T> struct X1 global() struct 73 gPR8629::X1 g() argument 78 fPR8629::X1 f() argument
|
H A D | instantiate-declref-ice.cpp | 28 struct X1 { struct 33 const unsigned X1<T>::value = sizeof(T); argument
|
H A D | member-template-access-expr.cpp | 53 struct X1 { struct 137 struct X1 { struct 138 X0<int> x0; 140 void f() { in f()
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | partial-ordering.cpp | 8 struct X1 { struct 13 struct X1<tuple<Head, Tail...> > { struct 18 struct X1<tuple<Head, Tail&...> > { struct 23 struct X1<tuple<Head&, Tail&...> > { argument 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | static-init-3.cpp | 7 struct X1 struct 21 template<class T> T & X1<T>::instance = X1<T>::get(); argument
|
H A D | attr-used.cpp | 12 struct X1 { struct 14 // CHECK-DAG: define linkonce_odr {{.*}} @_ZN2X16Nested1fEv argument
|
H A D | visibility-inlines-hidden.cpp | 18 struct X1 { struct 28 inline void X1<T>::f3() { } in f3() argument
|
H A D | global-llvm-constant.cpp | 22 struct X1 { struct 27 X1 array[3]; argument
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p8.cpp | 31 struct X1 { struct 36 template struct X1<int>; // expected-note {{here}} argument 40 template struct X1<char>; // expected-note {{here}} variable
|
H A D | p1.cpp | 29 struct X1 { struct 42 template struct X1<int>::Inner<float>; argument
|
/llvm-project/clang/test/CXX/special/class.ctor/ |
H A D | p1.cpp | 22 struct X1 { struct 25 X1<T>(); argument 40 template<typename T> X1<T>::X1() { } in X1() function in X1 43 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; } in X1() function
|
/llvm-project/clang/test/CXX/class/class.mem/ |
H A D | p14.cpp | 11 struct X1 { struct 12 int X1; // expected-error{{member 'X1' has the same name as its class}} argument
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p19.cpp | 28 struct X1 { struct 43 ::new X1<2> [17]; in test_X1() argument
|
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
H A D | p9.cpp | 12 template<int N = N> struct X1 { }; struct 13 template<> struct X1<17> { static const bool value = true; }; struct
|
/llvm-project/clang/test/SemaCXX/ |
H A D | static-array-member.cpp | 13 struct X1 { struct 18 T X1<T, N>::array[N]; argument
|
H A D | member-pointers-2.cpp | 42 struct X1 struct 44 X0* x0; 45 FuncPtr X0::*fptr;
|
/llvm-project/clang/test/Parser/ |
H A D | missing-end-4.m | 3 @interface X1 interface 5 @implementation X1 // expected-note {{implementation started here}} implementation
|
/llvm-project/clang/test/CXX/temp/temp.param/ |
H A D | p3.cpp | 12 template<template<class T> class Y> struct X1 { struct 13 Y<int> value;
|
/llvm-project/clang/test/Sema/ |
H A D | warn-unused-variables.c | 28 int X1 = 4; in f3() local 36 int __attribute__((cleanup(c1))) X1 = 4; in f4() local
|