Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd-src/external/apache2/llvm/dist/libcxx/include/
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;
H A Dcompare53 friend constexpr bool operator==(partial_ordering v, unspecified) noexcept;
55 friend constexpr bool operator< (partial_ordering v, unspecified) noexcept;
56 friend constexpr bool operator> (partial_ordering v, unspecified) noexcept;
57 friend constexpr bool operator<=(partial_ordering v, unspecified) noexcept;
58 friend constexpr bool operator>=(partial_ordering v, unspecified) noexcept;
59 friend constexpr bool operator< (unspecified, partial_ordering v) noexcept;
60 friend constexpr bool operator> (unspecified, partial_ordering v) noexcept;
61 friend constexpr bool operator<=(unspecified, partial_ordering v) noexcept;
62 friend constexpr bool operator>=(unspecified, partial_ordering v) noexcept;
63 friend constexpr partial_ordering operator<=>(partial_ordering v, unspecified) noexcept;
[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 Dregex26 icase = unspecified,
27 nosubs = unspecified,
28 optimize = unspecified,
29 collate = unspecified,
30 ECMAScript = unspecified,
31 basic = unspecified,
32 extended = unspecified,
33 awk = unspecified,
34 grep = unspecified,
35 egrep = unspecified,
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIAError.h18 unspecified = 1, enumerator
45 DIAError(const Twine &S) : ErrorInfo(S, dia_error_code::unspecified) {}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewError.h19 unspecified = 1, enumerator
47 CodeViewError(const Twine &S) : ErrorInfo(S, cv_error_code::unspecified) {}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
H A DMSFError.h19 unspecified = 1, enumerator
47 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {}
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DBinaryStreamError.cpp20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError()
26 case stream_error_code::unspecified: in BinaryStreamError()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DGenericError.h23 unspecified, enumerator
45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawError.h19 unspecified = 1, enumerator
53 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
/netbsd-src/external/lgpl3/mpc/dist/tests/
H A Dcosh.dat38 # is left unspecified)
48 # is left unspecified)
97 # cosh(+inf + i*inf) = +inf + i*nan (C99 leaves unspecified the sign of the
113 # cosh(nan + i*0) = nan - i*0 (C99 leaves unspecified the sign of the
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-modes.def48 unspecified garbage in the Carry flag. This mode is used
52 unspecified garbage in the Carry and Overflow flag. This
56 Add CCGZ to indicate comparisons that allow unspecified garbage
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-modes.def47 unspecified garbage in the Carry flag. This mode is used
51 unspecified garbage in the Carry and Overflow flag. This
55 Add CCGZ to indicate comparisons that allow unspecified garbage
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A DEVP_KDF-KB.pod28 used if unspecified.
53 The default value of B<1> will be used if unspecified.
59 The default value of B<1> will be used if unspecified.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewError.cpp25 case cv_error_code::unspecified: in message()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DGenericError.cpp25 case pdb_error_code::unspecified: in message()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIAError.cpp27 case dia_error_code::unspecified: in message()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
H A DMSFError.cpp25 case msf_error_code::unspecified: in message()
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Doptions34 dyndb <string> <quoted_string> { <unspecified-text> }; // may occur multiple times
126 dnsrps-options { <unspecified-text> }; // not configured
265 response-policy { zone <string> [ add-soa <boolean> ] [ log <boolean> ] [ max-policy-ttl <duration> ] [ min-update-interval <duration> ] [ policy ( cname | disabled | drop | given | no-op | nodata | nxdomain | passthru | tcp-only <quoted_string> ) ] [ recursive-only <boolean> ] [ nsip-enable <boolean> ] [ nsdname-enable <boolean> ] [ ede <string> ]; ... } [ add-soa <boolean> ] [ break-dnssec <boolean> ] [ max-policy-ttl <duration> ] [ min-update-interval <duration> ] [ min-ns-dots <integer> ] [ nsip-wait-recurse <boolean> ] [ nsdname-wait-recurse <boolean> ] [ qname-wait-recurse <boolean> ] [ recursive-only <boolean> ] [ nsip-enable <boolean> ] [ nsdname-enable <boolean> ] [ dnsrps-enable <boolean> ] [ dnsrps-options { <unspecified-text> } ];
331 plugin ( query ) <string> [ { <unspecified-text> } ]; // may occur multiple times
433 dnsrps-options { <unspecified-text> }; // not configured
444 dyndb <string> <quoted_string> { <unspecified-text> }; // may occur multiple times
516 plugin ( query ) <string> [ { <unspecified-text> } ]; // may occur multiple times
548 response-policy { zone <string> [ add-soa <boolean> ] [ log <boolean> ] [ max-policy-ttl <duration> ] [ min-update-interval <duration> ] [ policy ( cname | disabled | drop | given | no-op | nodata | nxdomain | passthru | tcp-only <quoted_string> ) ] [ recursive-only <boolean> ] [ nsip-enable <boolean> ] [ nsdname-enable <boolean> ] [ ede <string> ]; ... } [ add-soa <boolean> ] [ break-dnssec <boolean> ] [ max-policy-ttl <duration> ] [ min-update-interval <duration> ] [ min-ns-dots <integer> ] [ nsip-wait-recurse <boolean> ] [ nsdname-wait-recurse <boolean> ] [ qname-wait-recurse <boolean> ] [ recursive-only <boolean> ] [ nsip-enable <boolean> ] [ nsdname-enable <boolean> ] [ dnsrps-enable <boolean> ] [ dnsrps-options { <unspecified-text> } ];
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DBinaryStreamError.h19 unspecified, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DRawError.cpp17 case raw_error_code::unspecified: in message()
/netbsd-src/external/bsd/flex/dist/src/
H A Dmain.c246 if (csize == unspecified) { in check_options()
253 if (interactive == unspecified) { in check_options()
799 if (csize == unspecified) in flexend()
960 yymore_really_used = reject_really_used = unspecified; in flexinit()
961 interactive = csize = unspecified; in flexinit()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-crl.pod.in49 The CRL input format; unspecified by default.
63 The format of the private key file; unspecified by default.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DTODO57 OtherName is left unspecified, but it's used by other

12345678910>>...18