Home
last modified time | relevance | path

Searched defs:Tag (Results 1 – 25 of 170) sorted by relevance

1234567

/openbsd/src/gnu/llvm/llvm/lib/Support/
DMSP430AttributeParser.cpp23 Error MSP430AttributeParser::parseISA(AttrType Tag) { in parseISA()
28 Error MSP430AttributeParser::parseCodeModel(AttrType Tag) { in parseCodeModel()
33 Error MSP430AttributeParser::parseDataModel(AttrType Tag) { in parseDataModel()
38 Error MSP430AttributeParser::parseEnumSize(AttrType Tag) { in parseEnumSize()
43 Error MSP430AttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
DAutoConvert.cpp56 struct file_tag Tag; in setFileTag() local
/openbsd/src/gnu/llvm/clang/utils/TableGen/
DClangCommentCommandInfoEmitter.cpp31 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
125 Record &Tag = *Tags[i]; in EmitClangCommentCommandList() local
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DYAMLParser.h190 StringRef Tag; variable
216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
259 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
424 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
479 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dmemtag.h161 inline uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag()
281 inline NORETURN uptr addFixedTag(uptr Ptr, uptr Tag) { in addFixedTag()
322 inline void *addFixedTag(void *Ptr, uptr Tag) { in addFixedTag()
/openbsd/src/gnu/llvm/llvm/utils/TableGen/
DCTagsEmitter.cpp28 class Tag { class
34 Tag(StringRef Name, const SMLoc Location) : Id(Name) { in Tag() function in __anon3d760be30111::Tag
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp168 void DIEHash::hashDIEEntry(dwarf::Attribute Attribute, dwarf::Tag Tag, in hashDIEEntry()
248 void DIEHash::hashAttribute(const DIEValue &Value, dwarf::Tag Tag) { in hashAttribute()
336 void DIEHash::hashAttributes(const DIEAttrs &Attrs, dwarf::Tag Tag) { in hashAttributes()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DRegisterClassInfo.h31 unsigned Tag = 0; member
50 unsigned Tag = 0; variable
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp102 static SDValue getTagSymNode(int Tag, SelectionDAG *DAG) { in getTagSymNode()
203 int Tag = Node->getConstantOperandVal(2); in Select() local
226 int Tag = Node->getConstantOperandVal(2); in Select() local
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCELFStreamer.h101 unsigned Tag; member
130 void emitGNUAttribute(unsigned Tag, unsigned Value) override { in emitGNUAttribute()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp76 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait"); in checkUnmatchedWaits() local
108 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait"); in checkMissingWaits() local
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBTFDebug.cpp46 BTFTypeDerived::BTFTypeDerived(const DIDerivedType *DTy, unsigned Tag, in BTFTypeDerived()
72 BTFTypeDerived::BTFTypeDerived(unsigned NextTypeId, unsigned Tag, in BTFTypeDerived()
444 StringRef Tag) in BTFTypeDeclTag()
465 BTFTypeTypeTag::BTFTypeTypeTag(uint32_t NextTypeId, StringRef Tag) in BTFTypeTypeTag()
472 BTFTypeTypeTag::BTFTypeTypeTag(const DIDerivedType *DTy, StringRef Tag) in BTFTypeTypeTag()
772 auto Tag = CTy->getTag(); in visitCompositeType() local
799 unsigned Tag = DTy->getTag(); in visitDerivedType() local
947 auto Tag = DTy->getTag(); in visitMapDefType() local
959 auto Tag = CTy->getTag(); in visitMapDefType() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dinit6.C5 Tag(int i):value(i){} in Tag() function
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h233 PDB_SymType Tag; variable
DNativeTypeUDT.h69 codeview::TagRecord *Tag = nullptr; variable
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DInterferenceCache.h36 unsigned Tag = 0; member
51 unsigned Tag = 0; variable
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp59 #define FACTORY_SYMTAG_CASE(Tag, Type) \ argument
64 PDBSymbol::createSymbol(const IPDBSession &PDBSession, PDB_SymType Tag) { in createSymbol()
DPDBExtras.cpp239 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const PDB_SymType &Tag) { in operator <<()
404 for (auto Tag : Stats) { in operator <<() local
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dmemtag_test.cpp83 for (uptr Tag = 0; Tag < 0x10; ++Tag) in TEST_F() local
161 u8 Tag = 5; in TEST_F() local
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DDebugInfoMetadata.h160 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag()
234 unsigned Tag, ArrayRef<Metadata *> Ops1, in GenericDINode()
510 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIScope()
705 DIType(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag, in DIType()
723 void mutate(unsigned Tag, unsigned Line, uint64_t SizeInBits, in mutate()
809 DIBasicType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIBasicType()
877 DIStringType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIStringType()
971 DIDerivedType(LLVMContext &C, StorageType Storage, unsigned Tag, in DIDerivedType()
1089 DICompositeType(LLVMContext &C, StorageType Storage, unsigned Tag, in DICompositeType()
1099 void mutate(unsigned Tag, unsigned Line, unsigned RuntimeLang, in mutate()
[all …]
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DChecker.cpp19 int ImplicitNullDerefEvent::Tag; member in ImplicitNullDerefEvent
/openbsd/src/gnu/llvm/llvm/tools/llvm-ifs/
DErrorCollector.cpp21 void ErrorCollector::addError(Error &&Err, StringRef Tag) { in addError()
/openbsd/src/gnu/llvm/llvm/tools/llvm-dwarfdump/
DStatistics.cpp268 const dwarf::Tag Tag = Die.getTag(); in collectStatsForDie() local
497 const dwarf::Tag Tag = Die.getTag(); in collectStatsRecursive() local
639 auto Tag = FnDie.getTag(); in collectStatsRecursive() local
783 auto Tag = DwUnit->getDIEForOffset(Offset).getTag(); in collectZeroLocCovForVarsWithAbstractOrigin() local
821 auto Tag = (AbstractOriginFnCUs[FnCopyRawUValue]) in collectZeroLocCovForVarsWithCrossCUReferencingAbstractOrigin() local
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DProgramPoint.h96 llvm::PointerIntPair<const ProgramPointTag *, 2, unsigned> Tag; variable
560 const LocationContext *L, const ProgramPointTag *Tag) in ImplicitCallPoint()
585 : ImplicitCallPoint(D, Loc, PreImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
602 : ImplicitCallPoint(D, Loc, PostImplicitCallKind, L, Tag) {} in ImplicitCallPoint() argument
616 : StmtPoint(S, nullptr, PostAllocatorCallKind, L, Tag) {} in StmtPoint() argument
/openbsd/src/gnu/llvm/llvm/include/llvm/DebugInfo/Symbolize/
DMarkup.h38 StringRef Tag; member

1234567