Home
last modified time | relevance | path

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

12345678910

/llvm-project/llvm/lib/Support/
H A DMSP430AttributeParser.cpp38 Error MSP430AttributeParser::parseEnumSize(AttrType Tag) { in parseEnumSize() argument
23 parseISA(AttrType Tag) parseISA() argument
28 parseCodeModel(AttrType Tag) parseCodeModel() argument
33 parseDataModel(AttrType Tag) parseDataModel() argument
43 handler(uint64_t Tag,bool & Handled) handler() argument
[all...]
H A DHexagonAttributeParser.cpp44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
H A DRISCVAttributeParser.cpp46 Error RISCVAttributeParser::atomicAbi(unsigned Tag) { in atomicAbi() argument
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
H A Dclamp.comp.pass.cpp22 struct Tag { struct
23 Tag() : val(0), tag("Default") {} in Tag() argument
24 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() function
25 ~Tag() {} in ~Tag() argument
31 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
H A Dclamp.pass.cpp21 struct Tag { struct
22 Tag() : val(0), tag("Default") {} in Tag() argument
23 Tag(int a, const char *b) : val(a), tag(b) {} in Tag() argument
24 ~Tag() {} in ~Tag() argument
30 bool eq(const Tag& rhs, const Tag& lhs) { return rhs.val == lhs.val && rhs.tag == lhs.tag; } in eq() argument
/llvm-project/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp32 const Record &Tag = *Tags[i]; in EmitClangCommentCommandInfo() local
65 Record &Tag = *Tags[i]; EmitClangCommentCommandInfo() local
126 Record &Tag = *Tags[i]; EmitClangCommentCommandList() local
[all...]
/llvm-project/llvm/unittests/Support/
H A DRISCVAttributeParserTest.cpp17 unsigned Tag; member
35 static bool testAttribute(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttribute() argument
51 static bool testTagString(unsigned Tag, const char *name) { in testTagString() argument
H A DCSKYAttributeParserTest.cpp17 unsigned Tag; member
74 static bool testAttributeInt(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttributeInt() argument
90 static bool testAttributeString(unsigned Tag, cons argument
107 testParseError(unsigned Tag,unsigned Value,const char * msg) testParseError() argument
120 testTagString(unsigned Tag,const char * name) testTagString() argument
[all...]
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DAcceleratorRecordsSaver.cpp208 dwarf::Tag Tag, in saveNameRecord()
221 DIE *OutDIE, dwarf::Tag Tag, in saveNamespaceRecord()
249 dwarf::Tag Tag) { in saveObjCNameRecord()
262 dwarf::Tag Tag, in saveTypeRecord()
/llvm-project/clang/test/Modules/Inputs/set-pure-crash/
H A Da.h3 struct Tag {}; struct
/llvm-project/llvm/utils/TableGen/
H A DCTagsEmitter.cpp28 class Tag { class
35 Tag(StringRef Name, const SMLoc Location) : Id(Name) { in Tag() function in __anon31686aba0111::Tag
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h233 PDB_SymType Tag; variable
H A DNativeTypeUDT.h69 codeview::TagRecord *Tag = nullptr; variable
/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h190 StringRef Tag; variable
216 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
264 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
429 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
484 SequenceNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in SequenceNode()
/llvm-project/llvm/include/llvm/MC/
H A DMCELFStreamer.h102 unsigned Tag; global() member
131 emitGNUAttribute(unsigned Tag,unsigned Value) emitGNUAttribute() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterClassInfo.h31 unsigned Tag = 0; member
50 unsigned Tag = 0; variable
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmemtag.h161 addFixedTag(uptr Ptr,uptr Tag) addFixedTag() argument
281 addFixedTag(uptr Ptr,uptr Tag) addFixedTag() argument
322 addFixedTag(void * Ptr,uptr Tag) addFixedTag() argument
/llvm-project/llvm/tools/llvm-ifs/
H A DErrorCollector.cpp21 void ErrorCollector::addError(Error &&Err, StringRef Tag) { in addError()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DChecker.cpp19 int ImplicitNullDerefEvent::Tag; member in ImplicitNullDerefEvent
/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp409 struct Tag { global() struct
410 Name__anonb21921b00b11::Tag global() argument
411 Availability__anonb21921b00b11::Tag global() argument
412 SwiftName__anonb21921b00b11::Tag global() argument
413 SwiftPrivate__anonb21921b00b11::Tag global() argument
414 SwiftBridge__anonb21921b00b11::Tag global() argument
415 NSErrorDomain__anonb21921b00b11::Tag global() argument
416 SwiftImportAs__anonb21921b00b11::Tag global() argument
417 SwiftRetainOp__anonb21921b00b11::Tag global() argument
418 SwiftReleaseOp__anonb21921b00b11::Tag global() argument
419 EnumExtensibility__anonb21921b00b11::Tag global() argument
420 FlagEnum__anonb21921b00b11::Tag global() argument
421 EnumConvenienceKind__anonb21921b00b11::Tag global() argument
422 SwiftCopyable__anonb21921b00b11::Tag global() argument
983 for (const auto &Tag : TLItems.Tags) { convertTopLevelItems() local
[all...]
/llvm-project/libcxx/test/libcxx/algorithms/
H A Ddebug_less.pass.cpp134 struct Tag { struct
135 explicit Tag(int v) : value(v) {} in Tag() argument
146 inline bool operator<(FooImp<T> const& x, Tag<0> y) { in operator <() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A 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()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp76 static CheckerProgramPointTag Tag("MPI-Checker", "UnmatchedWait"); in checkUnmatchedWaits() local
108 static CheckerProgramPointTag Tag("MPI-Checker", "MissingWait"); in checkMissingWaits() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoOwnershipChangeVisitor.h71 static int Tag = 0; in Profile() local
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkup.h38 StringRef Tag; member

12345678910