Home
last modified time | relevance | path

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

12345678910>>...17

/NextBSD/contrib/llvm/include/llvm/MC/
HDMCELFObjectWriter.h31 unsigned Type; // The type of the relocation. member
99 uint8_t getRType(uint32_t Type) const { in getRType()
102 uint8_t getRType2(uint32_t Type) const { in getRType2()
105 uint8_t getRType3(uint32_t Type) const { in getRType3()
108 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
113 unsigned setRType(unsigned Value, unsigned Type) const { in setRType()
116 unsigned setRType2(unsigned Value, unsigned Type) const { in setRType2()
119 unsigned setRType3(unsigned Value, unsigned Type) const { in setRType3()
122 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_atomic.h31 typedef u8 Type; typedef
36 typedef u16 Type; typedef
41 typedef u32 Type; typedef
46 typedef u64 Type; typedef
52 typedef uptr Type; typedef
/NextBSD/contrib/llvm/tools/clang/lib/Driver/
HDAction.cpp80 types::ID Type) in JobAction()
83 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction()
131 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
137 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
143 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
150 std::unique_ptr<Action> Input, types::ID Type) in VerifyJobAction()
157 types::ID Type) in VerifyJobAction()
166 std::unique_ptr<Action> Input, types::ID Type) in VerifyDebugInfoJobAction()
172 types::ID Type) in VerifyPCHJobAction()
/NextBSD/contrib/llvm/lib/DebugInfo/PDB/
HDPDBSymbol.cpp60 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument
104 #define TRY_DUMP_TYPE(Type) \ argument
108 #define ELSE_TRY_DUMP_TYPE(Type, Dumper) else TRY_DUMP_TYPE(Type, Dumper) argument
126 PDBSymbol::findChildren(PDB_SymType Type, StringRef Name, in findChildren()
132 PDBSymbol::findChildrenByRVA(PDB_SymType Type, StringRef Name, in findChildrenByRVA()
HDPDB.cpp23 PDB_ErrorCode llvm::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB()
32 PDB_ErrorCode llvm::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
/NextBSD/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
/NextBSD/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()
/NextBSD/contrib/compiler-rt/lib/asan/tests/
HDasan_asm_test.cc35 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
45 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
57 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
77 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument
87 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument
99 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
/NextBSD/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()
/NextBSD/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()
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_handlers.h22 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
94 const TypeDescriptor &Type; member
111 const TypeDescriptor &Type; member
119 const TypeDescriptor &Type; member
HDubsan_handlers_cxx.h23 const TypeDescriptor &Type; member
30 const TypeDescriptor &Type; member
HDubsan_flags.cc30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDInheritViz.cpp44 void WriteGraph(QualType Type) { in WriteGraph()
63 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
125 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/NextBSD/contrib/llvm/lib/Object/
HDSymbolicFile.cpp22 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
28 MemoryBufferRef Object, sys::fs::file_magic Type, LLVMContext *Context) { in createSymbolicFile()
HDBinary.cpp30 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary()
41 sys::fs::file_magic Type = sys::fs::identify_magic(Buffer.getBuffer()); in createBinary() local
/NextBSD/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()
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchersMacros.h95 #define AST_MATCHER(Type, DefineMatcher) \ argument
129 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument
132 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument
176 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument
181 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDDiagnosticOptions.h74 #define ENUM_DIAGOPT(Name, Type, Bits, Default) argument
81 #define ENUM_DIAGOPT(Name, Type, Bits, Default) unsigned Name : Bits; argument
102 #define ENUM_DIAGOPT(Name, Type, Bits, Default) \ argument
109 #define ENUM_DIAGOPT(Name, Type, Bits, Default) set##Name(Default); in DiagnosticOptions() argument
/NextBSD/contrib/llvm/lib/Target/PowerPC/MCTargetDesc/
HDPPCMachObjectWriter.cpp91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType() local
149 const unsigned IsExtern, const unsigned Type) { in makeRelocationInfo()
165 const uint32_t Addr, const unsigned Type, in makeScatteredRelocationInfo()
199 const unsigned Type = getRelocType(Target, FK, IsPCRel); in recordScatteredRelocation() local
331 unsigned Type = RelocType; in RecordPPCRelocation() local
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFObjectWriter.cpp79 X86_64RelType Type, bool IsPCRel) { in getRelocType64()
183 X86_32RelType Type, bool IsPCRel) { in getRelocType32()
245 X86_64RelType Type = getType64(Fixup.getKind(), Modifier, IsPCRel); in GetRelocType() local
/NextBSD/contrib/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsELFObjectWriter.cpp113 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in GetRelocType() local
154 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in GetRelocType() local
161 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in GetRelocType() local
233 unsigned Type = Reloc.Type; in getMatchingLoType() local
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_flags.cc39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument
47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDInitialization.h104 QualType Type; variable
213 QualType Type) { in InitializeParameter()
230 QualType Type, in InitializeParameter()
242 QualType Type, bool NRVO) { in InitializeResult()
247 QualType Type, bool NRVO) { in InitializeBlock()
253 QualType Type, bool NRVO) { in InitializeException()
258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew()
263 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
279 QualType Type) { in InitializeRelatedResult()
292 static InitializedEntity InitializeDelegation(QualType Type) { in InitializeDelegation()
[all …]

12345678910>>...17