Searched refs:overridden (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex4715 \let\indexbackslash=0 %overridden during \printindex.
8027 % output the `[mynode]' via the macro below so it can be overridden.
/freebsd-11-stable/contrib/bmake/mk/
H A Dhost-target.mk4 # Host platform information; may be overridden
H A Doptions.mk23 # An OPTIONS_DEFAULT_NO option can only be overridden by putting
/freebsd-11-stable/contrib/dialog/
H A Dutil.c1707 bool overridden = FALSE; local
1716 overridden = TRUE;
1728 if (code == DLG_EXIT_ITEM_HELP && !overridden) {
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex3483 \let\indexbackslash=0 %overridden during \printindex.
6146 % output the `[mynode]' via a macro so it can be overridden.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex3381 \let\indexbackslash=0 %overridden during \printindex.
6020 % output the `[mynode]' via a macro so it can be overridden.
/freebsd-11-stable/share/mk/
H A Dbsd.info.mk189 # "install:" from being overridden by the implicit .sh rule if there
H A Dhost-target.mk5 # Host platform information; may be overridden
H A Dlocal.meta.sys.mk165 # be overridden in sub-makes above when building in-tree.
H A Dbsd.compiler.mk12 # It too can be overridden on the command line. When testing it, be sure to
37 # overridden with a manual setup.
H A Dbsd.linker.mk10 # It too can be overridden on the command line.
H A Dbsd.sys.mk7 # overridden (e.g. if using a non-gcc compiler) by defining MK_WARNS=no.
/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h3092 * Determine the set of methods that are overridden by the given
3111 * In all cases, this function determines the immediate overridden
3112 * method, rather than all of the overridden methods. For example, if
3113 * a method is originally declared in a class A, then overridden in B
3115 * then the only overridden method returned from this function when
3117 * invoke this function again, given the previously-found overridden
3124 * \param overridden A pointer whose pointee will be replaced with a
3125 * pointer to an array of cursors, representing the set of overridden
3126 * methods. If there are no overridden methods, the pointee will be
3130 * \param num_overridden A pointer to the number of overridden
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h720 /// that had their exception spec checks delayed, plus the overridden
9284 /// given overridden method, and set any properties that should be inherited.
9296 ObjCMethodDecl *overridden);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1195 // In categories look for overridden methods from protocols. A method from
1196 // category is not "overridden" since it is considered as the "same" method
1256 SmallVectorImpl<const ObjCMethodDecl *> &overridden) {
1261 CollectOverriddenMethods(ProtD, Method, overridden);
1268 // Start searching for overridden methods using the method from the
1274 CollectOverriddenMethods(ID, Method, overridden);
1281 // Start searching for overridden methods using the method from the
1287 CollectOverriddenMethods(ID, Method, overridden);
1292 Method, overridden);
1255 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp134 for(auto overridden: Overriden) {
136 overridden);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp111 /// Issue a warning if the parameter of the overridden method is non-escaping
140 // implies a related result type, and the original (overridden) method has
176 << /*overridden method*/ 0
3920 // they are overridden by an explicit method that is encountered
4338 // would have overridden.
4349 ObjCMethodDecl *overridden) {
4350 if (const auto *attr = overridden->getAttr<ObjCDirectAttr>()) {
4355 << isa<ObjCProtocolDecl>(overridden->getDeclContext());
4356 Diag(overridden->getLocation(), diag::note_previous_declaration);
4365 // Search for overridden method
4348 CheckObjCMethodDirectOverrides(ObjCMethodDecl *method, ObjCMethodDecl *overridden) argument
[all...]
H A DSemaExprObjC.cpp1540 // Look for a method overridden by this method which explicitly uses
1542 if (const ObjCMethodDecl *overridden =
1544 SourceRange range = overridden->getReturnTypeSourceRange();
1547 loc = overridden->getLocation();
/freebsd-11-stable/stand/lua/
H A Dconfig.lua104 -- overridden by any loader.conf using this implementation with little overhead
/freebsd-11-stable/sys/conf/
H A Dkern.pre.mk30 # Can be overridden by makeoptions or /etc/make.conf
120 # Optional linting. This can be overridden in /etc/make.conf.

Completed in 600 milliseconds