Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dranges_partition_copy.pass.cpp193 auto is_negative = [](int x) { return x < 0; }; in test_iterators_in_sent_out1_out2() local
233 auto is_negative = [](int x) { return x < 0; }; in test() local
272 auto is_negative = [](int x) { return x < 0; }; in test() local
H A Dranges_partition.pass.cpp150 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
174 auto is_negative = [](int x) { return x < 0; }; in test() local
H A Dranges_stable_partition.pass.cpp154 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
210 auto is_negative = [](int x) { return x < 0; }; in test() local
H A Dranges_partition_point.pass.cpp130 auto is_negative = [](int x) { return x < 0; }; in test_iterators_2() local
/llvm-project/libc/src/stdio/printf_core/
H A Dfloat_inf_nan_converter.h30 bool is_negative; in convert_inf_nan() local
H A Dint_converter.h72 bool is_negative = false; convert_int() local
H A Dfixed_converter.h76 bool is_negative; convert_fixed() local
H A Dfloat_hex_converter.h35 bool is_negative; convert_float_hex_exp() local
/llvm-project/libc/src/__support/
H A Dsign.h34 : is_negative(is_negative) {} member
H A Dfloat_to_string.h627 bool is_negative = 0; global() variable
/llvm-project/libc/src/stdio/scanf_core/
H A Dint_converter.cpp106 const bool is_negative = result_sign == '-'; convert_int() local
/llvm-project/libcxx/include/__chrono/
H A Dhh_mm_ss.h62 _LIBCPP_HIDE_FROM_ABI constexpr bool is_negative() const noexcept { return __is_neg_; } in is_negative() function
/llvm-project/lldb/source/Utility/
H A DScalar.cpp647 bool is_negative = is_signed && str.consume_front("-"); SetValueFromCString() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp751 const bool is_negative = (length_and_negative >> 4) & 1; NSDecimalNumberSummaryProvider() local
/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h545 struct is_negative { struct
550 inline cst_pred_ty<is_negative> m_Negative() { in m_Negative() argument