| /openbsd-src/sys/dev/pci/ |
| H A D | pci_subr.c | 58 const struct pci_class *subclasses; member 367 subclassp = (classp->name != NULL) ? classp->subclasses : NULL; in pci_devinfo()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/ |
| H A D | 20_subclass.t | 25 # XXX-INGY subclasses should not use private methods… or if they
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
| H A D | calling-instance-methods.t | 36 # check whether op's accept normal strings, even when inherited by subclasses
|
| H A D | calling-class-methods.t | 36 # check whether op's accept normal strings, even when inherited by subclasses
|
| H A D | mbimbf.t | 20 # some tests that won't work with subclasses, since the things are only
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | arm_neon_incl.td | 18 // The operations are subclasses of Operation providing a list of DAGs, the 187 // Every intrinsic subclasses "Inst". An intrinsic has a name, a prototype and 262 // Every intrinsic subclasses Inst.
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2002-06-25-MegaPatchInfo.txt | 66 of pointers, and that Pass subclasses now all receive references to Values
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | WritingAnLLVMPass.rst | 19 All LLVM passes are subclasses of the `Pass 141 <writing-an-llvm-pass-FunctionPass>`. The different builtin pass subclasses 352 subclasses, no optimization can be done for their execution. 393 To be explicit, CallGraphSCCPass subclasses are: 453 In contrast to ``ModulePass`` subclasses, `FunctionPass 454 <https://llvm.org/doxygen/classllvm_1_1Pass.html>`_ subclasses do have a 461 To be explicit, ``FunctionPass`` subclasses are not allowed to: 534 ``LoopPass`` subclasses are allowed to update loop nest using ``LPPassManager`` 596 ``RegionPass`` subclasses are allowed to update the region tree by using the 1180 ``MachinePassRegistry`` class and subclasses of ``MachinePassRegistryNode``.
|
| H A D | MIRLangRef.rst | 138 subclasses isn't serialized at the moment. 140 - The target-specific ``MachineConstantPoolValue`` subclasses (in the ARM and 154 ``MachineConstantPoolValue`` subclasses can't use the MIR format at the moment.
|
| H A D | HowToSetUpLLVMStyleRTTI.rst | 101 instances of exactly that class (only subclasses). See `Concrete Bases 355 Then, adding new subclasses is easy:
|
| H A D | ProgrammersManual.rst | 2298 ``Value*``\ s (or subclasses) to another type. When a Value is deleted or 3306 ``Type`` cannot be instantiated directly but only through its subclasses. 3308 ``DoubleType``) have hidden subclasses. They are hidden because they offer no 3310 themselves from other subclasses of ``Type``. 3312 All other types are subclasses of ``DerivedType``. Types can be named, but this 3636 represent a specific type of instruction, one of many subclasses of 3639 Because the ``Instruction`` class subclasses the User_ class, its operands can 3660 This subclasses represents all two operand instructions whose operands must be 3704 The ``Constant`` class and subclasses 3936 class. Like functions, ``GlobalVariable``\ s are also subclasses of
|
| H A D | WritingAnLLVMBackend.rst | 424 a ``Register`` subclass, ``SparcReg``, and further subclasses: ``Ri``, ``Rf``, 426 feature common to these subclasses. Note the use of "``let``" expressions to 453 utilize these subclasses of ``Register``, such as:
|
| /openbsd-src/usr.sbin/pkg_add/OpenBSD/ |
| H A D | State.pod | 116 callback for C<SIGCONT>, to be overridden by subclasses if some specific
|
| H A D | PackingList.pod | 126 to the packing-list (note that C<add_object> only makes sense for subclasses
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | BackGuide.rst | 162 the base class for a series of subclasses, one for each of the 181 The subclasses that inherit from ``RecTy`` are 248 values. The ``Init`` class is the base class for a series of subclasses, one 266 The subclasses that inherit directly from ``Init`` are
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | Mips.td | 19 // subclasses to partially override the predicates of their superclasses without
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
| H A D | i386.c | 1738 enum x86_64_reg_class subclasses[MAX_CLASSES]; local 1773 type, subclasses, 1781 merge_classes (subclasses[i], classes[i + pos]); 1808 TREE_TYPE (field), subclasses, 1818 merge_classes (subclasses[i], classes[i + pos]); 1829 TREE_TYPE (type), subclasses, bit_offset); 1834 if (subclasses[0] == X86_64_SSESF_CLASS && bytes != 4) 1835 subclasses[0] = X86_64_SSE_CLASS; 1836 if (subclasses[0] == X86_64_INTEGERSI_CLASS && bytes != 4) 1837 subclasses[0] = X86_64_INTEGER_CLASS; [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.c | 2958 enum x86_64_reg_class subclasses[MAX_CLASSES]; in classify_argument() local 2993 type, subclasses, in classify_argument() 3001 merge_classes (subclasses[i], classes[i + pos]); in classify_argument() 3031 TREE_TYPE (field), subclasses, in classify_argument() 3041 merge_classes (subclasses[i], classes[i + pos]); in classify_argument() 3053 TREE_TYPE (type), subclasses, bit_offset); in classify_argument() 3058 if (subclasses[0] == X86_64_SSESF_CLASS && bytes != 4) in classify_argument() 3059 subclasses[0] = X86_64_SSE_CLASS; in classify_argument() 3060 if (subclasses[0] == X86_64_INTEGERSI_CLASS && bytes != 4) in classify_argument() 3061 subclasses[0] = X86_64_INTEGER_CLASS; in classify_argument() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 74 /// All arguments of the defs operator must be subclasses of GIDefKind or 115 /// All arguments of the apply operator must be subclasses of GIApplyKind, or
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 9 // This file defines class MCInstPredicate and its subclasses.
|
| /openbsd-src/gnu/llvm/lldb/docs/use/ |
| H A D | symbolication.rst | 337 subclasses the above classes. This module parses the information in the Darwin
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/ |
| H A D | Simple.pod | 21 will be subclasses of Pod::Simple, and so they will inherit its methods, like
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/ |
| H A D | Subclassing.pod | 952 Some subclasses that indiscriminately dump event attributes (well, 976 Some formatter subclasses use this as a flag for whether output should
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Harness/ |
| H A D | Beyond.pod | 285 in parentheses. Normally any replacements I write will be subclasses
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | InternalsManual.rst | 1334 The ``Type`` class and its subclasses 1337 The ``Type`` class (and its subclasses) are an important part of the AST. 1493 --- are represented as subclasses of Clang's common ``NamedDecl`` class, 2503 subclasses ``Stmt``, which includes simple expressions. Control-flow graphs 2633 pointers to subclasses of ``Expr`` can appear in the list of statements in a 2634 block, and not just subclasses of ``Stmt`` that refer to proper C statements.
|