Searched refs:class (Results 176 - 200 of 1651) sorted by relevance

1234567891011>>

/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A Da2c.conf3 <class id="0x80740e0">
4 <name>DEV-class</name>
6 <class ref="0x80740e0"/>
16 <class ref="0x80740e0"/>
26 <class ref="0x80740e0"/>
36 <class ref="0x80740e0"/>
45 <class ref="0x80740e0"/>
55 <class ref="0x80740e0"/>
65 <class ref="0x80740e0"/>
74 </class>
[all...]
H A Da2d.conf3 <class id="0x80740e0">
4 <name>DEV-class</name>
6 <class ref="0x80740e0"/>
16 <class ref="0x80740e0"/>
26 <class ref="0x80740e0"/>
36 <class ref="0x80740e0"/>
46 <class ref="0x80740e0"/>
60 <class ref="0x80740e0"/>
70 <class ref="0x80740e0"/>
79 </class>
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h10 // This file defines IntrusiveRefCntPtr, a template class that
30 template <class T>
31 class IntrusiveRefCntPtr;
34 /// RefCountedBase - A generic base class for objects that wish to
43 template <class Derived>
44 class RefCountedBase {
59 /// RefCountedBaseVPTR - A class that has the same function as
66 class RefCountedBaseVPTR {
93 /// IntrusiveRefCntPtr - A template class that implements a "smart pointer"
100 /// reference count is decremented. This class als
[all...]
H A DSetOperations.h22 template <class S1Ty, class S2Ty>
39 template <class S1Ty, class S2Ty>
50 template <class S1Ty, class S2Ty>
62 template <class S1Ty, class S2Ty>
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCAsmBackend.h21 class MCAsmLayout;
22 class MCAssembler;
23 class MCELFObjectTargetWriter;
25 class MCFragment;
26 class MCInst;
27 class MCRelaxableFragment;
28 class MCObjectWriter;
29 class MCSection;
30 class MCValue;
31 class raw_ostrea
[all...]
H A DMCModule.h1 //===-- llvm/MC/MCModule.h - MCModule class ---------------------*- C++ -*-===//
10 // This file contains the declaration of the MCModule class, which is used to
25 class MCAtom;
26 class MCBasicBlock;
27 class MCDataAtom;
28 class MCFunction;
29 class MCObjectDisassembler;
30 class MCTextAtom;
36 class MCModule {
47 friend class MCAto
[all...]
H A DMCModuleYAML.h26 class MCInstrInfo;
27 class MCRegisterInfo;
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.h21 class MCAsmBackend;
22 class MCCodeEmitter;
23 class MCContext;
24 class MCInstrInfo;
25 class MCObjectWriter;
26 class MCRegisterInfo;
27 class MCSubtargetInfo;
28 class MCRelocationInfo;
29 class Target;
30 class StringRe
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.h24 class Constant;
25 class GlobalValue;
26 class Type;
27 class Value;
31 class ABIInfo;
32 class Decl;
35 class CallArgList;
36 class CodeGenModule;
37 class CodeGenFunction;
38 class CGFunctionInf
[all...]
H A DEHScopeStack.h28 class CodeGenFunction;
55 template <class T> struct InvariantValue {
63 /// A metaprogramming class for ensuring that a value will dominate an
65 template <class T> struct DominatingValue : InvariantValue<T> {};
67 template <class T, bool mightBeInstruction =
72 template <class T> struct DominatingPointer<T,false> : InvariantValue<T*> {};
73 // template <class T> struct DominatingPointer<T,true> at end of file
75 template <class T> struct DominatingValue<T*> : DominatingPointer<T> {};
90 class EHScopeStack {
94 class stable_iterato
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DCasting.h133 template <class X, class Y>
143 template<class To, class From> struct cast_retty;
148 template<class To, class From> struct cast_retty_impl {
151 template<class To, class From> struct cast_retty_impl<To, const From> {
155 template<class To, class Fro
[all...]
H A DCommandLine.h10 // This class implements a command line argument processor that is useful when
142 // Option Category class
144 class OptionCategory {
160 // Option Base class
162 class alias;
163 class Option {
164 friend class alias;
177 // Out of line virtual function to provide home for the class.
304 template<class Ty>
309 template<class Op
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_calls.d22 * cload class load
57 this->class = (char *)copyin(arg1, arg2 + 1);
58 this->class[arg2] = '\0';
61 this->name = strjoin(strjoin(stringof(this->class), "."),
68 this->class = (char *)copyin(arg1, arg2 + 1);
69 this->class[arg2] = '\0';
70 @calls[pid, "oalloc", stringof(this->class)] = count();
73 hotspot*:::class-loaded
75 this->class = (char *)copyin(arg0, arg1 + 1);
76 this->class[arg
[all...]
H A Dj_objnew.d17 * CLASS.METHOD Java class and method name
47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
49 @objs[pid, stringof(this->class)] = count();
50 @dist[pid, stringof(this->class)] = quantize(arg3);
55 printf("Java object allocation byte distributions by pid and class,\n");
58 printf("Java object allocation count by pid and class,\n\n");
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_calls.d22 * cload class load
57 this->class = (char *)copyin(arg1, arg2 + 1);
58 this->class[arg2] = '\0';
61 this->name = strjoin(strjoin(stringof(this->class), "."),
68 this->class = (char *)copyin(arg1, arg2 + 1);
69 this->class[arg2] = '\0';
70 @calls[pid, "oalloc", stringof(this->class)] = count();
73 hotspot*:::class-loaded
75 this->class = (char *)copyin(arg0, arg1 + 1);
76 this->class[arg
[all...]
H A Dj_objnew.d17 * CLASS.METHOD Java class and method name
47 this->class = (char *)copyin(arg1, arg2 + 1);
48 this->class[arg2] = '\0';
49 @objs[pid, stringof(this->class)] = count();
50 @dist[pid, stringof(this->class)] = quantize(arg3);
55 printf("Java object allocation byte distributions by pid and class,\n");
58 printf("Java object allocation count by pid and class,\n\n");
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Drequest.h24 class macro;
26 class request_or_macro : public object {
33 class request : public request_or_macro {
44 class macro_header;
47 class macro : public request_or_macro {
73 friend class string_iterator;
88 class charinfo;
89 class environment;
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h19 class Value;
20 class Use;
H A DConstantFolding.h24 class Constant;
25 class ConstantExpr;
26 class Instruction;
27 class DataLayout;
28 class TargetLibraryInfo;
29 class Function;
30 class Type;
32 class ArrayRef;
/freebsd-9.3-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DObjectCache.h17 class Module;
22 class ObjectCache {
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetSubtargetInfo.h22 class MachineFunction;
23 class MachineInstr;
24 class SDep;
25 class SUnit;
26 class TargetRegisterClass;
27 class TargetSchedModel;
29 template <typename T> class SmallVectorImpl;
33 /// TargetSubtargetInfo - Generic base class for all target subtargets. All
35 /// be exposed through a TargetSubtargetInfo-derived class.
37 class TargetSubtargetInf
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCmpInstAnalysis.h21 class ICmpInst;
22 class Value;
H A DSpecialCaseList.h9 // This is a utility class for instrumentation passes (like AddressSanitizer
51 class Function;
52 class GlobalAlias;
53 class GlobalVariable;
54 class MemoryBuffer;
55 class Module;
56 class Regex;
57 class StringRef;
59 class SpecialCaseList {
/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.h20 class FrameEntry;
25 class DWARFDebugFrame {
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64TargetObjectFile.h25 class AArch64ElfTargetObjectFile : public TargetLoweringObjectFileELF {
29 class AArch64LinuxTargetObjectFile : public TargetLoweringObjectFileELF {

Completed in 116 milliseconds

1234567891011>>