Home
last modified time | relevance | path

Searched defs:is_unsigned (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/__type_traits/
HDis_unsigned.h26 struct _LIBCPP_TEMPLATE_VIS is_unsigned : _BoolConstant<__is_unsigned(_Tp)> {}; struct
/freebsd-13-stable/contrib/apr/strings/
HDapr_snprintf.c329 static char *conv_10(register apr_int32_t num, register int is_unsigned, in conv_10()
372 static char *conv_10_quad(apr_int64_t num, register int is_unsigned, in conv_10_quad()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDScalar.cpp279 bool is_unsigned) { in ToAPInt()
/freebsd-13-stable/sys/cddl/dev/dtrace/x86/
HDdis_tables.c6490 int is_unsigned = 0; in isunsigned_op() local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFASTParserClang.cpp2749 const bool is_unsigned = qt->isUnsignedIntegerType(); in ExtractIntFromFormValue() local