Home
last modified time | relevance | path

Searched defs:xc (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dcommon-blocks-warn.f908 common /c/ xc, yc local
15 common /c/ xc, yc, zc local
/llvm-project/clang/test/CodeGenCXX/
H A Dvisibility-hidden-extern-templates.cpp15 void test_X(X<int> xi, X<char> xc) { in test_X()
H A Dmicrosoft-templ-uuidof.cpp29 const _GUID &xc = __uuidof(X<C>); variable
/llvm-project/clang/test/SemaCXX/
H A Doverload-call-copycon.cpp14 void test_copycon(X x, X const xc, X volatile xv) { in test_copycon()
H A Doverload-member-call.cpp39 void test(X x, const X xc, X* xp, const X* xcp, volatile X xv, volatile X* xvp) { in test()
H A Danonymous-union.cpp48 void test_unqual_references(X x, const X xc) { in test_unqual_references()
H A Dcxx0x-initializer-stdinitializerlist.cpp226 XCtorInit xc = { xi, xi }; in f() local
/llvm-project/clang/test/Sema/
H A Danonymous-struct-union.c24 void test_unqual_references(struct X x, const struct X xc) { in test_unqual_references()