Searched defs:Type (Results 276 - 300 of 627) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h57 unsigned Type; member in struct:llvm::InlineAsmIdentifierInfo::VariableIdentifier
103 AsmTypeInfo Type; member in struct:llvm::AsmFieldInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h127 ArrayRef<UTF16> Type; member in class:llvm::object::ResourceEntryRef
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp396 COFF::COMDATType Type = (COFF::COMDATType)0; local
477 int64_t Type; local
329 ParseSectionSwitch(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, COFF::COMDATType Type) argument
601 parseCOMDATType(COFF::COMDATType &Type) argument
625 COFF::COMDATType Type = COFF::IMAGE_COMDAT_SELECT_ANY; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.h188 DependencyType Type; member in struct:llvm::mca::DependencyEdge::Dependency
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp505 std::string Type = (R.Mode == LabelType::Far) ? "far" : "near"; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmextern.c271 AcpiDmGetObjectTypeName( ACPI_OBJECT_TYPE Type) argument
645 AcpiDmAddOpToExternalList( ACPI_PARSE_OBJECT *Op, char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
830 AcpiDmAddNodeToExternalList( ACPI_NAMESPACE_NODE *Node, UINT8 Type, UINT32 Value, UINT16 Flags) argument
896 AcpiDmAddPathToExternalList( char *Path, UINT8 Type, UINT32 Value, UINT16 Flags) argument
988 AcpiDmCreateNewExternal( char *ExternalPath, char *InternalPath, UINT8 Type, UINT32 Value, UINT16 Flags) argument
1120 AcpiDmResolveExternal( char *Path, UINT8 Type, ACPI_NAMESPACE_NODE **Node) argument
1172 AcpiDmCreateSubobjectForExternal( UINT8 Type, ACPI_NAMESPACE_NODE **Node, UINT32 ParamCount) argument
1225 AcpiDmAddOneExternalToNamespace( char *Path, UINT8 Type, UINT32 ParamCount) argument
1749 AcpiDmUnresolvedWarning( UINT8 Type) argument
[all...]
H A Ddmtbdump1.c197 UINT8 Type; local
469 UINT8 Type; local
633 UINT16 Type; local
[all...]
/freebsd-current/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c210 AcpiDsMethodDataGetValue( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_OPERAND_OBJECT **DestDesc) argument
220 AcpiDsMethodDataGetNode( UINT8 Type, UINT32 Index, ACPI_WALK_STATE *WalkState, ACPI_NAMESPACE_NODE **Node) argument
230 AcpiDsStoreObjectToLocal( UINT8 Type, UINT32 Index, ACPI_OPERAND_OBJECT *SrcDesc, ACPI_WALK_STATE *WalkState) argument
385 AcpiExTracePoint( ACPI_TRACE_EVENT_TYPE Type, BOOLEAN Begin, UINT8 *Aml, char *Pathname) argument
H A Daslutils.c561 DbgPrint( UINT32 Type, char *Fmt, ...) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h283 QualType Type = E->getType(); local
292 S.CCEDiag(E, diag::note_constexpr_overflow) << Value << Type; local
494 QualType Type = E->getType(); local
505 S.CCEDiag(E, diag::note_constexpr_overflow) << NegatedValue << Type; local
549 QualType Type = E->getType(); local
559 S.CCEDiag(E, diag::note_constexpr_overflow) << APResult << Type; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h76 virtual ComparisonResult compare(QualType Type, const Value &Val1, argument
101 virtual bool merge(QualType Type, const Value &Val1, argument
133 virtual Value *widen(QualType Type, Value &Prev, const Environment &PrevEnv, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.cpp85 Error DbiStreamBuilder::addDbgStream(pdb::DbgHeaderType Type, argument
H A DNativeSession.cpp250 NativeSession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) { argument
257 findSymbolByRVA(uint32_t RVA, PDB_SymType Type) argument
266 findSymbolBySectOffset(uint32_t Sect, uint32_t Offset, PDB_SymType Type) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp491 Error LeafRecordImpl<FieldListRecord>::fromCodeViewRecord(CVType Type) { argument
677 fromCodeViewRecordImpl(CVType Type) argument
687 fromCodeViewRecord(CVType Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64LowerHomogeneousPrologEpilog.cpp131 getFrameHelperName(SmallVectorImpl<unsigned> &Regs, FrameHelperType Type, unsigned FpOffset) argument
312 getOrCreateFrameHelper(Module *M, MachineModuleInfo *MMI, SmallVectorImpl<unsigned> &Regs, FrameHelperType Type, unsigned FpOffset = 0) argument
394 shouldUseFrameHelper(MachineBasicBlock &MBB, MachineBasicBlock::iterator &NextMBBI, SmallVectorImpl<unsigned> &Regs, FrameHelperType Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Debuginfod/
H A DDebuginfod.cpp396 file_magic Type; local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DMarkupFilter.cpp505 StringRef Type = Element.Fields[2]; local
525 StringRef Type local
630 std::optional<MarkupFilter::PCType> Type = local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DRelocationResolver.cpp40 static bool supportsX86_64(uint64_t Type) { argument
56 static uint64_t resolveX86_64(uint64_t Type, uint64_t Offset, uint64_t S, argument
76 static bool supportsAArch64(uint64_t Type) { argument
89 static uint64_t resolveAArch64(uint64_t Type, uint64_t Offset, uint64_t S, argument
107 static bool supportsBPF(uint64_t Type) { argument
117 resolveBPF(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
129 supportsMips64(uint64_t Type) argument
141 resolveMips64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
157 supportsMSP430(uint64_t Type) argument
167 resolveMSP430(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
179 supportsPPC64(uint64_t Type) argument
191 resolvePPC64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
207 supportsSystemZ(uint64_t Type) argument
217 resolveSystemZ(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
229 supportsSparc64(uint64_t Type) argument
241 resolveSparc64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
267 supportsAmdgpu(uint64_t Type) argument
277 resolveAmdgpu(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
288 supportsX86(uint64_t Type) argument
299 resolveX86(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
313 supportsPPC32(uint64_t Type) argument
323 resolvePPC32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
334 supportsARM(uint64_t Type) argument
344 resolveARM(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
360 supportsAVR(uint64_t Type) argument
370 resolveAVR(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
382 supportsLanai(uint64_t Type) argument
386 resolveLanai(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
393 supportsMips32(uint64_t Type) argument
403 resolveMips32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
413 supportsSparc32(uint64_t Type) argument
423 resolveSparc32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
430 supportsHexagon(uint64_t Type) argument
434 resolveHexagon(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t , int64_t Addend) argument
441 supportsRISCV(uint64_t Type) argument
466 resolveRISCV(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
510 supportsCSKY(uint64_t Type) argument
521 resolveCSKY(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
535 supportsLoongArch(uint64_t Type) argument
557 resolveLoongArch(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
593 supportsCOFFX86(uint64_t Type) argument
603 resolveCOFFX86(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
614 supportsCOFFX86_64(uint64_t Type) argument
624 resolveCOFFX86_64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
636 supportsCOFFARM(uint64_t Type) argument
646 resolveCOFFARM(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
657 supportsCOFFARM64(uint64_t Type) argument
667 resolveCOFFARM64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
679 supportsMachOX86_64(uint64_t Type) argument
683 resolveMachOX86_64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
690 supportsWasm32(uint64_t Type) argument
712 supportsWasm64(uint64_t Type) argument
726 resolveWasm32(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t ) argument
750 resolveWasm64(uint64_t Type, uint64_t Offset, uint64_t S, uint64_t LocData, int64_t Addend) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp361 unsigned Type = llvm::StringSwitch<unsigned>(Name) local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp135 QualType Type = VD->getType(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DModuleManager.cpp99 ModuleManager::addModule(StringRef FileName, ModuleKind Type, argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp201 void TemplateArgument::initFromStructural(const ASTContext &Ctx, QualType Type, argument
180 initFromIntegral(const ASTContext &Ctx, const llvm::APSInt &Value, QualType Type, bool IsDefaulted) argument
210 TemplateArgument(const ASTContext &Ctx, const llvm::APSInt &Value, QualType Type, bool IsDefaulted) argument
237 TemplateArgument(const ASTContext &Ctx, QualType Type, const APValue &V, bool IsDefaulted) argument
246 initFromDeclaration(const_cast<ValueDecl *>(VD), Type, IsDefaulted); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp131 std::optional<types::ID> Type; member in struct:clang::tooling::__anon1056::TransferableCommand
267 toCLFlag(types::ID Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelDAGToDAG.cpp502 MVT Type = N->getSimpleValueType(0); local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp586 SystemZII::FusedCompareType Type; local
[all...]

Completed in 774 milliseconds

<<11121314151617181920>>