Home
last modified time | relevance | path

Searched refs:overridden (Results 1 – 25 of 160) sorted by relevance

1234567

/NextBSD/contrib/binutils/ld/scripttempl/
HDalpha.sc3 # These variables may be overridden by the emulation file. The
HDmips.sc3 # These variables may be overridden by the emulation file. The
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp3913 ObjCMethodDecl *overridden = *i; in CheckObjCMethodOverrides() local
3916 if (isa<ObjCProtocolDecl>(overridden->getDeclContext()) || in CheckObjCMethodOverrides()
3917 CurrentClass != overridden->getClassInterface() || in CheckObjCMethodOverrides()
3918 overridden->isOverriding()) { in CheckObjCMethodOverrides()
3939 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
3940 OverrideSearch overrides(*this, overridden); in CheckObjCMethodOverrides()
3947 overridden->setOverriding(true); in CheckObjCMethodOverrides()
3958 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides()
3962 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides()
3964 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides()
[all …]
/NextBSD/release/doc/
HDREADME29 stylesheet and entity files. Can be overridden if needed for
53 translations, this file can be overridden with
/NextBSD/crypto/openssl/doc/ssl/
HDSSL_CTX_set_cert_store.pod40 overridden with the verify_callback() set via the
HDSSL_CTX_set_info_callback.pod21 setup and use. The setting for B<ctx> is overridden from the setting for
/NextBSD/sys/arm/conf/
HDPANDABOARD.hints39 # but can be overridden here. These hints are applied to the H/W when the
/NextBSD/contrib/gcc/config/mips/
HDgeneric.md23 ;; Each reservation can be overridden on a processor-by-processor basis.
/NextBSD/contrib/top/
HDtop.local.hs39 * overridden on the command line, even with the value "infinity".
/NextBSD/crypto/openssl/doc/apps/
HDreq.pod352 overridden by using the B<-newkey> option.
358 overridden by the B<-keyout> option.
390 option can be overridden on the command line.
409 extensions to add to the certificate request. It can be overridden
418 is used. It can be overridden by the B<-extensions> command line switch.
650 file location to be specified, it will be overridden by the B<-config> command
/NextBSD/sys/boot/common/
HDhelp.common144 Sets the default set of kernel boot filename(s). It may be overridden
288 when the kernel is booted. This can be overridden by setting
294 Various kernel tunable parameters can be overridden by specifying new
/NextBSD/contrib/sqlite3/
HDINSTALL175 but not in terms of `${prefix}', must each be overridden at install
214 overridden with `make V=1'; while running `./configure
216 overridden with `make V=0'.
309 overridden in the site shell script).
/NextBSD/contrib/file/
HDINSTALL175 but not in terms of `${prefix}', must each be overridden at install
214 overridden with `make V=1'; while running `./configure
216 overridden with `make V=0'.
304 overridden in the site shell script).
/NextBSD/usr.sbin/bsdconfig/security/include/
HDmessages.subr46 … and protect system integrity.\nIn secure mode system flags may not be overridden by the root user…
/NextBSD/contrib/groff/
HDINSTALL32 be still overridden on the command line). For compatibility with
/NextBSD/sys/boot/forth/
HDversion.4th35 \ Default $loader_version value if not overridden or using tribute screen
/NextBSD/release/picobsd/qemu/
HDPICOBSD5 # to avoid it being overridden.
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1117 SmallVectorImpl<const ObjCMethodDecl *> &overridden) { in collectOverriddenMethodsSlow() argument
1122 CollectOverriddenMethods(ProtD, Method, overridden); in collectOverriddenMethodsSlow()
1135 CollectOverriddenMethods(ID, Method, overridden); in collectOverriddenMethodsSlow()
1148 CollectOverriddenMethods(ID, Method, overridden); in collectOverriddenMethodsSlow()
1153 Method, overridden); in collectOverriddenMethodsSlow()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticSerializationKinds.td25 "file '%0' from the precompiled header has been overridden">;
/NextBSD/sys/gnu/dts/arm/
HDtegra114-tn7.dts11 /* TN7's bootloader's arguments need to be overridden */
/NextBSD/contrib/amd/scripts/
HDamd.conf-sample111 # these 8 global options can be overridden by each map individually
/NextBSD/usr.sbin/bsdconfig/share/media/
HDnetwork.subr57 # Automatically populated but can be overridden in a script. This
/NextBSD/contrib/llvm/lib/Target/Mips/
HDMips.td19 // into subsets that are usually overridden independently. This allows
/NextBSD/sys/boot/ficl/softwords/
HDoo.fr21 \ 5. Methods can be overridden, and subclasses can add methods.
62 \ slot is already nonzero, do nothing (overridden method). Otherwise fill
74 \ ; is overridden to fill in xt returned by :noname
/NextBSD/contrib/binutils/include/aout/
HDChangeLog134 * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.

1234567