Searched defs:xc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project/flang/test/Semantics/ |
| H A D | common-blocks-warn.f90 | 8 common /c/ xc, yc local 15 common /c/ xc, yc, zc local
|
| /llvm-project/clang/test/CodeGenCXX/ |
| H A D | visibility-hidden-extern-templates.cpp | 15 void test_X(X<int> xi, X<char> xc) { in test_X()
|
| H A D | microsoft-templ-uuidof.cpp | 29 const _GUID &xc = __uuidof(X<C>); variable
|
| /llvm-project/clang/test/SemaCXX/ |
| H A D | overload-call-copycon.cpp | 14 void test_copycon(X x, X const xc, X volatile xv) { in test_copycon()
|
| H A D | overload-member-call.cpp | 39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test()
|
| H A D | anonymous-union.cpp | 48 void test_unqual_references(X x, const X xc) { in test_unqual_references()
|
| H A D | cxx0x-initializer-stdinitializerlist.cpp | 226 XCtorInit xc = { xi, xi }; in f() local
|
| /llvm-project/clang/test/Sema/ |
| H A D | anonymous-struct-union.c | 24 void test_unqual_references(struct X x, const struct X xc) { in test_unqual_references()
|