Home
last modified time | relevance | path

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

12

/llvm-project/polly/unittests/DeLICM/
H A DDeLICMTest.cpp158 bool checkIsConflictingNonsymmetricKnown(KnowledgeStr Existing, in checkIsConflictingNonsymmetricKnown()
179 bool checkIsConflictingNonsymmetric(KnowledgeStr Existing, in checkIsConflictingNonsymmetric()
200 bool checkIsConflicting(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflicting()
210 bool checkIsConflictingKnown(KnowledgeStr Existing, KnowledgeStr Proposed) { in checkIsConflictingKnown()
/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError()
164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp218 NamedDecl *Existing = nullptr; global() member in clang::ASTDeclReader::FindExistingResult
226 FindExistingResult(ASTReader & Reader,NamedDecl * New,NamedDecl * Existing,unsigned AnonymousDeclNumber,IdentifierInfo * TypedefNameForLinkage) FindExistingResult() argument
936 FunctionDecl *Existing = nullptr; VisitFunctionDecl() local
1135 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); VisitFunctionDecl() local
1567 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) VisitMSGuidDecl() local
1577 if (UnnamedGlobalConstantDecl *Existing = VisitUnnamedGlobalConstantDecl() local
1588 if (TemplateParamObjectDecl *Existing = VisitTemplateParamObjectDecl() local
2858 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeRedeclarable() local
2862 if (T *Existing = ExistingRes) mergeRedeclarable() local
2887 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeLambda() local
2921 mergeTemplatePattern(RedeclarableTemplateDecl * D,RedeclarableTemplateDecl * Existing,bool IsKeyDecl) mergeTemplatePattern() argument
2963 mergeRedeclarable(Redeclarable<T> * DBase,T * Existing,RedeclarableResult & Redecl) mergeRedeclarable() argument
3048 if (T *Existing = ExistingRes) mergeMergeable() local
3468 if (auto *Existing = getAnonymousDeclForMerging( findExisting() local
3501 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local
3509 if (NamedDecl *Existing = getDeclForMerging(*I, TypedefNameForLinkage)) findExisting() local
4404 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; add() local
[all...]
/llvm-project/clang-tools-extra/clangd/indexer/
H A DIndexerMain.cpp74 if (const auto *Existing = Symbols.find(Sym.ID)) in create() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseDefaultMemberInitCheck.cpp235 else if (const auto *Existing = in check() local
/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp281 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); hasInstrProfHashMismatch() local
H A DMachineFunction.cpp116 auto *Existing = in setUnsafeStackSize() local
/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp257 auto Existing = VTablePtrAuthInfos.find(Record); getVTablePointerAuthentication() local
/llvm-project/clang/lib/Sema/
H A DIdentifierResolver.cpp276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
H A DSemaOpenCL.cpp90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
H A DSemaAPINotes.cpp147 auto Existing = GetExistingAttr(D); handleAPINotedAttribute() local
/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
H A DInstrProfWriter.cpp281 memprof::IndexedMemProfRecord &Existing = Iter->second; addMemProfRecord() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
/llvm-project/polly/lib/Transform/
H A DDeLICM.cpp337 static bool isConflicting(const Knowledge &Existing, in isConflicting() argument
1522 Knowledge Existing(std::move(ExistingOccupied), std::move(ExistingUnused), isConflicting() local
[all...]
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
H A DAccelTable.cpp447 if (DebugNamesAbbrev *Existing = populateAbbrevsMap() local
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp487 if (DebugNamesAbbrev *Existing = populateAbbrevsMap() local
/llvm-project/clang/lib/Lex/
H A DPragma.cpp924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { AddPragmaHandler() local
952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); RemovePragmaHandler() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp496 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); getArchSubtarget() local
/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp379 EntryType *Existing = Specializations.GetOrInsertNode(Entry); addSpecializationImpl() local
569 ClassTemplatePartialSpecializationDecl *Existing AddPartialSpecialization() local
1320 VarTemplatePartialSpecializationDecl *Existing = AddPartialSpecialization() local
H A DASTContext.cpp4508 QualType Existing = QualType(FPT, 0); getFunctionTypeInternal() local
4694 if (DependentBitIntType *Existing = getDependentBitIntType() local
12482 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) getMSGuidDecl() local
12498 if (UnnamedGlobalConstantDecl *Existing = getUnnamedGlobalConstantDecl() local
12520 if (TemplateParamObjectDecl *Existing = getTemplateParamObjectDecl() local
13937 auto Existing = ThunksToBeAbbreviated.find(VirtualMethodDecl); useAbbreviatedThunkName() local
[all...]
/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1660 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
1690 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.cpp192 auto Existing = findByKey(K); in take() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local

12