Home
last modified time | relevance | path

Searched refs:subclasses (Results 1 – 25 of 56) sorted by relevance

123

/openbsd-src/sys/dev/pci/
H A Dpci_subr.c58 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 D20_subclass.t25 # XXX-INGY subclasses should not use private methods… or if they
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dcalling-instance-methods.t36 # check whether op's accept normal strings, even when inherited by subclasses
H A Dcalling-class-methods.t36 # check whether op's accept normal strings, even when inherited by subclasses
H A Dmbimbf.t20 # some tests that won't work with subclasses, since the things are only
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon_incl.td18 // 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 D2002-06-25-MegaPatchInfo.txt66 of pointers, and that Pass subclasses now all receive references to Values
/openbsd-src/gnu/llvm/llvm/docs/
H A DWritingAnLLVMPass.rst19 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 DMIRLangRef.rst138 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 DHowToSetUpLLVMStyleRTTI.rst101 instances of exactly that class (only subclasses). See `Concrete Bases
355 Then, adding new subclasses is easy:
H A DProgrammersManual.rst2298 ``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 DWritingAnLLVMBackend.rst424 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 DState.pod116 callback for C<SIGCONT>, to be overridden by subclasses if some specific
H A DPackingList.pod126 to the packing-list (note that C<add_object> only makes sense for subclasses
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DBackGuide.rst162 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 DMips.td19 // subclasses to partially override the predicates of their superclasses without
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c1738 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 Di386.c2958 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 DCombine.td74 /// 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 DTargetInstrPredicate.td9 // This file defines class MCInstPredicate and its subclasses.
/openbsd-src/gnu/llvm/lldb/docs/use/
H A Dsymbolication.rst337 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 DSimple.pod21 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 DSubclassing.pod952 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 DBeyond.pod285 in parentheses. Normally any replacements I write will be subclasses
/openbsd-src/gnu/llvm/clang/docs/
H A DInternalsManual.rst1334 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.

123