Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/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;
99 friend constexpr bool operator==(weak_ordering v, unspecified) noexcept;
101 friend constexpr bool operator< (weak_ordering v, unspecified) noexcept;
102 friend constexpr bool operator> (weak_ordering v, unspecified) noexcept;
[all …]
H A Dranges22 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;
133 inline constexpr unspecified all = unspecified;
159 inline constexpr unspecified filter = unspecified;
177 namespace views { inline constexpr unspecified counted = unspecified; }
228 inline constexpr unspecified lazy_split = 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;
/llvm-project-15.0.7/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?
/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h23 unspecified, enumerator
45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h18 unspecified = 1, enumerator
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h17 unspecified = 1, enumerator
45 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h17 unspecified = 1, enumerator
48 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h17 unspecified = 1, enumerator
51 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dtls-models.ll13 @unspecified = external thread_local global i32
28 ; RV32-PIC-NEXT: auipc a0, %tls_gd_pcrel_hi(unspecified)
41 ; RV64-PIC-NEXT: auipc a0, %tls_gd_pcrel_hi(unspecified)
52 ; RV32-NOPIC-NEXT: auipc a0, %tls_ie_pcrel_hi(unspecified)
61 ; RV64-NOPIC-NEXT: auipc a0, %tls_ie_pcrel_hi(unspecified)
66 ret i32* @unspecified
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DDebugMode.rst54 Randomizing unspecified behavior
56 The library supports the randomization of unspecified behavior. For example, randomizing
60 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
/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/
H A Dnew-symbol-visibility.test4 # RUN: llvm-objcopy -I binary -O elf64-x86-64 %s %t.unspecified
5 # RUN: llvm-readelf -s %t.unspecified | FileCheck %s --check-prefix=BINARY -DVISIBILITY=DEFAULT
/llvm-project-15.0.7/lld/test/wasm/
H A Dtarget-feature-disallowed.yaml6 # RUN: wasm-ld --no-entry --features=bar,baz,quux -o %t.unspecified.wasm %t1.o
7 # RUN: obj2yaml %t.unspecified.wasm | FileCheck %s --check-prefix UNSPECIFIED
/llvm-project-15.0.7/lldb/source/Symbol/
H A DUnwindPlan.cpp28 case unspecified: in operator ==()
98 case unspecified: in Dump()
171 case unspecified: in operator ==()
208 case unspecified: in Dump()
461 Row::FAValue::unspecified) { in PlanValidAtAddress()
/llvm-project-15.0.7/llvm/test/CodeGen/CSKY/
H A Dtls-models.ll10 @unspecified = external thread_local global i32
43 ; CSKY-PIC-NEXT: .long unspecified-(.LPC0_1-.Ltmp0)@TLSGD32
60 ; CSKY-NOPIC-NEXT: .long unspecified-(.LPC0_1-.Ltmp0)@GOTTPOFF
62 ret i32* @unspecified
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp25 case cv_error_code::unspecified: in message()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAError.cpp26 case dia_error_code::unspecified: in message()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp24 case pdb_error_code::unspecified: in message()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp25 case msf_error_code::unspecified: in message()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DBinaryStreamError.h19 unspecified, enumerator

123456