Home
last modified time | relevance | path

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

1234567

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclObjC.cpp2996 ObjCMethodDecl *overridden = *i; in CheckObjCMethodOverrides() local
2999 if (isa<ObjCProtocolDecl>(overridden->getDeclContext()) || in CheckObjCMethodOverrides()
3000 CurrentClass != overridden->getClassInterface() || in CheckObjCMethodOverrides()
3001 overridden->isOverriding()) { in CheckObjCMethodOverrides()
3022 !isa<ObjCCategoryImplDecl>(overridden->getDeclContext())) { in CheckObjCMethodOverrides()
3023 OverrideSearch overrides(*this, overridden); in CheckObjCMethodOverrides()
3030 overridden->setOverriding(true); in CheckObjCMethodOverrides()
3041 if (RTC != Sema::RTC_Incompatible && overridden->hasRelatedResultType()) in CheckObjCMethodOverrides()
3045 mergeObjCMethodDecls(ObjCMethod, overridden); in CheckObjCMethodOverrides()
3047 if (ObjCMethod->isImplicit() && overridden->isImplicit()) in CheckObjCMethodOverrides()
[all …]
/freebsd-9-stable/contrib/binutils/ld/scripttempl/
Dalpha.sc3 # These variables may be overridden by the emulation file. The
Dmips.sc3 # These variables may be overridden by the emulation file. The
/freebsd-9-stable/contrib/sendmail/cf/cf/
DREADME27 The name of the source file for "submit.cf" can be overridden by
/freebsd-9-stable/crypto/openssl/doc/ssl/
DSSL_CTX_set_cert_store.pod40 overridden with the verify_callback() set via the
DSSL_CTX_set_info_callback.pod21 setup and use. The setting for B<ctx> is overridden from the setting for
/freebsd-9-stable/crypto/openssl/doc/apps/
Dreq.pod289 overridden by using the B<-newkey> option.
295 overridden by the B<-keyout> option.
327 option can be overridden on the command line.
346 extensions to add to the certificate request. It can be overridden
353 is used. It can be overridden by the B<-extensions> command line switch.
585 file location to be specified, it will be overridden by the B<-config> command
/freebsd-9-stable/release/doc/
DREADME29 stylesheet and entity files. Can be overridden if needed for
53 translations, this file can be overridden with
/freebsd-9-stable/contrib/gcc/config/mips/
Dgeneric.md23 ;; Each reservation can be overridden on a processor-by-processor basis.
/freebsd-9-stable/sys/boot/common/
Dhelp.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
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DDeclObjC.cpp944 SmallVectorImpl<const ObjCMethodDecl *> &overridden) { in collectOverriddenMethodsSlow() argument
949 CollectOverriddenMethods(ProtD, Method, overridden); in collectOverriddenMethodsSlow()
962 CollectOverriddenMethods(ID, Method, overridden); in collectOverriddenMethodsSlow()
975 CollectOverriddenMethods(ID, Method, overridden); in collectOverriddenMethodsSlow()
980 Method, overridden); in collectOverriddenMethodsSlow()
/freebsd-9-stable/contrib/file/
DINSTALL175 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).
/freebsd-9-stable/contrib/llvm/patches/
Dpatch-r262611-llvm-r196874-fix-invalid-pwd-crash.diff28 /// This can be overridden by clients which want to control the reported
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticSerializationKinds.td24 "file '%0' from the precompiled header has been overridden">;
/freebsd-9-stable/sys/boot/forth/
Dversion.4th32 \ Default $loader_version value if not overridden or using tribute screen
/freebsd-9-stable/usr.sbin/bsdconfig/security/include/
Dmessages.subr46 … and protect system integrity.\nIn secure mode system flags may not be overridden by the root user…
/freebsd-9-stable/contrib/groff/
DINSTALL32 be still overridden on the command line). For compatibility with
/freebsd-9-stable/release/picobsd/qemu/
DPICOBSD5 # to avoid it being overridden.
/freebsd-9-stable/contrib/gnu-sort/
DREADME26 overridden at build-time by the value of <unistd.h>'s _POSIX2_VERSION
27 macro, and this in turn can be overridden at runtime as described in
/freebsd-9-stable/contrib/amd/scripts/
Damd.conf-sample111 # these 8 global options can be overridden by each map individually
/freebsd-9-stable/usr.sbin/bsdconfig/share/media/
Dnetwork.subr57 # Automatically populated but can be overridden in a script. This
Dnfs.subr61 # overridden. If set, the host portion of VAR_NFS_PATH is
/freebsd-9-stable/sys/boot/ficl/softwords/
Doo.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
/freebsd-9-stable/contrib/binutils/include/aout/
DChangeLog134 * aout64.h [ARCH_SIZE != 64]: Allow N_BADMAG to be overridden.
/freebsd-9-stable/contrib/dialog/
Dutil.c1569 bool overridden = FALSE; in dlg_exit() local
1578 overridden = TRUE; in dlg_exit()
1590 if (code == DLG_EXIT_ITEM_HELP && !overridden) { in dlg_exit()

1234567