Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp55 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
195 LookupInterface(ValuePrintingInfo[NewTag], Builtin[NewTag])) in ExtractValueFromExpr()
265 Expr *Args[] = {AllocCall.get(), ValuePrintingInfo[InterfaceKind::NewTag]}; in ExtractValueFromExpr()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h368 ValueLatticeElementTy NewTag = variable
373 Tag = NewTag;
393 Tag = NewTag;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FalkorHWPFFix.cpp749 unsigned NewTag = *getTag(TRI, MI, NewLdI); in runOnLoop() local
751 if (TagMap.count(NewTag)) in runOnLoop()
795 TagMap[NewTag].push_back(&MI); in runOnLoop()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp2551 auto *NewTag = New->getAnonDeclWithTypedefName(); in MergeTypedefNameDecl() local
2553 if (OldTag && NewTag && in MergeTypedefNameDecl()
2554 OldTag->getCanonicalDecl() != NewTag->getCanonicalDecl() && in MergeTypedefNameDecl()
2568 CleanupMergedEnum(S, NewTag); in MergeTypedefNameDecl()
3205 for (const auto &NewTag : NewAbiTagAttr->tags()) { in mergeDeclAttributes() local
3206 if (!llvm::is_contained(OldAbiTagAttr->tags(), NewTag)) { in mergeDeclAttributes()
3209 << NewTag; in mergeDeclAttributes()
17285 TagTypeKind NewTag, bool isDefinition, in isAcceptableTagRedeclaration() argument
17302 if (OldTag != NewTag && in isAcceptableTagRedeclaration()
17303 !(isClassCompatTagKind(OldTag) && isClassCompatTagKind(NewTag))) in isAcceptableTagRedeclaration()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4260 bool isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag,