Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dremove_all_extents.h23 struct _LIBCPP_NO_SPECIALIZATIONS remove_all_extents { struct
24 _LIBCPP_NODEBUGremove_all_extents global() argument
/llvm-project/libc/src/__support/CPP/type_traits/
H A Dremove_all_extents.h21 struct remove_all_extents : cpp::type_identity<remove_all_extents_t<T>> {}; global() struct
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/
H A Ddependent_return_type.compile.pass.cpp82 std::remove_all_extents_t<T> remove_all_extents() { in remove_all_extents() function
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4720 void remove_all_extents() { remove_all_extents() function