| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 364 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local 368 Introduced); in DoEmitAvailabilityWarning() 376 << Introduced.getAsString(); in DoEmitAvailabilityWarning() 380 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning() 408 std::string Introduced = in DoEmitAvailabilityWarning() local 413 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning() 749 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local 751 if (AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability() 756 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, Ctx, in DiagnoseDeclAvailability() 767 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced) in DiagnoseDeclAvailability() [all …]
|
| H A D | SemaDeclAttr.cpp | 2229 VersionTuple Introduced, in checkAvailabilityAttr() argument 2239 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr() 2240 !(Introduced <= Deprecated)) { in checkAvailabilityAttr() 2243 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2247 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2248 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2251 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2286 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument 2290 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr() 2344 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2017 bool Introduced) { in translateMethodKindFlags() argument 2025 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags() 2027 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags() 2466 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local 2469 if (Introduced) in lowerRecordFieldList() 2474 translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 160 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 165 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
| H A D | Sema.h | 3292 VersionTuple Introduced, VersionTuple Deprecated,
|
| /netbsd-src/external/ibm-public/postfix/dist/ |
| H A D | RELEASE_NOTES-2.10 | 236 and TLSv1.2 protocols. Introduced with OpenSSL version 1.0.1, these
|
| H A D | TLS_CHANGES | 1215 - Introduced new entropy sources for single daemons: 1287 - Introduced new configuration parameter "smtpd_tls_wrappermode" that 1341 - Introduced a workaround into Postfix/TLS: if the padding error is found, 1420 - Introduced special timeout values for the TLS negotiation stage, as the 2350 - Introduced variables to control client STARTTLS to configuration. 2388 - Introduced pfixtls_print_errors() which imitates BIO_print_errors()
|
| /netbsd-src/external/mit/expat/dist/ |
| H A D | Changes | 803 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1 1007 - Introduced an XMLCALL macro to control the calling
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4515.txt | 483 Introduced the "valueencoding" and associated "normal" and "escaped"
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/ |
| H A D | Index.h | 2894 CXVersion Introduced; member
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1032 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1183 Index = Introduced; in ParseAvailabilityAttribute() 1220 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute() 1240 Changes[Introduced], in ParseAvailabilityAttribute()
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | TODO | 354 space, see for example random(3). Introduced in
|
| /netbsd-src/external/lgpl3/mpfr/dist/ |
| H A D | acinclude.m4 | 1582 dnl Introduced in gcc 2.2, but perhaps not in all Apple derived versions.
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 871 printVersion(", introduced=", PlatformAvailability[I].Introduced); in PrintCursor()
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | signing.rst | |
| /netbsd-src/external/gpl2/rcs/dist/src/ |
| H A D | ChangeLog | 1705 getfullRCSname() to rcsfnms.c. Introduced macro SNOOP so that snoop
|
| /netbsd-src/external/gpl2/groff/dist/ |
| H A D | ChangeLog.117 | 924 Introduced simple html tables to implement indentation.
|
| /netbsd-src/crypto/dist/ipsec-tools/ |
| H A D | ChangeLog.old | 383 Introduced subnet sainfo type.
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | acinclude.m4 | 3192 dnl Introduced in gcc 2.2, but perhaps not in all Apple derived versions.
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8113 availability[Avail.index()].Introduced = in clang_getCursorPlatformAvailability()
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2018 | 319 * elf32-arc.c (elf_arc_check_relocs): Introduced warning to
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-2018 | 319 * elf32-arc.c (elf_arc_check_relocs): Introduced warning to
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-2018 | 319 * elf32-arc.c (elf_arc_check_relocs): Introduced warning to
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2018 | 319 * elf32-arc.c (elf_arc_check_relocs): Introduced warning to
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | configure.ac | 5719 # Introduced in Solaris 11.2.
|