Home
last modified time | relevance | path

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

12345678910>>...31

/openbsd/gnu/llvm/llvm/lib/Object/
H A DRelocationResolver.cpp41 static bool supportsX86_64(uint64_t Type) { in supportsX86_64()
77 static bool supportsAArch64(uint64_t Type) { in supportsAArch64()
108 static bool supportsBPF(uint64_t Type) { in supportsBPF()
130 static bool supportsMips64(uint64_t Type) { in supportsMips64()
158 static bool supportsMSP430(uint64_t Type) { in supportsMSP430()
180 static bool supportsPPC64(uint64_t Type) { in supportsPPC64()
276 static bool supportsX86(uint64_t Type) { in supportsX86()
301 static bool supportsPPC32(uint64_t Type) { in supportsPPC32()
322 static bool supportsARM(uint64_t Type) { in supportsARM()
348 static bool supportsAVR(uint64_t Type) { in supportsAVR()
[all …]
H A DSymbolicFile.cpp31 SymbolicFile::SymbolicFile(unsigned int Type, MemoryBufferRef Source) in SymbolicFile()
37 SymbolicFile::createSymbolicFile(MemoryBufferRef Object, file_magic Type, in createSymbolicFile()
98 bool SymbolicFile::isSymbolicFile(file_magic Type, const LLVMContext *Context) { in isSymbolicFile()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyTypeUtilities.cpp24 std::optional<wasm::ValType> WebAssembly::parseType(StringRef Type) { in parseType()
45 WebAssembly::BlockType WebAssembly::parseBlockType(StringRef Type) { in parseBlockType()
59 MVT WebAssembly::parseMVT(StringRef Type) { in parseMVT()
77 const char *WebAssembly::anyTypeToString(unsigned Type) { in anyTypeToString()
102 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString()
108 for (const auto &Type : List) { in typeListToString() local
125 wasm::ValType WebAssembly::toValType(MVT Type) { in toValType()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic.h30 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
/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DStorageLocation.h32 StorageLocation(Kind LocKind, QualType Type) : LocKind(LocKind), Type(Type) {} in StorageLocation()
48 QualType Type; variable
55 explicit ScalarStorageLocation(QualType Type) in ScalarStorageLocation()
73 explicit AggregateStorageLocation(QualType Type) in AggregateStorageLocation()
78 QualType Type, in AggregateStorageLocation()
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DWasm.cpp11 llvm::StringRef llvm::wasm::toString(wasm::WasmSymbolType Type) { in toString()
29 llvm::StringRef llvm::wasm::relocTypetoString(uint32_t Type) { in relocTypetoString()
41 llvm::StringRef llvm::wasm::sectionTypeToString(uint32_t Type) { in sectionTypeToString()
66 bool llvm::wasm::relocTypeHasAddend(uint32_t Type) { in relocTypeHasAddend()
/openbsd/gnu/llvm/clang/lib/Driver/
H A DAction.cpp336 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type) in JobAction()
390 IfsMergeJobAction::IfsMergeJobAction(ActionList &Inputs, types::ID Type) in IfsMergeJobAction()
395 LinkJobAction::LinkJobAction(ActionList &Inputs, types::ID Type) in LinkJobAction()
400 LipoJobAction::LipoJobAction(ActionList &Inputs, types::ID Type) in LipoJobAction()
405 DsymutilJobAction::DsymutilJobAction(ActionList &Inputs, types::ID Type) in DsymutilJobAction()
411 types::ID Type) in VerifyJobAction()
420 types::ID Type) in VerifyDebugInfoJobAction()
425 VerifyPCHJobAction::VerifyPCHJobAction(Action *Input, types::ID Type) in VerifyPCHJobAction()
441 types::ID Type) in OffloadPackagerJobAction()
447 types::ID Type) in LinkerWrapperJobAction()
[all …]
/openbsd/gnu/llvm/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #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
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h33 unsigned Type; // The type of the relocation. member
120 uint8_t getRType(uint32_t Type) const { in getRType()
123 uint8_t getRType2(uint32_t Type) const { in getRType2()
126 uint8_t getRType3(uint32_t Type) const { in getRType3()
129 uint8_t getRSsym(uint32_t Type) const { in getRSsym()
139 unsigned setRSsym(unsigned Value, unsigned Type) const { in setRSsym()
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dflags.cpp23 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in setDefaults() argument
28 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in setDefaults() argument
36 #define SCUDO_FLAG(Type, Name, DefaultValue, Description) \ in registerFlags() argument
43 #define GWP_ASAN_OPTION(Type, Name, DefaultValue, Description) \ in registerFlags() argument
H A Datomic_helpers.h32 typedef u8 Type; typedef
37 typedef u16 Type; typedef
42 typedef s32 Type; typedef
47 typedef u32 Type; typedef
52 typedef u64 Type; typedef
58 typedef uptr Type; typedef
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp91 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()
251 X86_32RelType Type, bool IsPCRel, in getRelocType32()
336 X86_64RelType Type = getType64(Kind, Modifier, IsPCRel); in getRelocType() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldELFMips.cpp55 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()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersMacros.h94 #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
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dformatter_int.bench.cpp124 struct Type {}; struct
127 struct Type<TypeE::Int64> { struct
134 struct Type<TypeE::Uint64> { struct
135 using type = uint64_t;
137 static std::array<type, 1000> make_data() { return generate<type>(); } in make_data()
H A Dformatter_float.bench.cpp45 struct Type {}; struct
48 struct Type<TypeE::Float> { struct
53 struct Type<TypeE::Double> { struct
58 struct Type<TypeE::LongDouble> { argument
59 using type = long double;
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyTargetStreamer.cpp30 void WebAssemblyTargetStreamer::emitValueType(wasm::ValType Type) { in emitValueType()
44 for (auto Type : Types) { in printTypes() local
80 const wasm::WasmTableType &Type = Sym->getTableType(); in emitTableType() local
123 for (auto Type : Types) { in emitLocal() local
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DInitialization.h144 QualType Type; variable
283 QualType Type, in InitializeParameter()
306 QualType Type) { in InitializeResult()
311 QualType Type) { in InitializeStmtExprResult()
316 QualType Type) { in InitializeBlock()
328 QualType Type) { in InitializeException()
338 static InitializedEntity InitializeTemporary(QualType Type) { in InitializeTemporary()
345 QualType Type = TypeInfo->getType(); in InitializeTemporary() local
356 QualType Type) { in InitializeTemporary()
377 static InitializedEntity InitializeDelegation(QualType Type) { in InitializeDelegation()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Daccess6.C9 typedef int Type; typedef
13 typedef typename Base<T>::Type Type; typedef
/openbsd/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp49 uint16_t Type; member
158 void InMemoryRawLog(int32_t FuncId, XRayEntryType Type, in InMemoryRawLog()
255 void InMemoryRawLogWithArg(int32_t FuncId, XRayEntryType Type, uint64_t Arg1, in InMemoryRawLogWithArg()
301 XRayEntryType Type) XRAY_NEVER_INSTRUMENT { in basicLoggingHandleArg0RealTSC()
305 void basicLoggingHandleArg0EmulateTSC(int32_t FuncId, XRayEntryType Type) in basicLoggingHandleArg0EmulateTSC()
319 void basicLoggingHandleArg1RealTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1RealTSC()
324 void basicLoggingHandleArg1EmulateTSC(int32_t FuncId, XRayEntryType Type, in basicLoggingHandleArg1EmulateTSC()
/openbsd/gnu/llvm/clang/lib/AST/
H A DInheritViz.cpp43 void WriteGraph(QualType Type) { in WriteGraph()
62 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode()
124 InheritanceHierarchyWriter::WriteNodeReference(QualType Type, in WriteNodeReference()
/openbsd/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfiling.h26 #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) Type Name; argument
31 #define INSTR_PROF_RAW_HEADER(Type, Name, Initializer) Type Name; argument
37 #define INSTR_PROF_VALUE_NODE(Type, LLVMType, Name, Initializer) Type Name; argument
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.cpp172 static BlockCtorFn getCtorPrim(PrimType Type) { in getCtorPrim()
176 static BlockDtorFn getDtorPrim(PrimType Type) { in getDtorPrim()
180 static BlockMoveFn getMovePrim(PrimType Type) { in getMovePrim()
184 static BlockCtorFn getCtorArrayPrim(PrimType Type) { in getCtorArrayPrim()
188 static BlockDtorFn getDtorArrayPrim(PrimType Type) { in getDtorArrayPrim()
193 static BlockMoveFn getMoveArrayPrim(PrimType Type) { in getMoveArrayPrim()
197 Descriptor::Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, in Descriptor()
207 Descriptor::Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, in Descriptor()
219 Descriptor::Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, in Descriptor()
/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers.h21 const TypeDescriptor &Type; member
44 const TypeDescriptor &Type; member
54 const TypeDescriptor &Type; member
104 const TypeDescriptor &Type; member
129 const TypeDescriptor &Type; member
221 const TypeDescriptor &Type; member
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DGlobalDecl.h89 GlobalDecl(const CXXConstructorDecl *D, CXXCtorType Type) : Value(D, Type) {} in GlobalDecl()
90 GlobalDecl(const CXXDestructorDecl *D, CXXDtorType Type) : Value(D, Type) {} in GlobalDecl()
169 GlobalDecl getWithCtorType(CXXCtorType Type) { in getWithCtorType()
176 GlobalDecl getWithDtorType(CXXDtorType Type) { in getWithDtorType()

12345678910>>...31