/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsELFStreamer.h | 40 /// Overriding this function allows us to add arbitrary behaviour before the 46 /// Overriding this function allows us to record all labels that should be 51 /// Overriding this function allows us to dismiss all labels that are 55 /// Overriding these functions allows us to dismiss all labels that are 61 // Overriding these functions allows us to avoid recording of these labels
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CXXInheritance.h | 231 /// The overriding virtual method. 234 /// The subobject in which the overriding virtual method 276 // Iterate over the set of subobjects that have overriding methods. 286 // Iterate over the set of overriding virtual methods in a given 293 // Add a new overriding method for a particular subobject. 294 void add(unsigned OverriddenSubobject, UniqueVirtualMethod Overriding); 296 // Add all of the overriding methods from "other" into overrides for 301 // Replace all overriding virtual methods in all subobjects with the 303 void replaceAll(UniqueVirtualMethod Overriding); 353 /// and the overriding virtual member functions are located. Subobject
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 465 UniqueVirtualMethod Overriding) { in add() argument 468 if (!llvm::is_contained(SubobjectOverrides, Overriding)) in add() 469 SubobjectOverrides.push_back(Overriding); in add() 482 void OverridingMethods::replaceAll(UniqueVirtualMethod Overriding) { in replaceAll() argument 485 I->second.push_back(Overriding); in replaceAll() 610 // overriding virtual function. in Collect() 651 SmallVectorImpl<UniqueVirtualMethod> &Overriding = SO.second; in getFinalOverriders() local 652 if (Overriding.size() < 2) in getFinalOverriders() 655 auto IsHidden = [&Overriding](const UniqueVirtualMethod &M) { in getFinalOverriders() 659 // We have an overriding method in a virtual base class in getFinalOverriders() [all …]
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set0_CA_list.pod | 70 requesting a client certificate for the chosen B<ssl>, overriding the 90 the chosen B<ssl>, overriding the setting valid for B<ssl>'s SSL_CTX object. 111 overriding any list set in the parent B<SSL_CTX> of B<s>. Ownership of 125 list of CAs sent to the peer for B<s>, overriding the setting in the parent
|
/freebsd-src/usr.bin/man/ |
H A D | manpath.1 | 98 flag, causes the utility to display a warning and the value, overriding any 101 If set, causes the utility to display a warning and the value, overriding
|
/freebsd-src/crypto/openssh/regress/ |
H A D | forcecommand.sh | 42 trace "force command overriding subsystem" 53 trace "force command in match overriding subsystem"
|
/freebsd-src/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set0_CA_list.3 | 205 requesting a client certificate for the chosen \fBssl\fR, overriding the 225 the chosen \fBssl\fR, overriding the setting valid for \fBssl\fR's \s-1SSL_CTX\s0 object. 246 overriding any list set in the parent \fB\s-1SSL_CTX\s0\fR of \fBs\fR. Ownership of 260 list of CAs sent to the peer for \fBs\fR, overriding the setting in the parent
|
/freebsd-src/usr.sbin/certctl/ |
H A D | certctl.8 | 60 Specify the DESTDIR (overriding values from the environment). 62 Specify the DISTBASE (overriding values from the environment).
|
/freebsd-src/contrib/netbsd-tests/bin/ps/ |
H A D | t_ps.sh | 221 "overriding via 'ps -o foo=BAR'" 247 atf_set "descr" "Tests simple uses of header overriding via" \ 276 atf_set "descr" "Tests header overriding with embedded space," \ 307 "overriding via 'ps -o foo=BAR -o baz='. This" \
|
/freebsd-src/sys/contrib/openzfs/config/ |
H A D | pkg.m4 | 64 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) 141 AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl 142 AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl 269 AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl
|
/freebsd-src/bin/sh/tests/execution/ |
H A D | func3.0 | 5 ${SH} -c 'unset() { echo overriding function executed, bad; }; v=1; unset v; exit "${v-0}"' 2>/dev/…
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZRegisterInfo.h | 103 /// Destroys the object. Bogus destructor overriding base class destructor 126 /// Destroys the object. Bogus destructor overriding base class destructor
|
/freebsd-src/contrib/sendmail/cf/feature/ |
H A D | mailertable.m4 | 22 # Mailer table (overriding domains)
|
/freebsd-src/contrib/mandoc/ |
H A D | test-PATH_MAX.c | 8 * <limits.h>, overriding an excessive value of PATH_MAX from
|
/freebsd-src/bin/df/ |
H A D | df.1 | 76 Explicitly use 512 byte blocks, overriding any 140 Explicitly use 512 byte blocks, overriding any
|
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | arm,gic.yaml | 170 this property should contain the SPI base of the MSI frame, overriding 177 frame, overriding the HW value.
|
/freebsd-src/rescue/ |
H A D | README | 18 support for overriding specific library entries. Such techniques
|
/freebsd-src/share/man/man4/ |
H A D | isp.4 | 180 to use, overriding the value in NVRAM for the card. 183 to use, overriding the value in NVRAM for the card.
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/ |
H A D | fp_mode.c | 24 // For soft float targets, allow changing rounding mode by overriding the weak
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
H A D | fp_mode.c | 24 // For soft float targets, allow changing rounding mode by overriding the weak
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticFrontendKinds.td | 47 "overriding the module target triple with %0">, 50 "overriding currently unsupported rounding mode on this target">, 53 "overriding currently unsupported use of floating point exceptions "
|
/freebsd-src/crypto/openssh/ |
H A D | ssh-add.1 | 231 FIDO authenticator-hosted keys, overriding the default of using the 312 FIDO authenticator-hosted keys, overriding the default of using
|
/freebsd-src/contrib/googletest/docs/reference/ |
H A D | mocking.md | 25 | `const` | Makes the mocked method a `const` method. Required if overriding a `const` method. | 26 | `override` | Marks the method with `override`. Recommended if overriding a `virtual` method. | 27 | `noexcept` | Marks the method with `noexcept`. Required if overriding a `noexcept` method. | 29 | `ref(`*`qualifier`*`)` | Marks the method with the given reference qualifier, for example `ref(&)` or `ref(&&)`. Required if overriding a method that has a reference qualifier. |
|
/freebsd-src/sys/dev/qat/qat_api/common/crypto/sym/qat/ |
H A D | lac_sym_qat_cipher.c | 282 * Overriding default values previously set for AES 298 * Overriding default values previously set for AES 314 * Overriding default values previously set for AES 362 * Overriding default values previously set for AES
|
/freebsd-src/share/examples/tests/tests/atf/ |
H A D | Kyuafile | 40 -- Note that, while Kyua supports overriding the test case metadata
|