Searched refs:monostate (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__variant/
H A Dmonostate.h26 struct _LIBCPP_TEMPLATE_VIS monostate {}; struct
28 _LIBCPP_HIDE_FROM_ABI constexpr bool operator==(monostate, monostate) noexcept { return true; }
32 _LIBCPP_HIDE_FROM_ABI constexpr strong_ordering operator<=>(monostate, monostate) noexcept {
38 _LIBCPP_HIDE_FROM_ABI constexpr bool operator!=(monostate, monostate) noexcept { return false; }
40 _LIBCPP_HIDE_FROM_ABI constexpr bool operator<(monostate, monostate) noexcept { return false; }
42 _LIBCPP_HIDE_FROM_ABI constexpr bool operator>(monostate, monostat
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/orc/
H A Dinterval_set.h30 using ImplMap = IntervalMap<KeyT, std::monostate, Coalescing>;
74 Map.insert(std::move(KS), std::move(KE), std::monostate());
/openbsd-current/gnu/llvm/libcxx/include/__format/
H A Dformat_context.h26 #include <__variant/monostate.h>
183 if constexpr (same_as<decltype(__arg), monostate>)
H A Dformat_arg.h23 #include <__variant/monostate.h>
179 monostate __monostate_;
H A Dparser_std_format_spec.h31 #include <__variant/monostate.h>
93 } else if constexpr (same_as<_Type, monostate>)
H A Dformat_functions.h42 #include <__variant/monostate.h>
270 if constexpr (same_as<decltype(__arg), monostate>)
/openbsd-current/gnu/lib/libcxx/
H A DMakefile810 __variant/monostate.h \
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp26314 using IMap = llvm::IntervalMap<int64_t, std::monostate, 8,
26343 std::monostate{});
26372 Intervals.insert(Offset, Offset + Length, std::monostate{});

Completed in 309 milliseconds