Searched defs:__view (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/test/SemaTemplate/ |
H A D | concepts-friends.cpp | 208 friend constexpr decltype(auto) R1func1(_View &&__view, in R1func1() argument 211 friend constexpr decltype(auto) R1func2(_View &&__view, in R1func2() argument 216 friend constexpr decltype(auto) R1func3(_View &&__view, in R1func3() argument 228 friend constexpr decltype(auto) R2func1(_View &&__view, // #FUNC1 in R2func1() argument 231 friend constexpr decltype(auto) R2func2(_View &&__view, // #FUNC2 in R2func2() argument 236 friend constexpr decltype(auto) R2func3(_View &&__view, // #FUNC3 in R2func3() argument 255 friend constexpr decltype(auto) R3func1(_View &&__view, in R3func1() argument 258 friend constexpr decltype(auto) R3func2(_View &&__view, in R3func2() argument 263 friend constexpr decltype(auto) R3func3(_View &&__view, in R3func3() argument
|
/llvm-project/libcxx/src/ |
H A D | print.cpp | 47 __write_to_windows_console([[maybe_unused]] FILE* __stream, [[maybe_unused]] wstring_view __view) { in __write_to_windows_console() argument
|
/llvm-project/libcxx/include/__ranges/ |
H A D | reverse_view.h | 59 reverse_view(_View __view) reverse_view() argument
|