Home
last modified time | relevance | path

Searched refs:make_unsigned (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def18 TRANSFORM_TYPE_TRAIT_DEF(MakeUnsigned, make_unsigned)
H A DDiagnosticSemaKinds.td9195 "'%select{make_unsigned|make_signed}0' is only compatible with "
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dmake_unsigned.h80 struct make_unsigned { struct
/freebsd/contrib/llvm-project/libcxx/include/
H A Dtype_traits86 template <class T> struct make_unsigned;
198 using make_unsigned_t = typename make_unsigned<T>::type; // C++14
481 #include <__type_traits/make_unsigned.h>
H A D__locale17 #include <__type_traits/make_unsigned.h>
444 …static_assert((__regex_word & ~(std::make_unsigned<mask>::type)(space | print | cntrl | upper | lo…
H A Dmemory74 | make_unsigned<difference_type>::type
H A Dlocale207 # include <__type_traits/make_unsigned.h>
1330 using _Unsigned = typename make_unsigned<_Integral>::type;
H A Dmodule.modulemap2049 header "__type_traits/make_unsigned.h"
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-printers.cc118 static_cast<typename std::make_unsigned<CharType>::type>(in)); in ToChar32()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.cppm
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h104 struct __size_type : make_unsigned<_DiffType> {};
/freebsd/lib/libc++/
H A DMakefile1313 TTR_HEADERS+= make_unsigned.h
H A Dlibcxx.imp819 { include: [ "<__type_traits/make_unsigned.h>", "private", "<type_traits>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2090 SYMBOL(make_unsigned, std::, <type_traits>)