Home
last modified time | relevance | path

Searched refs:Existing (Results 1 – 25 of 56) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError() argument
160 : Err(Err), ExistingReplacement(std::move(Existing)) {} in ReplacementError()
164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError() argument
166 ExistingReplacement(std::move(Existing)) {} in ReplacementError()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp218 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
226 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument
229 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult()
234 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult()
248 operator NamedDecl*() const { return Existing; } in operator NamedDecl*()
251 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*()
437 void mergeRedeclarable(Redeclarable<T> *D, T *Existing,
446 RedeclarableTemplateDecl *Existing,
930 FunctionDecl *Existing = nullptr; in VisitFunctionDecl() local
1009 Existing = ExistingInfo->getFunction(); in VisitFunctionDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp281 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
282 if (Existing) { in hasInstrProfHashMismatch()
283 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch()
H A DMachineFunction.cpp116 auto *Existing = in setUnsafeStackSize() local
119 if (!Existing || Existing->getNumOperands() != 2) in setUnsafeStackSize()
123 if (auto &N = Existing->getOperand(0)) { in setUnsafeStackSize()
125 if (auto &Op = Existing->getOperand(1)) { in setUnsafeStackSize()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp183 auto Existing = FirstIterValue.find(V); in getValueOnFirstIteration() local
184 if (Existing != FirstIterValue.end()) in getValueOnFirstIteration()
185 return Existing->second; in getValueOnFirstIteration()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp379 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
380 (void)Existing; in addSpecializationImpl()
381 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
569 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
571 (void)Existing; in AddPartialSpecialization()
572 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
1320 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
1322 (void)Existing; in AddPartialSpecialization()
1323 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local
110 return {static_cast<T*>(Existing->getNode()), false}; in getOrCreateNode()
H A DInstrProfWriter.cpp281 memprof::IndexedMemProfRecord &Existing = Iter->second; in addMemProfRecord() local
282 Existing.merge(Record); in addMemProfRecord()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenCL.cpp90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local
92 if (Existing && Existing->getSubGroupSize() != SGSize) in handleSubGroupSize()
H A DSemaAPINotes.cpp147 auto Existing = GetExistingAttr(D); in handleAPINotedAttribute() local
148 if (Existing != D->attr_end()) { in handleAPINotedAttribute()
152 S.Context, Metadata.Version, *Existing, /*IsReplacedByActive*/ true); in handleAPINotedAttribute()
154 D->getAttrs().erase(Existing); in handleAPINotedAttribute()
H A DSemaTemplateDeductionGuide.cpp718 auto Existing = DC->lookup(Name); in hasDeclaredDeductionGuides() local
719 for (auto *D : Existing) in hasDeclaredDeductionGuides()
/freebsd/crypto/openssl/doc/man7/
H A Dopenssl-core_names.h.pod17 Existing names are further described in the manuals for OpenSSL's
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp473 auto Existing = VTablePtrAuthInfos.find(Record); in getVTablePointerAuthentication() local
475 if (Existing != VTablePtrAuthInfos.end()) { in getVTablePointerAuthentication()
476 Authentication = Existing->getSecond(); in getVTablePointerAuthentication()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp494 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
495 if (Existing == ArchSubtarget.end()) in getArchSubtarget()
497 return Existing->second.get(); in getArchSubtarget()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.cpp143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local
145 Die.setAbbrevNumber(Existing->getNumber()); in uniqueAbbreviation()
146 return *Existing; in uniqueAbbreviation()
H A DAccelTable.cpp447 if (DebugNamesAbbrev *Existing = in populateAbbrevsMap() local
449 Value->setAbbrevNumber(Existing->getNumber()); in populateAbbrevsMap()
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md13 user space library APIs (libzfs.so). Existing user/kernel interfaces are
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2047 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local
2052 bool LoadedFromASTFile = Existing->IsFromModuleFile; in parseModuleDecl()
2054 bool Inferred = Existing->IsInferred; in parseModuleDecl()
2070 bool PartOfFramework = Framework || Existing->isPartOfFramework(); in parseModuleDecl()
2077 SourceMgr.getDecomposedLoc(Existing->DefinitionLoc).first; in parseModuleDecl()
2092 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl()
2093 ShadowingModule = Existing; in parseModuleDecl()
2098 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
H A DPragma.cpp924 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
925 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler()
952 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
953 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler()
955 NS = Existing->getIfNamespace(); in RemovePragmaHandler()
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod43 saved state I<es> to the thread error state. Existing entries in
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dste-dma40.txt59 Existing signal numbers for the DB8500 ASIC. Unless specified, the signals are
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1661 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
1664 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata()
1691 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
1692 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-tls.md153 record layer. Existing record layers include one for TLS, one for DTLS and one
177 Existing TLS record layers use TLS keys and IVs that are calculated using a
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1312 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local
1313 if (Existing) { in annotateFunctionWithHashMismatch()
1314 MDTuple *Tuple = cast<MDTuple>(Existing); in annotateFunctionWithHashMismatch()
/freebsd/contrib/googletest/googletest/
H A DREADME.md57 #### Incorporating Into An Existing CMake Project

123