/openbsd-src/sys/dev/pci/ |
H A D | pcireg.h | 159 /* 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 D | pci_subr.c | 50 * 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 D | ObjCMissingSuperCallChecker.cpp | 236 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 D | SValVisitor.h | 1 //===--- 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 D | TreeTransform.h | 63 /// 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 D | RegisterBank.cpp | 43 // 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 D | isarev_utf8.t | 36 '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 D | isarev.t | 33 '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 D | Pass.h | 114 /// 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 D | StmtVisitor.h | 1 //===- 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 D | RegisterContext.h | 27 // 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 D | Process.h | 507 /// 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 D | NativeRegisterContext.h | 32 // 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 D | Parser.pm | 87 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 D | PlatformRemoteGDBServer.h | 83 // 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 D | NativeRegisterContextOpenBSD_arm64.h | 32 // NativeRegisterContextOpenBSD_arm64 subclasses NativeRegisterContextOpenBSD, 37 // registers using the system ptrace API. Subclasses of NativeRegisterContextOpenBSD
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | GCMetadataPrinter.h | 13 // Subclasses of GCMetadataPrinter must be registered using the 15 // because these subclasses are logically plugins for the AsmWriter.
|
H A D | MachineFunctionPass.h | 28 /// representation. Instead of overriding runOnFunction, subclasses 48 /// getAnalysisUsage - Subclasses that override getAnalysisUsage
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
H A D | Options.h | 105 // 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 D | ThreadedCommunication.h | 44 /// 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 D | User.h | 54 /// 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 D | OperandTraits.h | 10 // 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 D | std_stdexcept.h | 51 * @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 D | std_stdexcept.h | 52 * @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 D | REPL.h | 23 // See TypeSystem.h for how to add subclasses to this. 112 // Subclasses should override these functions to implement a functional REPL.
|