Home
last modified time | relevance | path

Searched full:subclasses (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/openbsd-src/sys/dev/pci/
H A Dpcireg.h159 /* 0x00 prehistoric subclasses */
163 /* 0x01 mass storage subclasses */
177 /* 0x02 network subclasses */
188 /* 0x03 display subclasses */
194 /* 0x04 multimedia subclasses */
201 /* 0x05 memory subclasses */
206 /* 0x06 bridge subclasses */
221 /* 0x07 communications subclasses */
230 /* 0x08 system subclasses */
241 /* 0x09 input subclasses */
[all …]
H A Dpci_subr.c50 * Descriptions of known PCI classes and subclasses.
52 * Subclasses are described in the same way as classes, but have a
58 const struct pci_class *subclasses; member
367 subclassp = (classp->name != NULL) ? classp->subclasses : NULL; in pci_devinfo()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCMissingSuperCallChecker.cpp236 UIDocument subclasses
240 UIViewController subclasses
245 UICollectionViewController subclasses
246 - loadView (take care because UIViewController subclasses should NOT call super
247 in loadView, but UICollectionViewController subclasses should)
249 NSObject subclasses
252 UIPopoverBackgroundView subclasses (some of those are class methods)
259 UITextSelectionRect subclasses (some of those are properties)
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h1 //===--- SValVisitor.h - Visitor for SVal subclasses ------------*- C++ -*-===//
26 /// subclasses.
74 /// subclasses.
104 /// subclasses.
135 /// SVal, SymExpr and MemRegion subclasses.
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h63 /// subclasses to customize any of its operations. Thus, a subclass can
78 /// Subclasses can customize the transformation at various levels. The
84 /// For more fine-grained transformations, subclasses can replace any of the
89 /// parameters. Additionally, subclasses can override the \c RebuildXXX
150 /// Subclasses may override this function to specify when the transformation
173 /// By default, returns no source-location information. Subclasses can
181 /// By default, returns an empty name. Subclasses can provide an alternative
188 /// By default, the source location and entity are ignored. Subclasses can
217 /// Subclasses can provide an alternative implementation of this routine
236 /// Subclasses can provide an alternative implementation of this routine to
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegisterBank.cpp43 // RegisterBankInfo to find the subclasses of RC, to make sure in verify()
54 "Size is not big enough for all the subclasses!"); in verify()
55 assert(covers(SubRC) && "Not all subclasses are covered"); in verify()
96 // Print all the subclasses if we can. in print()
/openbsd-src/gnu/usr.bin/perl/t/mro/
H A Disarev_utf8.t36 'subclasses and subsubclasses are added to isarev';
71 "isarev includes subclasses of aliases";
80 "subclasses of the deleted alias become part of its isarev";
146 'clobbering a class w/multiple layers of subclasses updates its parent';
H A Disarev.t33 'subclasses and subsubclasses are added to isarev';
68 "isarev includes subclasses of aliases";
77 "subclasses of the deleted alias become part of its isarev";
143 'clobbering a class w/multiple layers of subclasses updates its parent';
/openbsd-src/gnu/llvm/llvm/include/llvm/
H A DPass.h114 /// doInitialization - Virtual method overridden by subclasses to do
118 /// doFinalization - Virtual method overriden by subclasses to do any
197 /// getAnalysisIfAvailable<AnalysisType>() - Subclasses use this function to
214 /// getAnalysis<AnalysisType>() - This function is used by subclasses to get
259 /// runOnModule - Virtual method overriden by subclasses to process the module
316 /// runOnFunction - Virtual method overriden by subclasses to do the
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtVisitor.h1 //===- StmtVisitor.h - Visitor for Stmt subclasses --------------*- C++ -*-===//
32 /// subclasses. Since Expr derives from Stmt, this also includes support for
177 /// StmtVisitor - This class implements a simple visitor for Stmt subclasses.
188 /// subclasses. Since Expr derives from Stmt, this also includes support for
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContext.h27 // Subclasses must override these functions
108 // Subclasses can override these functions if desired
134 // Subclasses should not override these
226 /// but subclasses may have additional information that they
H A DProcess.h507 /// This function can be used by lldb_private::Process subclasses when they
509 /// set when the host child process exits. Subclasses should call
549 /// Subclasses that override this method should always call this superclass
569 /// A CommandObject which can be one of the concrete subclasses
579 /// This function is not meant to be overridden by Process subclasses. It
639 /// Subclasses can override this if inspecting the executable is not
640 /// desired, or if Process subclasses can only use a specific DynamicLoader
701 /// This function is not meant to be overridden by Process subclasses. It
757 /// more). This function can be overriden and allows process subclasses to
801 /// This function is not meant to be overridden by Process subclasses. This
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h32 // Subclasses must override these functions
61 // Subclasses can override these functions if desired
116 // Subclasses should not override these
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/inc/Pod/
H A DParser.pm87 from an input stream, leaving subclasses free to be concerned only with
91 components of the POD. Subclasses of B<Pod::Parser> override these methods
225 B<Pod::Parser> provides several methods which most subclasses will probably
236 This method should be overridden by subclasses to take the appropriate
283 This method may be overridden by subclasses to take the appropriate
322 This method may be overridden by subclasses to take the appropriate
345 In order to process interior sequences, subclasses implementations of
368 This method should be overridden by subclasses to take the appropriate
402 B<Pod::Parser> provides several methods which subclasses may want to override
404 be overridden, but it may be useful for subclasses to take advantage of them.
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h83 // Remote Platform subclasses need to override this function
90 // Remote subclasses should override this and return a valid instance
170 // Subclasses should override this method if they want to do extra actions
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_arm64.h32 // NativeRegisterContextOpenBSD_arm64 subclasses NativeRegisterContextOpenBSD,
37 // registers using the system ptrace API. Subclasses of NativeRegisterContextOpenBSD
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DGCMetadataPrinter.h13 // Subclasses of GCMetadataPrinter must be registered using the
15 // because these subclasses are logically plugins for the AsmWriter.
H A DMachineFunctionPass.h28 /// representation. Instead of overriding runOnFunction, subclasses
48 /// getAnalysisUsage - Subclasses that override getAnalysisUsage
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DOptions.h105 // and subclasses shouldn't have to do it.
220 // Subclasses must reset their option values prior to starting a new option
226 // If subclasses need to know when the options are done being parsed they in OptionParsingFinished()
248 // If subclasses need to know when the options are done being parsed they in OptionParsingFinished()
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DThreadedCommunication.h44 /// subclasses can choose to call the built in AppendBytesToCache with the \a
168 /// Subclasses should override this function if they wish to override the
245 /// Subclasses can override this function in order to inspect the received
248 /// Subclasses can also still call this function from the overridden method
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DUser.h54 /// This is used for subclasses which need to allocate a variable number
60 /// This is used for subclasses which have a fixed number of operands.
70 /// This is used for subclasses which have a fixed number of operands.
212 /// Subclasses with hung off uses need to manage the operand count
H A DOperandTraits.h10 // layout of various User subclasses. It also provides the means for accessing
34 "adding virtual methods to subclasses of User breaks use lists"); in op_begin()
72 "adding virtual methods to subclasses of User breaks use lists"); in op_begin()
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_stdexcept.h51 * @brief One of two subclasses of exception. in _GLIBCXX_BEGIN_NAMESPACE()
105 * @brief One of two subclasses of exception.
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_stdexcept.h52 * @brief One of two subclasses of exception.
106 * @brief One of two subclasses of exception.
/openbsd-src/gnu/llvm/lldb/include/lldb/Expression/
H A DREPL.h23 // See TypeSystem.h for how to add subclasses to this.
112 // Subclasses should override these functions to implement a functional REPL.

12345678910>>...17