| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | compare | 54 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 D | ranges | 20 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; 141 inline constexpr unspecified elements = unspecified; 171 inline constexpr unspecified all = unspecified; 197 inline constexpr unspecified filter = unspecified; [all …]
|
| H A D | numbers | 17 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 D | atomic | 28 enum memory_order: unspecified // enum class in C++20 49 #define ATOMIC_BOOL_LOCK_FREE unspecified 50 #define ATOMIC_CHAR_LOCK_FREE unspecified 51 #define ATOMIC_CHAR8_T_LOCK_FREE unspecified // C++20 52 #define ATOMIC_CHAR16_T_LOCK_FREE unspecified 53 #define ATOMIC_CHAR32_T_LOCK_FREE unspecified 54 #define ATOMIC_WCHAR_T_LOCK_FREE unspecified 55 #define ATOMIC_SHORT_LOCK_FREE unspecified 56 #define ATOMIC_INT_LOCK_FREE unspecified 57 #define ATOMIC_LONG_LOCK_FREE unspecified [all …]
|
| H A D | charconv | 20 scientific = unspecified, 21 fixed = unspecified, 22 hex = unspecified,
|
| H A D | functional | 217 constexpr unspecified not_fn(F&& f); // C++17, constexpr in C++20 221 constexpr unspecified bind_front(F&&, Args&&...); // C++20 223 constexpr unspecified bind_back(F&&, Args&&...); // C++23 236 constexpr unspecified bind(Fn&&, BoundArgs&&...); // constexpr in C++20 238 constexpr unspecified bind(Fn&&, BoundArgs&&...); // constexpr in C++20 252 extern unspecified _1; 253 extern unspecified _2; 257 extern unspecified _Mp; 398 template<class R, class T> constexpr unspecified mem_fn(R T::*); // constexpr in C++…
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.cpp | 91 else if (Attrs.UnrollEnable != LoopAttributes::Unspecified || in createPartialUnrollMetadata() 219 else if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 220 Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 222 Attrs.VectorizeScalable != LoopAttributes::Unspecified) in createLoopVectorizeMetadata() 257 if (Attrs.VectorizePredicateEnable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 278 if (Attrs.VectorizeScalable != LoopAttributes::Unspecified) { in createLoopVectorizeMetadata() 304 if (Attrs.VectorizeEnable != LoopAttributes::Unspecified || in createLoopVectorizeMetadata() 457 : IsParallel(IsParallel), VectorizeEnable(LoopAttributes::Unspecified), in LoopAttributes() 458 UnrollEnable(LoopAttributes::Unspecified), in LoopAttributes() 459 UnrollAndJamEnable(LoopAttributes::Unspecified), in LoopAttributes() [all …]
|
| /freebsd/crypto/openssl/crypto/ts/ |
| H A D | ts_rsp_print.c | 90 BIO_printf(bio, "unspecified\n"); in TS_STATUS_INFO_print_bio() 96 BIO_printf(bio, "unspecified"); in TS_STATUS_INFO_print_bio() 135 BIO_printf(bio, "unspecified"); in TS_TST_INFO_print_bio() 146 BIO_printf(bio, "unspecified"); in TS_TST_INFO_print_bio() 155 BIO_printf(bio, "unspecified"); in TS_TST_INFO_print_bio() 162 BIO_printf(bio, "unspecified"); in TS_TST_INFO_print_bio() 181 BIO_printf(bio, "unspecified"); in ts_ACCURACY_print_bio() 186 BIO_printf(bio, "unspecified"); in ts_ACCURACY_print_bio() 191 BIO_printf(bio, "unspecified"); in ts_ACCURACY_print_bio()
|
| H A D | ts_req_print.c | 34 BIO_printf(bio, "unspecified\n"); in TS_REQ_print_bio() 40 BIO_printf(bio, "unspecified"); in TS_REQ_print_bio()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64MacroFusion.cpp | 27 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticBccPair() 79 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticCbzPair() 123 // Assume the 1st instr to be a wildcard if it is unspecified. in isAESPair() 144 // Assume the 1st instr to be a wildcard if it is unspecified. in isCryptoEORPair() 163 // Assume the 1st instr to be a wildcard if it is unspecified. in isAdrpAddPair() 173 // Assume the 1st instr to be a wildcard if it is unspecified. in isLiteralsPair() 224 // Assume the 1st instr to be a wildcard if it is unspecified. in isAddressLdStPair() 244 // Assume the 1st instr to be a wildcard if it is unspecified. in isCCSelectPair() 262 // Assume the 1st instr to be a wildcard if it is unspecified. in isCCSelectPair() 323 // Assume the 1st instr to be a wildcard if it is unspecified. in isArithmeticLogicPair() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsageGadgets.def | 42 FIXABLE_GADGET(ULCArraySubscript) // `DRE[any]` in an Unspecified Lvalue Context 45 FIXABLE_GADGET(UPCAddressofArraySubscript) // '&DRE[any]' in an Unspecified Pointer Context 47 FIXABLE_GADGET(UPCPreIncrement) // '++Ptr' in an Unspecified Pointer Context 48 FIXABLE_GADGET(UUCAddAssign) // 'Ptr += n' in an Unspecified Untyped Context
|
| /freebsd/contrib/llvm-project/clang/include/clang/DirectoryWatcher/ |
| H A D | DirectoryWatcher.h | 30 /// subdirectories are present the behavior is unspecified - events *might* be 47 /// filesystem interface. Specifically, it's unspecified if notification would 56 /// It is unspecified whether notifications for files being deleted are sent in 74 /// its behavior is unspecified. 80 /// might still be passed to Receiver but this behavior is unspecified.
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | DeclSpec.cpp | 502 case DeclSpec::SCS_unspecified: return "unspecified"; in getSpecifierName() 516 case DeclSpec::TSCS_unspecified: return "unspecified"; in getSpecifierName() 526 case TypeSpecifierWidth::Unspecified: in getSpecifierName() 527 return "unspecified"; in getSpecifierName() 540 case TSC_unspecified: return "unspecified"; in getSpecifierName() 549 case TypeSpecifierSign::Unspecified: in getSpecifierName() 550 return "unspecified"; in getSpecifierName() 562 case DeclSpec::TST_unspecified: return "unspecified"; in getSpecifierName() 618 case ConstexprSpecKind::Unspecified: in getSpecifierName() 619 return "unspecified"; in getSpecifierName() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 35 enum class ConstexprSpecKind { Unspecified, Constexpr, Consteval, Constinit }; enumerator 47 enum class TypeSpecifierWidth { Unspecified, Short, Long, LongLong }; enumerator 50 enum class TypeSpecifierSign { Unspecified, Signed, Unsigned }; enumerator 52 enum class TypeSpecifiersPipe { Unspecified, Pipe }; enumerator 339 /// unspecified. This captures a (fairly rare) case where we 342 Unspecified, enumerator 353 /// ordering is: Unspecified < Nullable < NonNull. 393 Unspecified = 3, enumerator
|
| /freebsd/lib/msun/src/ |
| H A D | s_csinh.c | 37 * The sign of the result for some exceptional values is unspecified but 90 * The sign of 0 in the result is unspecified. Choice = same sign in csinh() 94 * The sign of 0 in the result is unspecified. Choice = same sign in csinh() 121 * The sign of Inf in the result is unspecified. Choice = same sign in csinh() 125 * The sign of Inf in the result is unspecified. Choice = same sign in csinh()
|
| H A D | s_ccosh.c | 37 * The sign of the result for some exceptional values is unspecified but 90 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 95 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 105 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 126 * The sign of Inf in the result is unspecified. Choice = always +. in ccosh()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | BinaryStreamError.cpp | 20 : BinaryStreamError(stream_error_code::unspecified, Context) {} in BinaryStreamError() 26 case stream_error_code::unspecified: in BinaryStreamError() 27 ErrMsg += "An unspecified error has occurred."; in BinaryStreamError()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFError.h | 17 unspecified = 1, enumerator 49 MSFError(const Twine &S) : ErrorInfo(S, msf_error_code::unspecified) {} 53 case msf_error_code::unspecified:
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | UnwindPlan.h | 60 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?
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMMacroFusion.cpp | 24 // Assume the 1st instr to be a wildcard if it is unspecified. in isAESPair() 40 // Assume the 1st instr to be a wildcard if it is unspecified. in isLiteralsPair() 49 /// together. Given SecondMI, when FirstMI is unspecified, then check if
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | EVP_KDF-KB.pod | 30 used if unspecified. 55 The default value of B<1> will be used if unspecified. 61 The default value of B<1> will be used if unspecified. 68 The default value of B<32> will be used if unspecified.
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | EVP_KDF-KB.7 | 83 used if unspecified. 107 The default value of \fB1\fR will be used if unspecified. 112 The default value of \fB1\fR will be used if unspecified. 118 The default value of \fB32\fR will be used if unspecified.
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerHelpers.h | 52 // Optimization: Most pointers expected to be unspecified. When a symbol has an 53 // unspecified or nonnull type non of the rules would indicate any problem for 63 Unspecified, enumerator
|
| /freebsd/contrib/bsnmp/snmp_ntp/ |
| H A D | NTP-MIB.txt | 96 0, unspecified 139 stratum 0 (unspecified) or stratum 1 (primary reference 341 unspecified(0), 355 0, unspecified 372 0, unspecified
|
| /freebsd/crypto/openssl/crypto/x509/ |
| H A D | v3_enum.c | 16 {CRL_REASON_UNSPECIFIED, "Unspecified", "unspecified"},
|