| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Replacement.h | 159 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 D | ASTReaderDecl.cpp | 218 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 D | BasicBlockSections.cpp | 281 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 D | MachineFunction.cpp | 116 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 D | LoopDeletion.cpp | 183 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 D | DeclTemplate.cpp | 379 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 D | ItaniumManglingCanonicalizer.cpp | 109 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local 110 return {static_cast<T*>(Existing->getNode()), false}; in getOrCreateNode()
|
| H A D | InstrProfWriter.cpp | 281 memprof::IndexedMemProfRecord &Existing = Iter->second; in addMemProfRecord() local 282 Existing.merge(Record); in addMemProfRecord()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenCL.cpp | 90 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local 92 if (Existing && Existing->getSubGroupSize() != SGSize) in handleSubGroupSize()
|
| H A D | SemaAPINotes.cpp | 147 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 D | SemaTemplateDeductionGuide.cpp | 718 auto Existing = DC->lookup(Name); in hasDeclaredDeductionGuides() local 719 for (auto *D : Existing) in hasDeclaredDeductionGuides()
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | openssl-core_names.h.pod | 17 Existing names are further described in the manuals for OpenSSL's
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGPointerAuth.cpp | 473 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 D | HexagonMCTargetDesc.cpp | 494 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 D | DIE.cpp | 143 if (DIEAbbrev *Existing = in uniqueAbbreviation() local 145 Die.setAbbrevNumber(Existing->getNumber()); in uniqueAbbreviation() 146 return *Existing; in uniqueAbbreviation()
|
| H A D | AccelTable.cpp | 447 if (DebugNamesAbbrev *Existing = in populateAbbrevsMap() local 449 Value->setAbbrevNumber(Existing->getNumber()); in populateAbbrevsMap()
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | RELEASES.md | 13 user space library APIs (libzfs.so). Existing user/kernel interfaces are
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2047 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 D | Pragma.cpp | 924 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 D | OSSL_ERR_STATE_save.pod | 43 saved state I<es> to the thread error state. Existing entries in
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | ste-dma40.txt | 59 Existing signal numbers for the DB8500 ASIC. Unless specified, the signals are
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Metadata.cpp | 1661 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 D | quic-tls.md | 153 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 D | PGOInstrumentation.cpp | 1312 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 D | README.md | 57 #### Incorporating Into An Existing CMake Project
|