Home
last modified time | relevance | path

Searched refs:unspecified (Results 1 – 25 of 197) sorted by relevance

12345678

/openbsd-src/gnu/llvm/libcxx/include/
H A Dcompare54 inline namespace unspecified {
55 inline constexpr unspecified strong_order = unspecified;
56 inline constexpr unspecified weak_order = unspecified;
57 inline constexpr unspecified partial_order = unspecified;
58 inline constexpr unspecified compare_strong_order_fallback = unspecified;
59 inline constexpr unspecified compare_weak_order_fallback = unspecified;
60 inline constexpr unspecified compare_partial_order_fallback = unspecified;
73 friend constexpr bool operator==(partial_ordering v, unspecified) noexcept;
75 friend constexpr bool operator< (partial_ordering v, unspecified) noexcept;
76 friend constexpr bool operator> (partial_ordering v, unspecified) noexcept;
[all …]
H A Dranges20 inline namespace unspecified {
22 inline constexpr unspecified begin = unspecified;
23 inline constexpr unspecified end = unspecified;
24 inline constexpr unspecified cbegin = unspecified;
25 inline constexpr unspecified cend = unspecified;
27 inline constexpr unspecified size = unspecified;
28 inline constexpr unspecified ssize = unspecified;
134 inline constexpr unspecified elements = unspecified;
154 inline constexpr unspecified all = unspecified;
180 inline constexpr unspecified filter = unspecified;
[all …]
H A Dnumbers17 template<class T> inline constexpr T e_v = unspecified;
18 template<class T> inline constexpr T log2e_v = unspecified;
19 template<class T> inline constexpr T log10e_v = unspecified;
20 template<class T> inline constexpr T pi_v = unspecified;
21 template<class T> inline constexpr T inv_pi_v = unspecified;
22 template<class T> inline constexpr T inv_sqrtpi_v = unspecified;
23 template<class T> inline constexpr T ln2_v = unspecified;
24 template<class T> inline constexpr T ln10_v = unspecified;
25 template<class T> inline constexpr T sqrt2_v = unspecified;
26 template<class T> inline constexpr T sqrt3_v = unspecified;
[all …]
H A Dconcepts53 inline namespace unspecified {
54 inline constexpr unspecified swap = unspecified;
H A Dformat18 using format_context = basic_format_context<unspecified, char>;
19 using wformat_context = basic_format_context<unspecified, wchar_t>;
127 constexpr unspecified format_kind = unspecified; // since C++23
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DUnwindPlan.h60 unspecified, // not specified, we may be able to assume this enumerator
82 void SetUnspecified() { m_type = unspecified; } in SetUnspecified()
90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified()
184 RestoreType m_type = unspecified; // How do we locate this register?
201 unspecified, // not specified enumerator
214 void SetUnspecified() { m_type = unspecified; } in SetUnspecified()
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified()
304 ValueType m_type = unspecified; // How do we compute CFA value?
/openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst19 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers.
30 …l treat bar as nullable unspecified, this way all of the warnings will be suppressed. Treating the…
65 * Sending a message to a unspecified or nonnull pointer
69 * This will not happen automatically, since the AST will have null unspecified in this case.
104 …nformation would be attached which is either nullable, nonnull or null unspecified (or contradicte…
106 * When there is an explicit cast from a null unspecified to either nonnull or nullable I will trust…
107 * Unannotated pointers are treated the same way as pointers annotated with nullability unspecified
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h18 unspecified = 1, enumerator
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h17 unspecified = 1, enumerator
45 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h23 unspecified, enumerator
45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h17 unspecified = 1, enumerator
48 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h17 unspecified = 1, enumerator
51 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DDebugMode.rst64 Randomizing unspecified behavior
66 The library supports the randomization of unspecified behavior. For example, randomizing
70 In particular, it makes it easier to deflake tests that depend on unspecified behavior.
H A DUnspecifiedBehaviorRandomization.rst26 Provide functionality for randomizing the unspecified behavior so that the users
40 * This macro randomizes the unspecified behavior of algorithms and containers.
68 unspecified behavior in their tests, this effort helps to turn this flag in
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386-modes.def31 unspecified garbage in the Carry flag. This mode is used
35 unspecified garbage in the Carry and Overflow flag. This
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DUnwindPlan.cpp29 case unspecified: in operator ==()
99 case unspecified: in Dump()
172 case unspecified: in operator ==()
208 case unspecified: in Dump()
461 Row::FAValue::unspecified) { in PlanValidAtAddress()
/openbsd-src/regress/bin/ksh/
H A Dglob.t76 Results unspecified according to POSIX
86 Results unspecified according to POSIX
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAError.cpp26 case dia_error_code::unspecified: in message()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp24 case pdb_error_code::unspecified: in message()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp25 case cv_error_code::unspecified: in message()
/openbsd-src/gnu/llvm/libcxx/include/__debug_utils/
H A Drandomize_range.h30 # error Support for unspecified stability is only for C++11 and higher in __debug_randomize_range()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp25 case msf_error_code::unspecified: in message()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBinaryStreamError.h19 unspecified, enumerator
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp16 case raw_error_code::unspecified: in message()

12345678