Home
last modified time | relevance | path

Searched defs:unsigned_c (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/test/CodeGenObjCXX/
H A Darc-mangle.mm31 template<unsigned N> struct unsigned_c { }; struct
34 template<typename T>void g(unsigned_c<sizeof((__bridge T*)(__bridge id)(T*)0) + 1>*) {} argument
35 template void g<const void>(unsigned_c<sizeof(id) + 1> *); argument
39 void g(__weak __unaligned id *) {}
41 void g(__strong __unaligned id *) {}
43 void g(__autoreleasing __unaligned id *) {}
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp11 template<unsigned N> struct unsigned_c { }; struct
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dinjected-class-name.cpp60 template<unsigned> struct unsigned_c { }; struct
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp17 template<unsigned> struct unsigned_c { }; struct