Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDTransformTypeTraits.def18 TRANSFORM_TYPE_TRAIT_DEF(MakeUnsigned, make_unsigned)
HDDiagnosticSemaKinds.td9195 "'%select{make_unsigned|make_signed}0' is only compatible with "
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDmake_unsigned.h80 struct make_unsigned { struct
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDtype_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>
HD__locale17 #include <__type_traits/make_unsigned.h>
444 …static_assert((__regex_word & ~(std::make_unsigned<mask>::type)(space | print | cntrl | upper | lo…
HDmemory74 | make_unsigned<difference_type>::type
HDlocale207 # include <__type_traits/make_unsigned.h>
1330 using _Unsigned = typename make_unsigned<_Integral>::type;
HDmodule.modulemap2049 header "__type_traits/make_unsigned.h"
/freebsd-14-stable/contrib/googletest/googletest/src/
HDgtest-printers.cc118 static_cast<typename std::make_unsigned<CharType>::type>(in)); in ToChar32()
/freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/
HDtype_traits.inc155 using std::make_unsigned;
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory/
HDallocator_traits.h104 struct __size_type : make_unsigned<_DiffType> {};
/freebsd-14-stable/lib/libc++/
DMakefile1314 TTR_HEADERS+= make_unsigned.h
Dlibcxx.imp819 { include: [ "<__type_traits/make_unsigned.h>", "private", "<type_traits>", "public" ] },
/freebsd-14-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2090 SYMBOL(make_unsigned, std::, <type_traits>)