/freebsd-src/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-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 229 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() argument 221 NamedDecl *Existing = nullptr; global() member in clang::ASTDeclReader::FindExistingResult 944 FunctionDecl *Existing = nullptr; VisitFunctionDecl() local 1133 auto *Existing = cast_or_null<FunctionDecl>(Redecl.getKnownMergeTarget()); VisitFunctionDecl() local 1566 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) VisitMSGuidDecl() local 1576 if (UnnamedGlobalConstantDecl *Existing = VisitUnnamedGlobalConstantDecl() local 1587 if (TemplateParamObjectDecl *Existing = VisitTemplateParamObjectDecl() local 2854 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeRedeclarable() local 2858 if (T *Existing = ExistingRes) mergeRedeclarable() local 2883 if (auto *Existing = Redecl.getKnownMergeTarget()) mergeLambda() local 2917 mergeTemplatePattern(RedeclarableTemplateDecl * D,RedeclarableTemplateDecl * Existing,bool IsKeyDecl) mergeTemplatePattern() argument 2959 mergeRedeclarable(Redeclarable<T> * DBase,T * Existing,RedeclarableResult & Redecl) mergeRedeclarable() argument 3044 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 4348 ObjCCategoryDecl *&Existing = NameCategoryMap[Cat->getDeclName()]; add() local [all...] |
H A D | ASTReader.cpp | 682 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; checkPreprocessorOptions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 272 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); hasInstrProfHashMismatch() local
|
H A D | MachineFunction.cpp | 116 auto *Existing = in setUnsafeStackSize() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 276 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
|
H A D | SemaDeclAttr.cpp | 3242 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); handleWorkGroupSize() local 3264 OpenCLIntelReqdSubGroupSizeAttr *Existing = handleSubGroupSize() local 3723 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); handleMinVectorWidthAttr() local
|
H A D | SemaLookup.cpp | 371 isPreferredLookupResult(Sema & S,Sema::LookupNameKind Kind,const NamedDecl * D,const NamedDecl * Existing) isPreferredLookupResult() argument
|
H A D | SemaTemplate.cpp | 2742 auto Existing = DC->lookup(Transform.DeductionGuideName); DeclareImplicitDeductionGuides() local
|
H A D | SemaDeclCXX.cpp | 15356 CXXBaseSpecifier *&Existing = checkMoveAssignmentForRepeatedMove() local
|
/freebsd-src/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 | 275 memprof::IndexedMemProfRecord &Existing = Result.first->second; addMemProfRecord() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 378 EntryType *Existing = Specializations.GetOrInsertNode(Entry); addSpecializationImpl() local 568 ClassTemplatePartialSpecializationDecl *Existing AddPartialSpecialization() local 1284 VarTemplatePartialSpecializationDecl *Existing = AddPartialSpecialization() local
|
H A D | ASTContext.cpp | 4385 QualType Existing = QualType(FPT, 0); getFunctionTypeInternal() local 4569 if (DependentBitIntType *Existing = getDependentBitIntType() local 12266 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) getMSGuidDecl() local 12282 if (UnnamedGlobalConstantDecl *Existing = getUnnamedGlobalConstantDecl() local 12304 if (TemplateParamObjectDecl *Existing = getTemplateParamObjectDecl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); getArchSubtarget() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 147 if (DIEAbbrev *Existing = uniqueAbbreviation() local
|
/freebsd-src/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 | 2041 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { parseModuleDecl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1652 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local 1682 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { addAnnotationMetadata() local
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1258 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); annotateFunctionWithHashMismatch() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1233 SDNode *Existing = CSEMap.GetOrInsertNode(N); AddModifiedNodeToCSEMaps() local 10151 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) UpdateNodeOperands() local 10177 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) UpdateNodeOperands() local 10229 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) UpdateNodeOperands() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 3506 MDNode *Existing = BB->getTerminator()->getMetadata(LLVMContext::MD_loop); addBasicBlockMetadata() local
|