| /trueos/contrib/llvm/include/llvm/MC/ |
| HD | MCELFObjectWriter.h | 33 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/ |
| HD | xalloc.h | 64 # 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/ |
| HD | Action.cpp | 56 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/ |
| HD | dsmthdat.c | 272 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/ |
| HD | nssearch.c | 101 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope() 204 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree() 299 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
|
| HD | nswalk.c | 113 ACPI_OBJECT_TYPE Type, in AcpiNsGetNextNodeTyped() 191 ACPI_OBJECT_TYPE Type, in AcpiNsWalkNamespace()
|
| HD | nsdump.c | 211 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/ |
| HD | dmextern.c | 136 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/ |
| HD | InheritViz.cpp | 46 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/ |
| HD | DiagnosticOptions.h | 40 #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/ |
| HD | utdecode.c | 248 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/ |
| HD | ObjectFile.cpp | 26 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/ |
| HD | ASTMatchersMacros.h | 51 #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/ |
| HD | PPCMachObjectWriter.cpp | 92 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/ |
| HD | Initialization.h | 104 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/ |
| HD | CodeGenOptions.h | 27 #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/ |
| HD | ELFYAML.h | 51 ELF_ET Type; member 57 ELF_STT Type; member 69 ELF_SHT Type; member
|
| /trueos/contrib/jansson/doc/ |
| HD | apiref.rst | 90 Type section in Value Representation 161 .. _apiref-reference-count:
|
| /trueos/contrib/llvm/lib/MC/ |
| HD | MCELF.cpp | 36 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/ |
| HD | LangOptions.cpp | 21 #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/ |
| HD | GlobalDecl.h | 47 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) in GlobalDecl() 49 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) in GlobalDecl()
|
| /trueos/sys/contrib/dev/acpica/components/disassembler/ |
| HD | dmresrcl.c | 142 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/ |
| HD | aslstubs.c | 94 UINT8 Type, in AcpiDsMethodDataGetValue() 104 UINT8 Type, in AcpiDsMethodDataGetNode() 114 UINT8 Type, in AcpiDsStoreObjectToLocal()
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsRegisterInfo.h | 25 class Type; variable
|
| /trueos/contrib/llvm/lib/IR/ |
| HD | ConstantFold.h | 27 class Type; variable
|