Home
last modified time | relevance | path

Searched defs:is_negative (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/libcxx/include/__chrono/
H A Dhh_mm_ss.h67 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in is_negative() function
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/
H A DBigInt.pm1385 sub is_negative { subroutine
/openbsd/gnu/llvm/lldb/source/Utility/
H A DScalar.cpp646 bool is_negative = is_signed && str.consume_front("-"); in SetValueFromCString() local
/openbsd/sys/kern/
H A Dsubr_kubsan.c730 is_negative(struct type_descriptor *typ, unsigned long val) in is_negative() function
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp738 const bool is_negative = (length_and_negative >> 4) & 1; in NSDecimalNumberSummaryProvider() local
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DPatternMatch.h470 struct is_negative { struct
475 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument