Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp243 TrieNode *Existing = S->get(Index); in find() local
244 if (!Existing) in find()
248 if (auto *ExistingContent = dyn_cast<TrieContent>(Existing)) in find()
254 S = cast<TrieSubtrie>(Existing); in find()
280 TrieNode &Existing = S->get(Index).loadOrGenerate([&]() { in insert() local
296 return PointerBase(cast<TrieContent>(Existing).getValuePointer()); in insert()
298 if (auto *ST = dyn_cast<TrieSubtrie>(&Existing)) { in insert()
305 auto &ExistingContent = cast<TrieContent>(Existing); in insert()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslexternal.c201 ACPI_PARSE_OBJECT *Existing; in ExDoExternal() local
275 Existing = AslGbl_ExternalsListHead; in ExDoExternal()
276 while (Existing && NewPath) in ExDoExternal()
278 ExistingNameOp = Existing->Asl.Child->Asl.Child; in ExDoExternal()
293 ExistingArgCount = Existing->Asl.Child->Asl.Child->Asl.Next->Asl.Next; in ExDoExternal()
306 Existing = Existing->Asl.Next; in ExDoExternal()
/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.cpp117 void mergeRedeclarableImpl(Redeclarable<T> *D, T *Existing,
121 void mergeRedeclarable(Redeclarable<T> *D, T *Existing, in mergeRedeclarable() argument
124 D, Existing, Redecl.isKeyDecl() ? Redecl.getFirstID() : GlobalDeclID()); in mergeRedeclarable()
128 RedeclarableTemplateDecl *Existing, bool IsKeyDecl);
231 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult
239 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument
242 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult()
247 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult()
261 operator NamedDecl *() const { return Existing; } in operator NamedDecl*()
264 return dyn_cast_or_null<T>(Existing); in operator T*()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp284 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local
285 if (Existing) { in hasInstrProfHashMismatch()
286 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/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp213 if (ContextNode *Existing = Data.FlatCtx) in getFlatProfile() local
214 return Existing; in getFlatProfile()
221 if (ContextNode *Existing = Data.FlatCtx) in getFlatProfile() local
222 return Existing; in getFlatProfile()
/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/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.cpp248 memprof::IndexedMemProfRecord &Existing = Iter->second; in addMemProfRecord() local
249 Existing.merge(NewRecord); in addMemProfRecord()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp428 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local
429 (void)Existing; in addSpecializationImpl()
430 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl()
608 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local
610 (void)Existing; in AddPartialSpecialization()
611 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
1368 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local
1370 (void)Existing; in AddPartialSpecialization()
1371 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
/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.cpp145 auto Existing = GetExistingAttr(D); in handleAPINotedAttribute() local
146 if (Existing != D->attr_end()) { in handleAPINotedAttribute()
150 S.Context, Metadata.Version, *Existing, /*IsReplacedByActive*/ true); in handleAPINotedAttribute()
152 D->getAttrs().erase(Existing); in handleAPINotedAttribute()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1711 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in handleModuleDecl() local
1716 bool LoadedFromASTFile = Existing->IsFromModuleFile; in handleModuleDecl()
1718 bool Inferred = Existing->IsInferred; in handleModuleDecl()
1734 bool PartOfFramework = MD.Framework || Existing->isPartOfFramework(); in handleModuleDecl()
1741 SourceMgr.getDecomposedLoc(Existing->DefinitionLoc).first; in handleModuleDecl()
1744 bool SameModuleDecl = ModuleNameLoc == Existing->DefinitionLoc; in handleModuleDecl()
1752 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in handleModuleDecl()
1753 ShadowingModule = Existing; in handleModuleDecl()
1758 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in handleModuleDecl()
H A DPragma.cpp917 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local
918 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler()
945 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local
946 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler()
948 NS = Existing->getIfNamespace(); in RemovePragmaHandler()
/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/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.cpp446 if (DebugNamesAbbrev *Existing = in populateAbbrevsMap() local
448 Value->setAbbrevNumber(Existing->getNumber()); in populateAbbrevsMap()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGPointerAuth.cpp610 auto Existing = VTablePtrAuthInfos.find(Record); in getVTablePointerAuthentication() local
612 if (Existing != VTablePtrAuthInfos.end()) { in getVTablePointerAuthentication()
613 Authentication = Existing->getSecond(); in getVTablePointerAuthentication()
/freebsd/sys/contrib/openzfs/
H A DRELEASES.md13 user space library APIs (libzfs.so). Existing user/kernel interfaces are
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp528 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local
529 if (Existing == ArchSubtarget.end()) in getArchSubtarget()
531 return Existing->second.get(); in getArchSubtarget()
/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/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/IR/
H A DMetadata.cpp1725 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
1728 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata()
1755 if (auto *Existing = getMetadata(LLVMContext::MD_annotation)) { in addAnnotationMetadata() local
1756 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata()

123