Searched refs:class (Results 226 - 250 of 1651) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h17 class LLVMContext;
18 class Module;
22 class BackendConsumer;
24 class CodeGenAction : public ASTFrontendAction {
65 class EmitAssemblyAction : public CodeGenAction {
71 class EmitBCAction : public CodeGenAction {
77 class EmitLLVMAction : public CodeGenAction {
83 class EmitLLVMOnlyAction : public CodeGenAction {
89 class EmitCodeGenOnlyAction : public CodeGenAction {
95 class EmitObjActio
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h25 class CXXConstructorDecl;
26 class CXXRecordDecl;
27 class DeclaratorDecl;
28 class LookupResult;
30 class Scope;
31 class Sema;
32 class TypedefNameDecl;
33 class ValueDecl;
34 class VarDecl;
48 class ExternalSemaSourc
[all...]
H A DIdentifierResolver.h10 // This file defines the IdentifierResolver class, which is used for lexical
23 class ASTContext;
24 class Decl;
25 class DeclContext;
26 class DeclarationName;
27 class ExternalPreprocessorSource;
28 class NamedDecl;
29 class Preprocessor;
30 class Scope;
35 class IdentifierResolve
[all...]
/freebsd-9.3-release/sys/dev/uart/
H A Duart_cpu_pc98.c45 struct uart_class *class; member in struct:__anon9048
58 return (uart_pc98_devs[i].class);
76 struct uart_class *class; local
79 class = &uart_ns8250_class;
80 if (class == NULL)
84 if (uart_getenv(devtype, di, class) == 0)
110 class = uart_pc98_getdev(ivar);
111 if (class == NULL)
114 di->ops = uart_getops(class);
117 if (bus_space_map(di->bas.bst, ivar, uart_getrange(class),
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h25 class User;
26 class BasicBlock;
27 class Function;
28 class BranchInst;
29 class Instruction;
30 class DbgDeclareInst;
31 class StoreInst;
32 class LoadInst;
33 class Value;
34 class Pas
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DTargetLoweringObjectFileImpl.h23 class MachineModuleInfo;
24 class Mangler;
25 class MCAsmInfo;
26 class MCExpr;
27 class MCSection;
28 class MCSectionMachO;
29 class MCSymbol;
30 class MCContext;
31 class GlobalValue;
32 class TargetMachin
[all...]
H A DDFAPacketizer.h9 // This class implements a deterministic finite automaton (DFA) based
20 // by this class, if an instruction can be added to a packet, then a valid
35 class MCInstrDesc;
36 class MachineInstr;
37 class MachineLoopInfo;
38 class MachineDominatorTree;
39 class InstrItineraryData;
40 class DefaultVLIWScheduler;
41 class SUnit;
43 class DFAPacketize
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DFrontendActions.h19 class Module;
25 class InitOnlyAction : public FrontendAction {
41 class ASTPrintAction : public ASTFrontendAction {
47 class ASTDumpAction : public ASTFrontendAction {
53 class ASTDeclListAction : public ASTFrontendAction {
59 class ASTViewAction : public ASTFrontendAction {
65 class DeclContextPrintAction : public ASTFrontendAction {
71 class GeneratePCHAction : public ASTFrontendAction {
94 class GenerateModuleAction : public ASTFrontendAction {
125 class SyntaxOnlyActio
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DLazyValueInfo.h21 class Constant;
22 class DataLayout;
23 class TargetLibraryInfo;
24 class Value;
28 class LazyValueInfo : public FunctionPass {
29 class DataLayout *TD;
30 class TargetLibraryInfo *TLI;
H A DFindUsedTypes.h22 class Type;
23 class Value;
25 class FindUsedTypes : public ModulePass {
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCSymbol.h10 // This file contains the declaration of the MCSymbol class.
21 class MCExpr;
22 class MCSection;
23 class MCContext;
24 class raw_ostream;
26 /// MCSymbol - Instances of this class represent a symbol name in the MC file,
27 /// and MCSymbols are created and unique'd by the MCContext class. MCSymbols
33 class MCSymbol {
60 friend class MCExpr;
61 friend class MCContex
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPU.h19 class AMDGPUInstrPrinter;
20 class AMDGPUTargetMachine;
21 class FunctionPass;
22 class MCAsmInfo;
23 class raw_ostream;
24 class Target;
25 class TargetMachine;
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h23 class AnalysisDeclContext;
24 class CFG;
25 class DeclContext;
26 class Expr;
27 class VarDecl;
30 class UninitUse {
100 class UninitVariablesHandler {
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPTHManager.h26 class MemoryBuffer;
31 class FileEntry;
32 class PTHLexer;
33 class DiagnosticsEngine;
34 class FileSystemStatCache;
36 class PTHManager : public IdentifierInfoLookup {
37 friend class PTHLexer;
H A DPragma.h23 class Preprocessor;
24 class Token;
25 class IdentifierInfo;
26 class PragmaNamespace;
56 /// Note that the PragmaNamespace class can be used to subdivide pragmas, e.g.
59 class PragmaHandler {
77 class EmptyPragmaHandler : public PragmaHandler {
89 class PragmaNamespace : public PragmaHandler {
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.h25 class FunctionType;
26 class Module;
27 class DataLayout;
28 class Type;
29 class LLVMContext;
30 class StructType;
34 class ABIInfo;
35 class ASTContext;
36 template <typename> class CanQual;
37 class CXXConstructorDec
[all...]
/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DSetTheory.h10 // This file implements the SetTheory class that computes ordered sets of
58 class DagInit;
59 class Init;
60 class Record;
61 class RecordKeeper;
63 class SetTheory {
69 class Operator {
83 class Expander {
100 // Typed expanders by class name.
107 /// addExpander - Add an expander for Records with the named super class
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DAsmWriter.h10 // This files defines the interface for the AssemblyWriter class used to print
27 class BasicBlock;
28 class Function;
29 class GlobalValue;
30 class Module;
31 class NamedMDNode;
32 class Value;
33 class SlotTracker;
42 class TypePrinting {
64 class AssemblyWrite
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
21 * CLASS.METHOD Java class and method name
74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
75 this->class[arg2] = '\0';
79 /this->class == $$1/
85 self->depth[arg0] * 2, "", stringof(this->class),
91 /this->class == $$1/
98 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_flow.d21 * CLASS.METHOD Java class and method name
65 this->class = (char *)copyin(arg1, arg2 + 1);
66 this->class[arg2] = '\0';
71 self->depth[arg0] * 2, "", stringof(this->class),
78 this->class = (char *)copyin(arg1, arg2 + 1);
79 this->class[arg2] = '\0';
85 self->depth[arg0] * 2, "", stringof(this->class),
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_classflow.d3 * j_classflow.d - trace a Java class method flow using DTrace.
21 * CLASS.METHOD Java class and method name
74 this->class = stringof((char *)copyin(arg1, arg2 + 1));
75 this->class[arg2] = '\0';
79 /this->class == $$1/
85 self->depth[arg0] * 2, "", stringof(this->class),
91 /this->class == $$1/
98 self->depth[arg0] * 2, "", stringof(this->class),
H A Dj_flow.d21 * CLASS.METHOD Java class and method name
65 this->class = (char *)copyin(arg1, arg2 + 1);
66 this->class[arg2] = '\0';
71 self->depth[arg0] * 2, "", stringof(this->class),
78 this->class = (char *)copyin(arg1, arg2 + 1);
79 this->class[arg2] = '\0';
85 self->depth[arg0] * 2, "", stringof(this->class),
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_raw_storage_iter.h67 * This iterator class lets algorithms store their results into
70 template <class _ForwardIterator, class _Tp>
71 class raw_storage_iterator
H A Dstringfwd.h49 class allocator;
51 template<class _CharT>
56 class basic_string;
/freebsd-9.3-release/contrib/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h24 class RuntimeDyldImpl;
25 class ObjectImage;
27 class RuntimeDyld {
31 // RuntimeDyldImpl is the actual class. RuntimeDyld is just the public

Completed in 138 milliseconds

1234567891011>>