/llvm-project/llvm/lib/Support/ |
H A D | MSP430AttributeParser.cpp | 38 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 D | HexagonAttributeParser.cpp | 44 Error HexagonAttributeParser::handler(uint64_t Tag, bool &Handled) { in handler()
|
H A D | RISCVAttributeParser.cpp | 46 Error RISCVAttributeParser::atomicAbi(unsigned Tag) { in atomicAbi() argument
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.clamp/ |
H A D | clamp.comp.pass.cpp | 22 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 D | clamp.pass.cpp | 21 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 D | ClangCommentCommandInfoEmitter.cpp | 32 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 D | RISCVAttributeParserTest.cpp | 17 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 D | CSKYAttributeParserTest.cpp | 17 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 D | AcceleratorRecordsSaver.cpp | 208 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 D | a.h | 3 struct Tag {}; struct
|
/llvm-project/llvm/utils/TableGen/ |
H A D | CTagsEmitter.cpp | 28 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 D | NativeRawSymbol.h | 233 PDB_SymType Tag; variable
|
H A D | NativeTypeUDT.h | 69 codeview::TagRecord *Tag = nullptr; variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLParser.h | 190 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 D | MCELFStreamer.h | 102 unsigned Tag; global() member 131 emitGNUAttribute(unsigned Tag,unsigned Value) emitGNUAttribute() argument
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterClassInfo.h | 31 unsigned Tag = 0; member 50 unsigned Tag = 0; variable
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | memtag.h | 161 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 D | ErrorCollector.cpp | 21 void ErrorCollector::addError(Error &&Err, StringRef Tag) { in addError()
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | Checker.cpp | 19 int ImplicitNullDerefEvent::Tag; member in ImplicitNullDerefEvent
|
/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 409 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 D | debug_less.pass.cpp | 134 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 D | DIEHash.cpp | 168 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 D | MPIChecker.cpp | 76 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 D | NoOwnershipChangeVisitor.h | 71 static int Tag = 0; in Profile() local
|
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Markup.h | 38 StringRef Tag; member
|