Home
last modified time | relevance | path

Searched defs:__unique (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CXX/over/over.match/over.match.best/over.best.ics/
H A Dp6.cpp5 struct __unique { struct
12 __unique four{}; argument
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx2b-static-call-operator.cpp131 struct __unique { struct
138 __unique four{}; argument
/llvm-project/libcxx/include/__algorithm/
H A Dunique.h33 __unique(_Iter __first, _Sent __last, _BinaryPredicate&& __pred) { __unique() function