Home
last modified time | relevance | path

Searched defs:Existing (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
HDReplacement.h159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError()
164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp218 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
226 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult()
930 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local
1126 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); in VisitFunctionDecl() local
1558 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl() local
1568 if (UnnamedGlobalConstantDecl *Existing = in VisitUnnamedGlobalConstantDecl() local
1579 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local
2840 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local
2844 if (T *Existing = ExistingRes) in mergeRedeclarable() local
2869 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeLambda() local
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDBasicBlockSections.cpp281 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
HDMachineFunction.cpp116 auto *Existing = in setUnsafeStackSize() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDIdentifierResolver.cpp276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
HDSemaOpenCL.cpp90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
HDSemaAPINotes.cpp147 auto Existing = GetExistingAttr(D); in handleAPINotedAttribute() local
HDSemaTemplateDeductionGuide.cpp718 auto Existing = DC->lookup(Name); in hasDeclaredDeductionGuides() local
HDSemaDeclAttr.cpp2782 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local
3224 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local
HDSemaLookup.cpp373 const NamedDecl *Existing) { in isPreferredLookupResult()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDItaniumManglingCanonicalizer.cpp109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
HDInstrProfWriter.cpp281 memprof::IndexedMemProfRecord &Existing = Iter->second; in addMemProfRecord() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDeletion.cpp183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGPointerAuth.cpp473 auto Existing = VTablePtrAuthInfos.find(Record); in getVTablePointerAuthentication() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDIE.cpp143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
HDAccelTable.cpp447 if (DebugNamesAbbrev *Existing = in populateAbbrevsMap() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Lex/
HDPragma.cpp924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
HDModuleMap.cpp2047 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCTargetDesc.cpp494 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclTemplate.cpp379 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
1320 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
HDASTContext.cpp4796 QualType Existing = QualType(FPT, 0); in getFunctionTypeInternal() local
4984 if (DependentBitIntType *Existing = in getDependentBitIntType() local
12758 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl() local
12774 if (UnnamedGlobalConstantDecl *Existing = in getUnnamedGlobalConstantDecl() local
12796 if (TemplateParamObjectDecl *Existing = in getTemplateParamObjectDecl() local
14213 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl); in useAbbreviatedThunkName() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMetadata.cpp1661 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
1691 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLoopUtils.cpp282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDPGOInstrumentation.cpp1312 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp1238 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local
10488 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local
10514 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local
10566 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local

12