/freebsd-src/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_fallbac [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 siz [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,
|
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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, 353 /// ordering is: Unspecified < Nullable < NonNull. 393 Unspecified = 3, 338 Unspecified, global() enumerator 389 Unspecified = 3, global() enumerator
|
/freebsd-src/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-src/lib/msun/src/ |
H A D | s_ccosh.c | 37 * The sign of the result for some exceptional values is unspecified but 88 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 93 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 103 * The sign of 0 in the result is unspecified. Choice = product in ccosh() 124 * The sign of Inf in the result is unspecified. Choice = always +. in ccosh()
|
H A D | s_csinh.c | 37 * The sign of the result for some exceptional values is unspecified but 88 * The sign of 0 in the result is unspecified. Choice = same sign in csinh() 92 * The sign of 0 in the result is unspecified. Choice = same sign in csinh() 119 * The sign of Inf in the result is unspecified. Choice = same sign in csinh() 123 * The sign of Inf in the result is unspecified. Choice = same sign in csinh()
|
/freebsd-src/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-src/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-src/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, 61 Unspecified, global() enumerator
|
/freebsd-src/crypto/openssl/crypto/x509/ |
H A D | v3_enum.c | 16 {CRL_REASON_UNSPECIFIED, "Unspecified", "unspecified"},
|
/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | qcom,pm8941-coincell.yaml | 32 Resistance (in ohms) for current-limiting resistor. If unspecified, 40 Voltage (in millivolts) to apply for charging. If unspecified, inherit
|
/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawError.h | 17 unspecified = 1, enumerator 51 RawError(const Twine &S) : ErrorInfo(S, raw_error_code::unspecified) {}
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | GenericError.h | 23 unspecified, enumerator 45 PDBError(const Twine &S) : ErrorInfo(S, pdb_error_code::unspecified) {}
|