Home
last modified time | relevance | path

Searched refs:NewTag (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h370 ValueLatticeElementTy NewTag = variable
375 Tag = NewTag;
395 Tag = NewTag;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp755 unsigned NewTag = *getTag(TRI, MI, NewLdI); in runOnLoop() local
757 if (TagMap.count(NewTag)) in runOnLoop()
801 TagMap[NewTag].push_back(&MI); in runOnLoop()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DInterpreter.h170 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp614 if (!LookupInterface(ValuePrintingInfo[NewTag], in FindRuntimeInterface()
615 MagicRuntimeInterface[NewTag])) in FindRuntimeInterface()
793 B->Interp.getValuePrintingInfo()[Interpreter::InterfaceKind::NewTag]}; in transformForValuePrinting()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2533 auto *NewTag = New->getAnonDeclWithTypedefName(); in MergeTypedefNameDecl() local
2535 if (OldTag && NewTag && in MergeTypedefNameDecl()
2536 OldTag->getCanonicalDecl() != NewTag->getCanonicalDecl() && in MergeTypedefNameDecl()
2552 if (isa<EnumDecl>(NewTag)) { in MergeTypedefNameDecl()
2554 for (auto *D : NewTag->decls()) { in MergeTypedefNameDecl()
3149 for (const auto &NewTag : NewAbiTagAttr->tags()) { in mergeDeclAttributes() local
3150 if (!llvm::is_contained(OldAbiTagAttr->tags(), NewTag)) { in mergeDeclAttributes()
3153 << NewTag; in mergeDeclAttributes()
16796 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration() argument
16813 if (OldTag != NewTag && in isAcceptableTagRedeclaration()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h3859 bool isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag,