/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 262 static DeclMatchKind compareDeclarations(NamedDecl *Existing, NamedDecl *New) { in compareDeclarations() argument 264 if (Existing == New) in compareDeclarations() 268 if (Existing->getKind() != New->getKind()) in compareDeclarations() 272 if (Existing->getCanonicalDecl() == New->getCanonicalDecl()) { in compareDeclarations() 275 if (Existing->isFromASTFile() && New->isFromASTFile()) in compareDeclarations() 279 Decl *MostRecent = Existing->getMostRecentDecl(); in compareDeclarations() 280 if (Existing == MostRecent) in compareDeclarations() 289 if (RD == Existing) in compareDeclarations()
|
H A D | SemaDeclAttr.cpp | 2926 WorkGroupAttr *Existing = D->getAttr<WorkGroupAttr>(); in handleWorkGroupSize() local 2927 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize() 2928 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize() 2929 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize() 2948 OpenCLIntelReqdSubGroupSizeAttr *Existing = in handleSubGroupSize() local 2950 if (Existing && Existing->getSubGroupSize() != SGSize) in handleSubGroupSize() 3185 MinVectorWidthAttr *Existing = D->getAttr<MinVectorWidthAttr>(); in handleMinVectorWidthAttr() local 3186 if (Existing && Existing->getVectorWidth() != VecWidth) { in handleMinVectorWidthAttr()
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 208 NamedDecl *Existing = nullptr; member in clang::ASTDeclReader::FindExistingResult 216 FindExistingResult(ASTReader &Reader, NamedDecl *New, NamedDecl *Existing, in FindExistingResult() argument 219 : Reader(Reader), New(New), Existing(Existing), AddResult(true), in FindExistingResult() 224 : Reader(Other.Reader), New(Other.New), Existing(Other.Existing), in FindExistingResult() 238 operator NamedDecl*() const { return Existing; } in operator NamedDecl*() 241 operator T*() const { return dyn_cast_or_null<T>(Existing); } in operator T*() 418 void mergeRedeclarable(Redeclarable<T> *D, T *Existing, 428 RedeclarableTemplateDecl *Existing, 1383 if (MSGuidDecl *Existing = Reader.getContext().MSGuidDecls.GetOrInsertNode(D)) in VisitMSGuidDecl() local 1384 Reader.getContext().setPrimaryMergedDecl(D, Existing->getCanonicalDecl()); in VisitMSGuidDecl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | BasicBlockSections.cpp | 331 auto *Existing = MF.getFunction().getMetadata(LLVMContext::MD_annotation); in hasInstrProfHashMismatch() local 332 if (Existing) { in hasInstrProfHashMismatch() 333 MDTuple *Tuple = cast<MDTuple>(Existing); in hasInstrProfHashMismatch()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 326 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl() local 327 (void)Existing; in addSpecializationImpl() 328 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 545 ClassTemplatePartialSpecializationDecl *Existing in AddPartialSpecialization() local 547 (void)Existing; in AddPartialSpecialization() 548 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization() 1219 VarTemplatePartialSpecializationDecl *Existing = in AddPartialSpecialization() local 1221 (void)Existing; in AddPartialSpecialization() 1222 assert(Existing->isCanonicalDecl() && "Non-canonical specialization?"); in AddPartialSpecialization()
|
H A D | ASTContext.cpp | 4262 QualType Existing = QualType(FPT, 0); in getFunctionTypeInternal() local 4271 return Existing; in getFunctionTypeInternal() 4276 Canonical = getCanonicalType(Existing); in getFunctionTypeInternal() 4446 if (DependentExtIntType *Existing = in getDependentExtIntType() local 4448 return QualType(Existing, 0); in getDependentExtIntType() 11252 if (MSGuidDecl *Existing = MSGuidDecls.FindNodeOrInsertPos(ID, InsertPos)) in getMSGuidDecl() local 11253 return Existing; in getMSGuidDecl() 11273 if (TemplateParamObjectDecl *Existing = in getTemplateParamObjectDecl() local 11275 return Existing; in getTemplateParamObjectDecl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ItaniumManglingCanonicalizer.cpp | 108 if (NodeHeader *Existing = Nodes.FindNodeOrInsertPos(ID, InsertPos)) in getOrCreateNode() local 109 return {static_cast<T*>(Existing->getNode()), false}; in getOrCreateNode()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCTargetDesc.cpp | 413 auto Existing = ArchSubtarget.find(std::string(STI->getCPU())); in getArchSubtarget() local 414 if (Existing == ArchSubtarget.end()) in getArchSubtarget() 416 return Existing->second.get(); in getArchSubtarget()
|
/netbsd-src/external/zlib/pigz/dist/zopfli/ |
H A D | README | 20 This library can only compress, not decompress. Existing zlib or deflate
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/ |
H A D | openssl-core_names.h.pod | 17 Existing names are further described in the manuals for OpenSSL's
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 153 if (DIEAbbrev *Existing = in uniqueAbbreviation() local 155 Die.setAbbrevNumber(Existing->getNumber()); in uniqueAbbreviation() 156 return *Existing; in uniqueAbbreviation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Pragma.cpp | 904 if (PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace)) { in AddPragmaHandler() local 905 InsertNS = Existing->getIfNamespace(); in AddPragmaHandler() 932 PragmaHandler *Existing = PragmaHandlers->FindHandler(Namespace); in RemovePragmaHandler() local 933 assert(Existing && "Namespace containing handler does not exist!"); in RemovePragmaHandler() 935 NS = Existing->getIfNamespace(); in RemovePragmaHandler()
|
H A D | ModuleMap.cpp | 1949 if (Module *Existing = Map.lookupModuleQualified(ModuleName, ActiveModule)) { in parseModuleDecl() local 1954 bool LoadedFromASTFile = Existing->DefinitionLoc.isInvalid(); in parseModuleDecl() 1961 SourceMgr.getDecomposedLoc(Existing->DefinitionLoc).first; in parseModuleDecl() 1975 if (!Existing->Parent && Map.mayShadowNewModule(Existing)) { in parseModuleDecl() 1976 ShadowingModule = Existing; in parseModuleDecl() 1981 Diags.Report(Existing->DefinitionLoc, diag::note_mmap_prev_definition); in parseModuleDecl()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
H A D | ExtendedCXX03Support.rst | 44 The C++11 extensions libc++ provides in C++03 are currently undergoing change. Existing extensions
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Metadata.cpp | 1346 auto *Existing = getMetadata(LLVMContext::MD_annotation); in addAnnotationMetadata() local 1349 if (Existing) { in addAnnotationMetadata() 1350 auto *Tuple = cast<MDTuple>(Existing); in addAnnotationMetadata()
|
/netbsd-src/external/gpl2/xcvs/dist/acl/ |
H A D | README | 152 -r rev Existing revision/tag. 157 -r rev Existing revision/tag.
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-2.5 | 122 useful. Existing logfile parser regular expressions may need 337 useful. Existing logfile parser regular expressions may need
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | PGOInstrumentation.cpp | 1256 auto *Existing = F.getMetadata(LLVMContext::MD_annotation); in annotateFunctionWithHashMismatch() local 1257 if (Existing) { in annotateFunctionWithHashMismatch() 1258 MDTuple *Tuple = cast<MDTuple>(Existing); in annotateFunctionWithHashMismatch()
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | appendix-ldap-result-codes.sdf | 38 Existing LDAP result codes are described as follows:
|
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/ |
H A D | rfc2195.txt | 39 Existing Proposed Standards specify an AUTHENTICATE mechanism for the
|
/netbsd-src/distrib/sparc/ |
H A D | install.md | 365 This release uses the ELF binary object format. Existing (a.out) binaries
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 347 for (const MDOperand &Existing : drop_begin(OrigLoopID->operands())) { in makeFollowupLoopID() local 348 MDNode *Op = cast<MDNode>(Existing.get()); in makeFollowupLoopID()
|
/netbsd-src/distrib/amiga/miniroot/ |
H A D | install.md | 415 This release uses the ELF binary object format. Existing (a.out) binaries
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
H A D | llvm-ar.rst | 300 * Existing archives can not be modified.
|