Searched refs:is_pod (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_pod.h | 22 struct _LIBCPP_TEMPLATE_VIS is_pod : public integral_constant<bool, __is_pod(_Tp)> {}; struct
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 38 static_assert(std::is_pod<T>::value, "Must be a POD type."); in Read()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSchedule.cpp |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | type_traits | 98 template <class T> struct is_pod; 303 = is_pod<T>::value; // C++17 463 #include <__type_traits/is_pod.h>
|
H A D | module.modulemap | 2000 …_type_traits_is_pod [system] { header "__type_traits/is_pod.h" }
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | type_traits.cppm |
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Features.def | 241 FEATURE(is_pod, LangOpts.CPlusPlus)
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | MemProfReader.cpp | 48 static_assert(std::is_pod<T>::value, "Not a pod type."); in alignedRead()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 1280 TTR_HEADERS+= is_pod.h
|
H A D | libcxx.imp | 786 { include: [ "<__type_traits/is_pod.h>", "private", "<type_traits>", "public" ] },
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1725 SYMBOL(is_pod, std::, <type_traits>)
|