Home
last modified time | relevance | path

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

12345678910

/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/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/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/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/python/cpython2/Doc/library/
Dnis.rst31 unspecified, lookup is in the default NIS domain.
44 unspecified, lookup is in the default NIS domain.
53 unspecified, lookup is in the default NIS domain.
Dbsddb.rst120 unspecified and should not be relied on. In particular, the order of the list
141 keys in the file is unspecified, except in the case of B-Tree databases. This
148 keys in the file is unspecified, except in the case of B-Tree databases.
154 keys in the file is unspecified, except in the case of B-Tree databases. This
161 in the file is unspecified. This is not supported on hashtable databases (those
/external/python/cpython3/Doc/library/
Dnis.rst32 unspecified, lookup is in the default NIS domain.
44 unspecified, lookup is in the default NIS domain.
52 unspecified, lookup is in the default NIS domain.
/external/libmojo/mojo/common/
Dtime.mojom9 // intentionally unspecified epoch.
19 // intentionally unspecified epoch.
/external/cros/system_api/dbus/authpolicy/
Dactive_directory_info.proto34 // kinit exited with unspecified error.
36 // net exited with unspecified error.
38 // smdclient exited with unspecified error.
70 // Klist exited with unspecified error.
87 // Setting computer organizational unit failed with unspecified error.
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td56 "has unspecified value">;
59 "has unspecified value">;
62 "specifiers (%1 vs %3) has unspecified value">;
64 "comparison of pointer to virtual member function %0 has unspecified value">;
84 "comparison between unequal pointers to void has unspecified result">;
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewError.h20 unspecified = 1, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h21 unspecified, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIAError.h20 unspecified = 1, enumerator
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawError.h20 unspecified = 1, enumerator
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
Dcoverage.txt8 2 YES Behavior unspecified
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_getscheduler/
Dcoverage.txt8 2 YES Behavior is unspecified
/external/python/cpython3/Tools/clinic/
Dclinic.py57 unspecified = Unspecified() variable
656 if p.default is not unspecified:
1011 last = unspecified
1104 if (i != -1) and (p.default is not unspecified):
2236 default = unspecified
2314 …_(self, name, py_name, function, default=unspecified, *, c_default=None, py_default=None, annotati…
2318 if default is not unspecified:
2333 if annotation != unspecified:
2348 return (self.default is not unspecified)
2517 if self.default is not unspecified:
[all …]
/external/curl/docs/cmdline-opts/
Dkeepalive-time.d13 unspecified, the option defaults to 60 seconds.
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
Dcoverage.txt9 3 YES Behavior unspecified
/external/kernel-headers/original/uapi/linux/
Dacct.h116 #error unspecified endianness
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DCRLReason.java72 public static final int unspecified = 0; field in CRLReason
/external/wayland-protocols/freedesktop.org/
Dconfigure.ac10 …[https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=wayland&version=unspecified],
/external/clang/test/SemaObjC/
Dexprs.m20 …ode(int) == "foo") { } // expected-warning {{result of comparison against @encode is unspecified}}

12345678910