Searched refs:NewTag (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
| H A D | InterpreterValuePrinter.cpp | 55 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 D | ValueLattice.h | 368 ValueLatticeElementTy NewTag = variable 373 Tag = NewTag; 393 Tag = NewTag;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FalkorHWPFFix.cpp | 749 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 D | SemaDecl.cpp | 2551 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 D | Sema.h | 4260 bool isAcceptableTagRedeclaration(const TagDecl *Previous, TagTypeKind NewTag,
|