Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/freebsd-10-stable/contrib/llvm/include/llvm/MC/
DMCELFObjectWriter.h33 unsigned Type; member
110 unsigned getRType(uint32_t Type) const { in getRType()
113 unsigned getRType2(uint32_t Type) const { in getRType2()
116 unsigned getRType3(uint32_t Type) const { in getRType3()
119 unsigned getRSsym(uint32_t Type) const { in getRSsym()
124 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
127 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
130 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
133 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/freebsd-10-stable/gnu/usr.bin/grep/
Dxalloc.h64 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) argument
65 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) argument
66 # define XREALLOC(Ptr, Type, N_items) \ argument
70 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) argument
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
DAction.cpp56 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
60 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
102 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
108 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
114 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
120 VerifyJobAction::VerifyJobAction(ActionList &Inputs, types::ID Type) in VerifyJobAction()
/freebsd-10-stable/sys/contrib/dev/acpica/components/dispatcher/
Ddsmthdat.c276 UINT8 Type, in AcpiDsMethodDataGetNode()
348 UINT8 Type, in AcpiDsMethodDataSetValue()
407 UINT8 Type, in AcpiDsMethodDataGetValue()
520 UINT8 Type, in AcpiDsMethodDataDeleteValue()
586 UINT8 Type, in AcpiDsStoreObjectToLocal()
/freebsd-10-stable/sys/contrib/dev/acpica/components/namespace/
Dnssearch.c101 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope()
204 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree()
299 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
Dnswalk.c113 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped()
191 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace()
Dnsdump.c214 ACPI_OBJECT_TYPE Type; in AcpiNsDumpOneObject() local
683 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjects()
822 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjectPaths()
/freebsd-10-stable/sys/contrib/dev/acpica/common/
Ddmextern.c136 ACPI_OBJECT_TYPE Type) in AcpiDmGetObjectTypeName()
512 UINT8 Type, in AcpiDmAddOpToExternalList()
616 UINT8 Type, in AcpiDmAddNodeToExternalList()
701 UINT8 Type, in AcpiDmAddPathToExternalList()
794 UINT8 Type, in AcpiDmCreateNewExternal()
1259 UINT8 Type) in AcpiDmUnresolvedWarning()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DInheritViz.cpp46 void WriteGraph(QualType Type) { in WriteGraph()
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
126 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticOptions.h40 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
47 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
64 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
71 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
DLangOptions.h41 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) argument
49 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
92 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
Dutdecode.c249 ACPI_OBJECT_TYPE Type) in AcpiUtGetTypeName()
558 ACPI_OBJECT_TYPE Type) in AcpiUtGetNotifyName()
624 ACPI_OBJECT_TYPE Type) in AcpiUtValidObjectType()
/freebsd-10-stable/contrib/llvm/lib/Object/
DObjectFile.cpp26 ObjectFile::ObjectFile(unsigned int Type, MemoryBuffer *source) in ObjectFile()
46 sys::fs::file_magic Type = sys::fs::identify_magic(Object->getBuffer()); in createObjectFile() local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
DASTMatchersMacros.h51 #define AST_MATCHER(Type, DefineMatcher) \ argument
81 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
84 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
124 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
129 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
/freebsd-10-stable/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp92 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType() local
150 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo()
166 const uint32_t Addr, const unsigned Type, in makeScatteredRelocationInfo()
200 const unsigned Type = getRelocType(Target, FK, IsPCRel); in RecordScatteredRelocation() local
335 unsigned Type = RelocType; in RecordPPCRelocation() local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DInitialization.h104 QualType Type; variable
209 QualType Type) { in InitializeParameter()
226 QualType Type, in InitializeParameter()
238 QualType Type, bool NRVO) { in InitializeResult()
243 QualType Type, bool NRVO) { in InitializeBlock()
249 QualType Type, bool NRVO) { in InitializeException()
254 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
259 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
275 QualType Type) { in InitializeRelatedResult()
288 static InitializedEntity InitializeDelegation(QualType Type) { in InitializeDelegation()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Frontend/
DCodeGenOptions.h27 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) argument
32 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
148 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ argument
155 #define ENUM_CODEGENOPT(Name, Type, Bits, Default) \ in CodeGenOptions() argument
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELFYAML.h51 ELF_ET Type; member
57 ELF_STT Type; member
69 ELF_SHT Type; member
/freebsd-10-stable/contrib/llvm/lib/MC/
DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { in SetType()
47 uint32_t Type = (SD.getFlags() & (0xf << ELF_STT_Shift)) >> ELF_STT_Shift; in GetType() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DLangOptions.cpp21 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) set##Name(Default); in LangOptions() argument
30 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description) \ in resetNonModularOptions() argument
/freebsd-10-stable/sys/contrib/dev/acpica/components/executer/
Dextrace.c139 ACPI_TRACE_EVENT_TYPE Type) in AcpiExGetTraceEventName()
182 ACPI_TRACE_EVENT_TYPE Type, in AcpiExTracePoint()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DGlobalDecl.h47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl()
/freebsd-10-stable/sys/contrib/dev/acpica/components/disassembler/
Ddmresrcl.c140 UINT8 Type, in AcpiDmMemoryFields()
189 UINT8 Type, in AcpiDmAddressFields()
243 UINT8 Type) in AcpiDmAddressPrefix()
292 UINT8 Type, in AcpiDmAddressCommon()
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
Daslstubs.c101 UINT8 Type, in AcpiDsMethodDataGetValue()
111 UINT8 Type, in AcpiDsMethodDataGetNode()
121 UINT8 Type, in AcpiDsStoreObjectToLocal()
270 ACPI_TRACE_EVENT_TYPE Type, in AcpiExTracePoint()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp16 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame()
78 StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
88 StringRef errorTypeToFormatString(Diagnostics::ErrorType Type) { in errorTypeToFormatString()

12345678910>>...14