Home
last modified time | relevance | path

Searched refs:is_pod (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_pod.h22 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 Drawprofile.cpp38 static_assert(std::is_pod<T>::value, "Must be a POD type."); in Read()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSchedule.cpp
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits98 template <class T> struct is_pod;
303 = is_pod<T>::value; // C++17
463 #include <__type_traits/is_pod.h>
H A Dmodule.modulemap2000 …_type_traits_is_pod [system] { header "__type_traits/is_pod.h" }
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DFeatures.def241 FEATURE(is_pod, LangOpts.CPlusPlus)
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfReader.cpp48 static_assert(std::is_pod<T>::value, "Not a pod type."); in alignedRead()
/freebsd/lib/libc++/
H A DMakefile1280 TTR_HEADERS+= is_pod.h
H A Dlibcxx.imp786 { include: [ "<__type_traits/is_pod.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1725 SYMBOL(is_pod, std::, <type_traits>)