Home
last modified time | relevance | path

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

12345678910>>...18

/external/llvm-project/libcxx/include/
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 …]
Dcompare57 friend constexpr bool operator==(partial_ordering v, unspecified) noexcept;
59 friend constexpr bool operator< (partial_ordering v, unspecified) noexcept;
60 friend constexpr bool operator> (partial_ordering v, unspecified) noexcept;
61 friend constexpr bool operator<=(partial_ordering v, unspecified) noexcept;
62 friend constexpr bool operator>=(partial_ordering v, unspecified) noexcept;
63 friend constexpr bool operator< (unspecified, partial_ordering v) noexcept;
64 friend constexpr bool operator> (unspecified, partial_ordering v) noexcept;
65 friend constexpr bool operator<=(unspecified, partial_ordering v) noexcept;
66 friend constexpr bool operator>=(unspecified, partial_ordering v) noexcept;
67 friend constexpr partial_ordering operator<=>(partial_ordering v, unspecified) noexcept;
[all …]
/external/llvm/lib/DebugInfo/PDB/Raw/
DInfoStreamBuilder.cpp33 return make_error<RawError>(raw_error_code::unspecified, in build()
36 return make_error<RawError>(raw_error_code::unspecified, in build()
39 return make_error<RawError>(raw_error_code::unspecified, in build()
42 return make_error<RawError>(raw_error_code::unspecified, in build()
DRawError.cpp18 case raw_error_code::unspecified: in message()
50 : RawError(raw_error_code::unspecified, Context) {} in RawError()
55 if (Code != raw_error_code::unspecified) in RawError()
/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp27 case generic_error_code::unspecified: in message()
49 : GenericError(generic_error_code::unspecified, Context) {} in GenericError()
55 if (Code != generic_error_code::unspecified) in GenericError()
/external/llvm/lib/DebugInfo/CodeView/
DCodeViewError.cpp27 case cv_error_code::unspecified: in message()
49 : CodeViewError(cv_error_code::unspecified, Context) {} in CodeViewError()
55 if (Code != cv_error_code::unspecified) in CodeViewError()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIAError.cpp28 case dia_error_code::unspecified: in message()
42 : DIAError(dia_error_code::unspecified, Context) {} in DIAError()
47 if (Code != dia_error_code::unspecified) in DIAError()
/external/llvm-project/lldb/include/lldb/Symbol/
DUnwindPlan.h60 unspecified, // not specified, we may be able to assume this enumerator
74 RegisterLocation() : m_type(unspecified), m_location() {} in RegisterLocation()
82 void SetUnspecified() { m_type = unspecified; } in SetUnspecified()
90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified()
201 unspecified, // not specified enumerator
208 FAValue() : m_type(unspecified), m_value() {} in FAValue()
214 void SetUnspecified() { m_type = unspecified; } in SetUnspecified()
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified()
/external/clang/docs/analyzer/
Dnullability.rst18 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers.
27 …l treat bar as nullable unspecified, this way all of the warnings will be suppressed. Treating the…
56 - Sending a message to a unspecified or nonnull pointer
58 - This will not happen automatically, since the AST will have null unspecified in this case.
88 …nformation would be attached which is either nullable, nonnull or null unspecified (or contradicte…
90 - When there is an explicit cast from a null unspecified to either nonnull or nullable I will trust…
91 - Unannotated pointers are treated the same way as pointers annotated with nullability unspecified
/external/llvm-project/clang/docs/analyzer/developer-docs/
Dnullability.rst18 Taking a branch on nullable pointers are the same like taking branch on null unspecified pointers.
29 …l treat bar as nullable unspecified, this way all of the warnings will be suppressed. Treating the…
64 * Sending a message to a unspecified or nonnull pointer
68 * This will not happen automatically, since the AST will have null unspecified in this case.
103 …nformation would be attached which is either nullable, nonnull or null unspecified (or contradicte…
105 * When there is an explicit cast from a null unspecified to either nonnull or nullable I will trust…
106 * Unannotated pointers are treated the same way as pointers annotated with nullability unspecified
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h19 unspecified = 1, enumerator
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h18 unspecified = 1, enumerator
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h18 unspecified = 1, enumerator
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h24 unspecified, enumerator
46 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h19 unspecified = 1, enumerator
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h19 unspecified = 1, enumerator
46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/external/llvm-project/llvm/lib/Support/
DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFError.h19 unspecified = 1, enumerator
46 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h23 unspecified, enumerator
45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h19 unspecified = 1, enumerator
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DRawError.h19 unspecified = 1, enumerator
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/external/libchrome/mojo/public/mojom/base/
Dtime.mojom9 // intentionally unspecified epoch.
19 // intentionally unspecified epoch.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedTensorToTensor.pbtxt18 The desired shape of the output tensor. If left unspecified (empty),
20 (the natural shape) will be used. If some dimensions are left unspecified, then
65 tensors, a value vector, and default values. If the shape is unspecified, the
67 natural shape) will be used. If some dimensions are left unspecified, then the
Dapi_def_EnqueueTPUEmbeddingIntegerBatch.pbtxt15 TPUEmbeddingConfiguration. Supported values are {'unspecified', 'inference',
16 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set

12345678910>>...18