Home
last modified time | relevance | path

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

12345678910>>...14

/trueos/contrib/llvm/include/llvm/MC/
HDMCELFObjectWriter.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()
/trueos/gnu/usr.bin/grep/
HDxalloc.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
/trueos/contrib/llvm/tools/clang/lib/Driver/
HDAction.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()
/trueos/sys/contrib/dev/acpica/components/dispatcher/
HDdsmthdat.c272 UINT8 Type, in AcpiDsMethodDataGetNode()
344 UINT8 Type, in AcpiDsMethodDataSetValue()
403 UINT8 Type, in AcpiDsMethodDataGetValue()
516 UINT8 Type, in AcpiDsMethodDataDeleteValue()
582 UINT8 Type, in AcpiDsStoreObjectToLocal()
/trueos/sys/contrib/dev/acpica/components/namespace/
HDnssearch.c101 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope()
204 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree()
299 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
HDnswalk.c113 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped()
191 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace()
HDnsdump.c211 ACPI_OBJECT_TYPE Type; in AcpiNsDumpOneObject() local
674 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjects()
813 ACPI_OBJECT_TYPE Type, in AcpiNsDumpObjectPaths()
/trueos/sys/contrib/dev/acpica/common/
HDdmextern.c136 ACPI_OBJECT_TYPE Type) in AcpiDmGetObjectTypeName()
510 UINT8 Type, in AcpiDmAddOpToExternalList()
614 UINT8 Type, in AcpiDmAddNodeToExternalList()
699 UINT8 Type, in AcpiDmAddPathToExternalList()
792 UINT8 Type, in AcpiDmCreateNewExternal()
1268 UINT8 Type) in AcpiDmUnresolvedWarning()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDInheritViz.cpp46 void WriteGraph(QualType Type) { in WriteGraph()
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
126 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticOptions.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
/trueos/sys/contrib/dev/acpica/components/utilities/
HDutdecode.c248 ACPI_OBJECT_TYPE Type) in AcpiUtGetTypeName()
542 ACPI_OBJECT_TYPE Type) in AcpiUtGetNotifyName()
608 ACPI_OBJECT_TYPE Type) in AcpiUtValidObjectType()
/trueos/contrib/llvm/lib/Object/
HDObjectFile.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
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersMacros.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
/trueos/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.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
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.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 …]
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDCodeGenOptions.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
/trueos/contrib/llvm/include/llvm/Object/
HDELFYAML.h51 ELF_ET Type; member
57 ELF_STT Type; member
69 ELF_SHT Type; member
/trueos/contrib/jansson/doc/
HDapiref.rst90 Type section in Value Representation
161 .. _apiref-reference-count:
/trueos/contrib/llvm/lib/MC/
HDMCELF.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
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDLangOptions.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
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDGlobalDecl.h47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl()
49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl()
/trueos/sys/contrib/dev/acpica/components/disassembler/
HDdmresrcl.c142 UINT8 Type, in AcpiDmMemoryFields()
191 UINT8 Type, in AcpiDmAddressFields()
245 UINT8 Type) in AcpiDmAddressPrefix()
294 UINT8 Type, in AcpiDmAddressCommon()
/trueos/sys/contrib/dev/acpica/compiler/
HDaslstubs.c94 UINT8 Type, in AcpiDsMethodDataGetValue()
104 UINT8 Type, in AcpiDsMethodDataGetNode()
114 UINT8 Type, in AcpiDsStoreObjectToLocal()
/trueos/contrib/llvm/lib/Target/Mips/
HDMipsRegisterInfo.h25 class Type; variable
/trueos/contrib/llvm/lib/IR/
HDConstantFold.h27 class Type; variable

12345678910>>...14