Searched defs:Type (Results 226 - 250 of 627) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp227 ParseSectionSwitch( StringRef SectionName, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, COFF::COMDATType Type, Align Alignment) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmYAML.cpp280 enumeration( IO &IO, WasmYAML::SectionType &Type) argument
594 enumeration( IO &IO, WasmYAML::ValueType &Type) argument
632 enumeration( IO &IO, WasmYAML::TableType &Type) argument
640 enumeration( IO &IO, WasmYAML::RelocType &Type) argument
[all...]
H A DCOFFYAML.cpp391 RelocType Type; member in struct:llvm::yaml::__anon2114::NType
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeIndexDiscovery.cpp458 void llvm::codeview::discoverTypeIndices(const CVType &Type, argument
482 discoverTypeIndices(const CVType &Type, SmallVectorImpl<TypeIndex> &Indices) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.cpp184 static BlockCtorFn getCtorPrim(PrimType Type) { argument
197 static BlockDtorFn getDtorPrim(PrimType Type) { argument
210 getMovePrim(PrimType Type) argument
214 getCtorArrayPrim(PrimType Type) argument
219 getDtorArrayPrim(PrimType Type) argument
224 getMoveArrayPrim(PrimType Type) argument
230 Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, bool IsConst, bool IsTemporary, bool IsMutable) argument
241 Descriptor(const DeclTy &D, PrimType Type, MetadataSize MD, size_t NumElems, bool IsConst, bool IsTemporary, bool IsMutable) argument
254 Descriptor(const DeclTy &D, PrimType Type, bool IsTemporary, UnknownSize) argument
[all...]
H A DProgram.h117 Descriptor *createDescriptor(const DeclTy &D, PrimType Type, argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.cpp19 bool isIteratorType(const QualType &Type) { argument
H A DGCDAntipatternChecker.cpp189 OS << "Waiting on a callback using a " << Type << " creates useless threads " local
179 emitDiagnostics(const BoundNodes &Nodes, const char* Type, BugReporter &BR, AnalysisDeclContext *ADC, const GCDAntipatternChecker *Checker) argument
H A DStdVariantChecker.cpp79 bool isStdType(const Type *Type, llvm::StringRef TypeName) { argument
86 bool isStdVariant(const Type *Type) { argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DQualTypeNames.cpp241 const Type *Type = Scope->getAsType(); local
[all...]
H A DDeclCXX.cpp484 QualType Type = VBases[I]->getType(); local
H A DComputeDependence.cpp475 auto Type = E->getType(); local
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Driver/
H A DMultilib.cpp194 MultilibGroupType Type; member in struct:__anon572::MultilibGroupSerialization
/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp24 const char *getTokenTypeName(TokenType Type) { argument
H A DTokenAnnotator.h169 LineType Type; member in class:clang::format::AnnotatedLine
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp44 FieldSet DataflowAnalysisContext::getModeledFields(QualType Type) { argument
62 StorageLocation &DataflowAnalysisContext::createStorageLocation(QualType Type) { argument
91 createRecordStorageLocation( QualType Type, RecordStorageLocation::FieldToLoc FieldLocs, RecordStorageLocation::SyntheticFieldMap SyntheticFields) argument
384 getFieldsFromClassHierarchy(QualType Type, clang::dataflow::FieldSet &Fields) argument
398 getObjectFields(QualType Type) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DInitHeaderSearch.cpp151 SrcMgr::CharacteristicKind Type; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCombinerHelper.cpp382 LLT Type = MRI.getType(Dst); local
H A DSIInsertHardClauses.cpp166 HardClauseType Type = HARDCLAUSE_ILLEGAL; member in struct:__anon2319::SIInsertHardClauses::ClauseInfo
211 HardClauseType Type = getHardClauseType(MI); variable
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp142 unsigned Type = Reloc.Type; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUTargetStreamer.h61 virtual void EmitAMDGPUSymbolType(StringRef SymbolName, unsigned Type){}; argument
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp410 unsigned Type; local
/freebsd-current/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp169 static void setParamElementType(CallInst *Call, unsigned ArgNo, Type *Type) { argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp253 wasm::ValType Type; local
115 getLocal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type) argument
192 getGlobal(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type) argument
220 getTable(SMLoc ErrorLoc, const MCInst &Inst, wasm::ValType &Type) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h33 unsigned Type; // The type of the relocation. member in struct:llvm::ELFRelocationEntry
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, argument
[all...]

Completed in 340 milliseconds

1234567891011>>