/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 209 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult 217 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() 898 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local 1536 if (UnnamedGlobalConstantDecl *Existing = in VisitUnnamedGlobalConstantDecl() local 1547 if (TemplateParamObjectDecl *Existing = in VisitTemplateParamObjectDecl() local 2736 if (auto *Existing = Redecl.getKnownMergeTarget()) in mergeRedeclarable() local 2740 if (T *Existing = ExistingRes) in mergeRedeclarable() local 2806 void ASTDeclReader::mergeRedeclarable(Redeclarable<T> *DBase, T *Existing, in mergeRedeclarable() 2891 if (T *Existing = ExistingRes) in mergeMergeable() local 3303 if (auto *Existing = getAnonymousDeclForMerging( in findExisting() local [all …]
|
H A D | ASTReader.cpp | 660 std::pair<StringRef, bool> Existing = ExistingMacros[MacroName]; in checkPreprocessorOptions() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 299 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
|
H A D | MachineFunction.cpp | 114 auto *Existing = in setUnsafeStackSize() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 268 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations()
|
H A D | SemaDeclAttr.cpp | 3212 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local 3234 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local 3672 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local
|
H A D | SemaLookup.cpp | 370 NamedDecl *D, NamedDecl *Existing) { in isPreferredLookupResult()
|
H A D | SemaTemplate.cpp | 2584 auto Existing = DC->lookup(Transform.DeductionGuideName); in DeclareImplicitDeductionGuides() local
|
H A D | SemaDeclCXX.cpp | 14905 CXXBaseSpecifier *&Existing = in checkMoveAssignmentForRepeatedMove() local
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | ItaniumManglingCanonicalizer.cpp | 107 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LoopDeletion.cpp | 185 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
|
/openbsd/gnu/llvm/clang/lib/Lex/ |
H A D | Pragma.cpp | 913 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 941 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
|
H A D | ModuleMap.cpp | 2004 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 345 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 1301 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
|
H A D | ASTContext.cpp | 4408 QualType Existing = QualType(FPT, 0); in getFunctionTypeInternal() local 4591 if (DependentBitIntType *Existing = in getDependentBitIntType() local 12124 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl() local 12140 if (UnnamedGlobalConstantDecl *Existing = in getUnnamedGlobalConstantDecl() local 12162 if (TemplateParamObjectDecl *Existing = in getTemplateParamObjectDecl() local
|
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 460 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 147 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
|
/openbsd/gnu/llvm/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 264 memprof::IndexedMemProfRecord &Existing = Result.first->second; in addMemProfRecord() local
|
/openbsd/gnu/llvm/llvm/lib/IR/ |
H A D | Metadata.cpp | 1481 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 282 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1230 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1191 SDNode *Existing = CSEMap.GetOrInsertNode(N); in AddModifiedNodeToCSEMaps() local 9563 if (SDNode *Existing = FindModifiedNodeSlot(N, Op, InsertPos)) in UpdateNodeOperands() local 9589 if (SDNode *Existing = FindModifiedNodeSlot(N, Op1, Op2, InsertPos)) in UpdateNodeOperands() local 9641 if (SDNode *Existing = FindModifiedNodeSlot(N, Ops, InsertPos)) in UpdateNodeOperands() local
|
/openbsd/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 2944 MDNode *Existing = BB->getTerminator()->getMetadata(LLVMContext::MD_loop); in addBasicBlockMetadata() local
|