Home
last modified time | relevance | path

Searched defs:xf (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp26 X2<float> xf; in g() local
43 X3<float> xf; in i() local
/llvm-project/clang/test/CodeGenCXX/
H A Daddress-of-fntemplate.cpp24 void h(X<int (*)()> xf) { in h()
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-1y.cpp36 X<int*> xf; // expected-note {{instantiation of}} variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-field.cpp22 void test2(const X<float> *xf) { in test2()
26 void test3(const X<int(int)> *xf) { in test3()
H A Dinstantiate-complete.cpp24 …X<float(int)> xf; // expected-note{{in instantiation of template class 'X<float (int)>' requested … member
H A Dinstantiate-member-class.cpp43 X<float>::X *xf; // expected-error{{qualified reference to 'X' is a constructor name rather than a … variable
H A Dvirtual-member-functions.cpp148 void test_X(X<int> &xi, X<float> &xf) { in test_typeid()
H A Dinstantiate-method.cpp13 void test(X<int> *xi, int *ip, X<int(int)> *xf) { in test()
/llvm-project/clang/test/SemaCXX/
H A Dlambda-expressions.cpp444 auto xf = [a, f]() {}; g() local