/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError() 164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 218 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/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 281 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
|
H A D | MachineFunction.cpp | 116 auto *Existing = in setUnsafeStackSize() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenCL.cpp | 90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
|
H A D | SemaAPINotes.cpp | 147 auto Existing = GetExistingAttr(D); in handleAPINotedAttribute() local
|
H A D | SemaTemplateDeductionGuide.cpp | 718 auto Existing = DC->lookup(Name); in hasDeclaredDeductionGuides() local
|
H A D | SemaDeclAttr.cpp | 2782 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local 3224 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local
|
H A D | SemaLookup.cpp | 373 const NamedDecl *Existing) { in isPreferredLookupResult()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
|
H A D | InstrProfWriter.cpp | 281 memprof::IndexedMemProfRecord &Existing = Iter->second; in addMemProfRecord() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGPointerAuth.cpp | 473 auto Existing = VTablePtrAuthInfos.find(Record); in getVTablePointerAuthentication() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
|
H A D | AccelTable.cpp | 447 if (DebugNamesAbbrev *Existing = in populateAbbrevsMap() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Pragma.cpp | 924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
|
H A D | ModuleMap.cpp | 2047 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 379 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 1320 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
|
H A D | ASTContext.cpp | 4796 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/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 494 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1661 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local 1691 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1312 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1238 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
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5038 MDNode *Existing = BB->getTerminator()->getMetadata(LLVMContext::MD_loop); in addBasicBlockMetadata() local
|