| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-cxxmap.rst | 15 based on a file describing name components that should be considered equivalent. 19 of pairs of equivalent symbols, one per line, of the form 37 to determine whether two symbols are equivalent. Required. 47 Produce a warning if there are multiple equivalent (but distinct) symbols in 53 equivalent symbol in *symbol-file-2*. 86 should be treated as equivalent, the following remapping file could be used: 90 # absl::string_view is considered equivalent to std::string_view
|
| /netbsd-src/external/gpl2/groff/dist/font/devutf8/ |
| H A D | NOTES | 23 devps maps \[a~] and `~' to `asciitilde', which is equivalent to 0x02DC, but 26 devps maps \[a^] and `^' to `circumflex', which is equivalent to 0x02C6, but 29 devps maps \[*U] to `Upsilon1', which is equivalent to 0x03D2. We map it to 32 devps maps \[*W] to `Omega', which is equivalent to either 0x2126 or 0x03A9. 35 devps maps \[*D] to `Delta', which is equivalent to either 0x2206 or 0x0394.
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | compare | 48 static const partial_ordering equivalent; 72 static const weak_ordering equivalent; 99 static const strong_ordering equivalent; 187 static const partial_ordering equivalent; 242 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::equivalent(_EqResult::__equiv); 256 static const weak_ordering equivalent; 261 return __value_ == 0 ? partial_ordering::equivalent 317 _LIBCPP_INLINE_VAR constexpr weak_ordering weak_ordering::equivalent(_EqResult::__equiv); 330 static const strong_ordering equivalent; 336 return __value_ == 0 ? partial_ordering::equivalent [all …]
|
| H A D | system_error | 30 virtual bool equivalent(int code, const error_condition& condition) const noexcept; 31 virtual bool equivalent(const error_code& code, int condition) const noexcept; 217 virtual bool equivalent(int __code, const error_condition& __condition) const _NOEXCEPT; 218 virtual bool equivalent(const error_code& __code, int __condition) const _NOEXCEPT; 401 return __x.category().equivalent(__x.value(), __y) 402 || __y.category().equivalent(__x, __y.value());
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | asm.rst | 58 For example, to create the equivalent of: 74 above), the equivalent to the C syntax is followed i.e. all 81 to number them. For example, to create the equivalent of: 118 This is equivalent to the ``goto`` qualifier in C's extended ``asm`` 121 For example, to create the equivalent of: 149 asm to handle the fallthrough case, which is equivalent to what 156 Set whether the :type:`gcc_jit_extended_asm` has side-effects, equivalent to the 160 For example, to create the equivalent of: 184 Set the equivalent of the 210 // Example with a NULL symbolic name, the equivalent of: [all …]
|
| H A D | functions.rst | 259 This is equivalent to this C code: 274 This is roughly equivalent to this C code: 342 This is roughly equivalent to this C code: 361 This is roughly equivalent to this C code: 375 This is roughly equivalent to this C code: 389 This is equivalent to this C code: 406 This is roughly equivalent to this C code:
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
| H A D | asm.rst | 61 For example, to create the equivalent of: 77 above), the equivalent to the C syntax is followed i.e. all 84 to number them. For example, to create the equivalent of: 118 This is equivalent to the ``goto`` qualifier in C's extended ``asm`` 121 For example, to create the equivalent of: 147 asm to handle the fallthrough case, which is equivalent to what 153 Set whether the :type:`gccjit::extended_asm` has side-effects, equivalent to the 157 For example, to create the equivalent of: 180 Set the equivalent of the 206 // Example with a symbolic name ("aIndex"), the equivalent of: [all …]
|
| H A D | functions.rst | 125 This is equivalent to this C code: 139 This is roughly equivalent to this C code: 194 This is roughly equivalent to this C code: 211 This is roughly equivalent to this C code: 231 This is roughly equivalent to this C code: 240 This is equivalent to this C code: 255 This is roughly equivalent to this C code:
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 29 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function 30 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB); in equivalent() 114 Comparator.equivalent(StringRef(Path), FileName)) in findEquivalent() 140 if (Comparator.equivalent(Child, FileName)) { in findEquivalent()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| H A D | compatibility-c++0x.cc | 160 equivalent(int __i, const error_condition& __cond) const noexcept; 163 equivalent(const error_code& __code, int __i) const noexcept; 243 error_category::equivalent(int __i, in equivalent() function in std::error_category 248 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() function in std::error_category
|
| H A D | system_error.cc | 77 equivalent(int i, const std::error_condition& cond) const noexcept final in equivalent() function 519 equivalent(int i, const std::error_condition& cond) const noexcept final in equivalent() function 555 error_category::equivalent(int __i, in equivalent() function in std::error_category 560 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() function in std::error_category
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| H A D | compatibility-c++0x.cc | 156 equivalent(int __i, const error_condition& __cond) const noexcept; 159 equivalent(const error_code& __code, int __i) const noexcept; 239 error_category::equivalent(int __i, in equivalent() function in std::error_category 244 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() function in std::error_category
|
| H A D | system_error.cc | 359 error_category::equivalent(int __i, in equivalent() function in std::error_category 364 error_category::equivalent(const error_code& __code, int __i) const noexcept in equivalent() function in std::error_category
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | compare | 53 enum class _Ord : type { equivalent = 0, less = -1, greater = 1 }; 84 static const partial_ordering equivalent; 147 partial_ordering::equivalent(__cmp_cat::_Ord::equivalent); 168 static const weak_ordering equivalent; 228 weak_ordering::equivalent(__cmp_cat::_Ord::equivalent); 246 static const strong_ordering equivalent; 309 strong_ordering::equal(__cmp_cat::_Ord::equivalent); 312 strong_ordering::equivalent(__cmp_cat::_Ord::equivalent); 364 return partial_ordering::equivalent; 368 return weak_ordering::equivalent; [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | restrict.m4 | 13 # introduced in ANSI C99, or an equivalent. Do nothing if the compiler 14 # accepts it. Otherwise, if the compiler supports an equivalent, 34 [Define to equivalent of C99 restrict keyword, or to nothing if this
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ObjectiveCLiterals.rst | 47 NSNumber *theLetterZ = @'Z'; // equivalent to [NSNumber numberWithChar:'Z'] 50 NSNumber *fortyTwo = @42; // equivalent to [NSNumber numberWithInt:42] 51 NSNumber *fortyTwoUnsigned = @42U; // equivalent to [NSNumber numberWithUnsignedInt:42U] 52 NSNumber *fortyTwoLong = @42L; // equivalent to [NSNumber numberWithLong:42L] 53 NSNumber *fortyTwoLongLong = @42LL; // equivalent to [NSNumber numberWithLongLong:42LL] 56 NSNumber *piFloat = @3.141592654F; // equivalent to [NSNumber numberWithFloat:3.141592654F] 57 … NSNumber *piDouble = @3.1415926535; // equivalent to [NSNumber numberWithDouble:3.1415926535] 60 NSNumber *yesNumber = @YES; // equivalent to [NSNumber numberWithBool:YES] 61 NSNumber *noNumber = @NO; // equivalent to [NSNumber numberWithBool:NO] 64 NSNumber *trueNumber = @true; // equivalent to [NSNumber numberWithBool:(BOOL)true] [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | compare | 53 enum class _Ord : type { equivalent = 0, less = -1, greater = 1 }; 84 static const partial_ordering equivalent; 159 partial_ordering::equivalent(__cmp_cat::_Ord::equivalent); 180 static const weak_ordering equivalent; 253 weak_ordering::equivalent(__cmp_cat::_Ord::equivalent); 271 static const strong_ordering equivalent; 348 strong_ordering::equal(__cmp_cat::_Ord::equivalent); 351 strong_ordering::equivalent(__cmp_cat::_Ord::equivalent); 409 return partial_ordering::equivalent; 413 return weak_ordering::equivalent; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/ |
| H A D | SelectionDAGCompat.td | 19 // Declare that a generic Instruction is 'equivalent' to an SDNode, that is, 50 // G_INTTOPTR - SelectionDAG has no equivalent. 51 // G_PTRTOINT - SelectionDAG has no equivalent. 53 // timm must not be materialized and therefore has no GlobalISel equivalent 156 // Broadly speaking G_LOAD is equivalent to ISD::LOAD but there are some 173 // Broadly speaking G_STORE is equivalent to ISD::STORE but there are some
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
| H A D | functions.rst | 125 This is equivalent to this C code: 139 This is roughly equivalent to this C code: 194 This is roughly equivalent to this C code: 211 This is roughly equivalent to this C code: 231 This is roughly equivalent to this C code: 240 This is equivalent to this C code: 255 This is roughly equivalent to this C code:
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| H A D | system_error | 95 * A user-defined category can override the `equivalent` member functions 98 * of its error numbers equivalent to ENOSPC and ENOENT in the generic 149 equivalent(int __i, const error_condition& __cond) const noexcept; 153 equivalent(const error_code& __code, int __i) const noexcept; 453 * Uses each category's `equivalent` member function to check whether 454 * the values correspond to an equivalent error in that category. 463 return __lhs.category().equivalent(__lhs.value(), __rhs) 464 || __rhs.category().equivalent(__lhs, __rhs.value()); 515 return (__rhs.category().equivalent(__rhs.value(), __lhs) 516 || __lhs.category().equivalent(__rhs, __lhs.value()));
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | configdata4.out | 40 // /// Kea equivalent feature is to specify an interface address 60 // /// Kea D2 equivalent config is ip-address
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | functions.rst | 214 This is equivalent to this C code: 229 This is roughly equivalent to this C code: 297 This is roughly equivalent to this C code: 316 This is roughly equivalent to this C code: 330 This is roughly equivalent to this C code: 344 This is equivalent to this C code: 361 This is roughly equivalent to this C code:
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MSA.txt | 7 (semantically equivalent) instructions to be used in place of the requested 53 copy_u.w. This is semantically equivalent since the general-purpose 57 These two operations are equivalent to each other with the operands
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/ |
| H A D | system_error | 130 equivalent(int __i, const error_condition& __cond) const noexcept; 133 equivalent(const error_code& __code, int __i) const noexcept; 351 return (__lhs.category().equivalent(__lhs.value(), __rhs) 352 || __rhs.category().equivalent(__lhs, __rhs.value())); 392 return (__rhs.category().equivalent(__rhs.value(), __lhs) 393 || __lhs.category().equivalent(__rhs, __lhs.value()));
|
| /netbsd-src/external/gpl2/grep/dist/ |
| H A D | NEWS | 53 equivalent to [abcd]; it might be equivalent to [aBbCcDd], for 67 New option -m; equivalent to --max-count. 86 (equivalent to the -a or --text option). 88 - New option -I; equivalent to --binary-files='without-match'. 92 - egrep is now equivalent to `grep -E' as required by POSIX,
|