/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 24 X2<int> xi; in g() local 41 X3<int> xi; in i() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | enum-forward.cpp | 8 X<int> xi; variable
|
H A D | injected-class-name.cpp | 14 X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rather… variable 16 …X<float>::X<int> xi = x; // expected-error{{qualified reference to 'X' is a constructor name rathe… in f() local
|
H A D | instantiate-type.cpp | 27 X<int> xi; variable
|
H A D | instantiate-friend-function.cpp | 55 X<int> xi; variable
|
H A D | copy-ctor-assign.cpp | 32 void test3(X<int> &x, X<int> xi, X<long> xl, X<int Y::*> xmptr) { in test3()
|
H A D | extern-templates.cpp | 32 void test_intptr(X0<int*> xi, X0<int*>::Inner xii) { in test_intptr()
|
H A D | instantiate-field.cpp | 14 void test1(const X<int> *xi) { in test1()
|
H A D | friend.cpp | 63 X1<int> xi; variable
|
H A D | instantiate-member-class.cpp | 42 X<int>::X *xi; // expected-error{{qualified reference to 'X' is a constructor name rather than a ty… variable
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-fn-template.cpp | 9 T fx(XF<T> xi) { in fx() argument
|
H A D | visibility-hidden-extern-templates.cpp | 15 void test_X(X<int> xi, X<char> xc) { in test_X()
|
H A D | implicit-instantiation-1.cpp | 13 void foo(X<int> &xi, X<float> *xfp, int i, float f) { in foo() argument
|
H A D | mdefault-visibility-export-mapping.cpp | 45 B<int> xi(0); in func() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
H A D | p8-1y.cpp | 35 X<int> xi; variable
|
/llvm-project/clang/test/CXX/except/except.handle/ |
H A D | p16.cpp | 27 } catch (X<int> xi) { // expected-note{{instantiation}} in f() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | map_struct_ordering.cpp | 12 int xi; member
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.expl.spec/ |
H A D | p19.cpp | 20 void test(X<int> xi, X<long> xl, float *fp) { in test()
|
H A D | p14.cpp | 36 void test(X<int> xi) { in test()
|
/llvm-project/offload/test/offloading/ |
H A D | struct_mapping_with_pointers.cpp | 17 int xi; member
|
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p9.cpp | 31 int *&test(X0<int*> xi, int *ip) { in test()
|
H A D | p9-linkage.cpp | 31 int *&test(X0<int*> xi, int *ip) { in test()
|
/llvm-project/clang/test/CXX/temp/temp.spec/ |
H A D | p5.cpp | 44 X<int> xi; variable
|
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.class.deduct/ |
H A D | p2.cpp | 43 X xi = {0}; variable
|
/llvm-project/libclc/generic/lib/math/ |
H A D | log_base.h | 105 uint xi = as_uint(x); in log2() local
|