/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | RelocationResolver.cpp | 26 static bool supportsX86_64(uint64_t Type) { in supportsX86_64() 42 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveX86_64() 62 static bool supportsAArch64(uint64_t Type) { in supportsAArch64() 74 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveAArch64() argument 90 static bool supportsBPF(uint64_t Type) { in supportsBPF() 100 static uint64_t resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, in resolveBPF() 112 static bool supportsMips64(uint64_t Type) { in supportsMips64() 124 static uint64_t resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMips64() argument 140 static bool supportsMSP430(uint64_t Type) { in supportsMSP430() 150 static uint64_t resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, in resolveMSP430() argument [all …]
|
H A D | SymbolicFile.cpp | 32 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile() 38 SymbolicFile::createSymbolicFile(MemoryBufferRef Object, file_magic Type, in createSymbolicFile() 97 bool SymbolicFile::isSymbolicFile(file_magic Type, const LLVMContext *Context) { in isSymbolicFile()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 19 Optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType() 40 WebAssembly::HeapType WebAssembly::parseHeapType(StringRef Type) { in parseHeapType() 47 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType() 61 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT() 79 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString() 104 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() 110 for (const auto &Type : List) { in typeListToString() local 127 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
|
/netbsd-src/external/lgpl3/gmp/dist/tests/cxx/ |
H A D | t-ops2.h | 29 #define CHECK1(Type,a,fun) \ argument 33 #define CHECK_G(Type,a,b,op) \ argument 35 #define CHECK_UI(Type,a,b,op) \ argument 38 #define CHECK_SI(Type,a,b,op) \ argument 41 #define CHECK_D(Type,a,b,op) \ argument 44 #define CHECK_MPZ(Type,a,b,op) \ argument 47 #define CHECK_MPQ(Type,a,b,op) \ argument 50 #define CHECK_ALL_SIGNED(Type,a,b,op) \ argument 54 #define CHECK_ALL_SIGNS(Type,a,b,op) \ argument 59 #define CHECK_ALL(Type,a,b,op) \ argument [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_atomic.h | 29 typedef u8 Type; typedef 34 typedef u16 Type; typedef 39 typedef s32 Type; typedef 44 typedef u32 Type; typedef 49 typedef u64 Type; typedef 55 typedef uptr Type; typedef
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_atomic.h | 31 typedef u8 Type; typedef 36 typedef u16 Type; typedef 41 typedef s32 Type; typedef 46 typedef u32 Type; typedef 51 typedef u64 Type; typedef 57 typedef uptr Type; typedef
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_atomic.h | 30 typedef u8 Type; typedef 35 typedef u16 Type; typedef 40 typedef s32 Type; typedef 45 typedef u32 Type; typedef 50 typedef u64 Type; typedef 56 typedef uptr Type; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Wasm.cpp | 11 std::string llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString() 29 std::string llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString() 41 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/ |
H A D | Architecture.cpp | 24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureFromCpuType() argument 36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch) in getArchitectureFromName() argument 44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getArchitectureName() argument 60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in getCPUTypeFromArchitecture() argument 80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \ in is64Bit() argument
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | xalloc.h | 61 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) argument 62 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) argument 63 # define XREALLOC(Ptr, Type, N_items) \ argument 67 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) argument
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | xalloc.h | 66 # define XMALLOC(Type, N_items) ((Type *) xmalloc (sizeof (Type) * (N_items))) argument 67 # define XCALLOC(Type, N_items) ((Type *) xcalloc (sizeof (Type), (N_items))) argument 68 # define XREALLOC(Ptr, Type, N_items) \ argument 72 # define NEW(Type, Var) Type *(Var) = XMALLOC (Type, 1) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCELFObjectWriter.h | 33 unsigned Type; // The type of the relocation. member 118 uint8_t getRType(uint32_t Type) const { in getRType() 121 uint8_t getRType2(uint32_t Type) const { in getRType2() 124 uint8_t getRType3(uint32_t Type) const { in getRType3() 127 uint8_t getRSsym(uint32_t Type) const { in getRSsym() 137 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
|
/netbsd-src/sys/external/bsd/acpica/dist/common/ |
H A D | dmextern.c | 164 ACPI_OBJECT_TYPE Type) in AcpiDmGetObjectTypeName() 540 UINT8 Type, in AcpiDmAddOpToExternalList() 724 UINT8 Type, in AcpiDmAddNodeToExternalList() 790 UINT8 Type, in AcpiDmAddPathToExternalList() 883 UINT8 Type, in AcpiDmCreateNewExternal() 1014 UINT8 Type, in AcpiDmResolveExternal() 1065 UINT8 Type, in AcpiDmCreateSubobjectForExternal() 1119 UINT8 Type, in AcpiDmAddOneExternalToNamespace() 1642 UINT8 Type) in AcpiDmUnresolvedWarning()
|
/netbsd-src/sys/external/bsd/acpica/dist/dispatcher/ |
H A D | dsmthdat.c | 276 UINT8 Type, in AcpiDsMethodDataGetNode() 348 UINT8 Type, in AcpiDsMethodDataSetValue() 407 UINT8 Type, in AcpiDsMethodDataGetValue() 520 UINT8 Type, in AcpiDsMethodDataDeleteValue() 586 UINT8 Type, in AcpiDsStoreObjectToLocal()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32() 97 static void checkIs64(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs64() 105 X86_64RelType Type, bool IsPCRel, in getRelocType64() 248 X86_32RelType Type, bool IsPCRel, in getRelocType32() 333 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_asm_test.cc | 39 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument 49 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument 61 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument 82 #define DECLARE_ASM_WRITE(Type, Size, Mov, Reg) \ argument 92 #define DECLARE_ASM_READ(Type, Size, Mov, Reg) \ argument 104 #define DECLARE_ASM_REP_MOVS(Type, Movs) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ |
H A D | Action.cpp | 311 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction() 314 JobAction::JobAction(ActionClass Kind, const ActionList &Inputs, types::ID Type) in JobAction() 367 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction() 372 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction() 377 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction() 382 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction() 388 types::ID Type) in VerifyJobAction() 397 types::ID Type) in VerifyDebugInfoJobAction() 402 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction() 418 types::ID Type) in OffloadWrapperJobAction() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldELFMips.cpp | 55 uint32_t Type) { in evaluateMIPS32Relocation() 109 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in evaluateMIPS64Relocation() 214 uint32_t Type) { in applyMIPSRelocation() 266 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN32Relocation() 275 const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, in resolveMIPSN64Relocation() 305 uint32_t Value, uint32_t Type, in resolveMIPSO32Relocation()
|
/netbsd-src/sys/external/bsd/acpica/dist/namespace/ |
H A D | nssearch.c | 101 ACPI_OBJECT_TYPE Type, in AcpiNsSearchOneScope() 204 ACPI_OBJECT_TYPE Type, in AcpiNsSearchParentTree() 299 ACPI_OBJECT_TYPE Type, in AcpiNsSearchAndEnter()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 34 Type struct { struct 35 C C.LLVMTypeRef 83 func (c Type) IsNil() bool { return c.C == nil } 95 func llvmTypeRefPtr(t *Type) *C.LLVMTypeRef { return (*C.LLVMTypeRef)(unsafe.Pointer(t)) } 536 func (t Type) TypeKind() TypeKind { return TypeKind(C.LLVMGetTypeKind(t.C)) } 539 func (t Type) Context() (c Context) { 566 func (t Type) IntTypeWidth() int { 584 func FunctionType(returnType Type, paramTypes []Type, isVarArg bool) (t Type) { 598 func (t Type) IsFunctionVarArg() bool { return C.LLVMIsFunctionVarArg(t.C) != 0 } 599 func (t Type) ReturnType() (rt Type) { rt.C = C.LLVMGetReturnType(t.C); return } [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyTargetStreamer.cpp | 30 void WebAssemblyTargetStreamer::emitValueType(wasm::ValType Type) { in emitValueType() 44 for (auto Type : Types) { in printTypes() local 82 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType() local 125 for (auto Type : Types) { in emitLocal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
H A D | PDB.cpp | 23 Error llvm::pdb::loadDataForPDB(PDB_ReaderType Type, StringRef Path, in loadDataForPDB() 36 Error llvm::pdb::loadDataForEXE(PDB_ReaderType Type, StringRef Path, in loadDataForEXE()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchersMacros.h | 94 #define AST_MATCHER(Type, DefineMatcher) \ argument 128 #define AST_MATCHER_P(Type, DefineMatcher, ParamType, Param) \ argument 131 #define AST_MATCHER_P_OVERLOAD(Type, DefineMatcher, ParamType, Param, \ argument 175 #define AST_MATCHER_P2(Type, DefineMatcher, ParamType1, Param1, ParamType2, \ argument 180 #define AST_MATCHER_P2_OVERLOAD(Type, DefineMatcher, ParamType1, Param1, \ argument 455 #define AST_MATCHER_REGEX(Type, DefineMatcher, Param) \ argument 458 #define AST_MATCHER_REGEX_OVERLOAD(Type, DefineMatcher, Param, OverloadId) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.h | 20 const TypeDescriptor &Type; member 42 const TypeDescriptor &Type; member 92 const TypeDescriptor &Type; member 117 const TypeDescriptor &Type; member 159 const TypeDescriptor &Type; member 207 const TypeDescriptor &Type; member 213 const TypeDescriptor &Type; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | InheritViz.cpp | 43 void WriteGraph(QualType Type) { in WriteGraph() 62 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() 124 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
|