| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlexperiment.pod | 23 Introduced in Perl 5.10.0 39 Introduced in Perl 5.11.2 48 Introduced in Perl 5.22.0 60 Introduced in Perl 5.22.0 72 Introduced in Perl 5.26.0 89 Introduced in Perl 5.30.0. 104 Introduced in Perl 5.30.0. 117 Introduced in Perl 5.30.0. 130 Introduced in Perl 5.34.0. 140 Introduced i [all...] |
| H A D | perl5184delta.pod | 47 Introduced by
|
| H A D | perl5360delta.pod | 18 The 5.36 bundle enables the C<signatures> feature. Introduced in Perl version 32 The 5.36 bundle enables the C<isa> feature. Introduced in Perl version 5.32.0, 67 Introduced in Perl version 5.18.0, and modified several times since,
|
| H A D | perlapio.pod | 151 Introduced just after perl5.7.0, this is a re-implementation of the
|
| H A D | perl5200delta.pod | 2246 Introduced by
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 368 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local 372 Introduced); in DoEmitAvailabilityWarning() 380 << Introduced.getAsString(); in DoEmitAvailabilityWarning() 384 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning() 412 std::string Introduced = in DoEmitAvailabilityWarning() local 417 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning() 739 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local 741 if (AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability() 746 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, Ctx, in DiagnoseDeclAvailability() 757 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced) in DiagnoseDeclAvailability() [all …]
|
| H A D | SemaDeclAttr.cpp | 2375 VersionTuple Introduced, in checkAvailabilityAttr() argument 2385 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr() 2386 !(Introduced <= Deprecated)) { in checkAvailabilityAttr() 2389 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2393 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2394 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2397 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2432 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument 2436 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr() 2490 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| /openbsd-src/gnu/llvm/clang/include/clang/ExtractAPI/ |
| H A D | AvailabilityInfo.h | 33 VersionTuple Introduced; member 41 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O) {} in AvailabilityInfo()
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/ |
| H A D | AvailabilityInfo.cpp | 33 if (Availability->Introduced < Attr->getIntroduced()) in AvailabilitySet() 34 Availability->Introduced = Attr->getIntroduced(); in AvailabilitySet()
|
| /openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/ |
| H A D | Changes | 15 - Introduced magic id chaching after a suggestion by Jerry Hedden
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ReleaseNotes.rst | 540 - Introduced a new function attribute ``__attribute__((nouwtable))`` to suppress 553 - Introduced a new record declaration attribute ``__attribute__((enforce_read_only_placement))`` 558 - Introduced new attribute ``__attribute__((target_version("cpu_features")))`` 578 - Introduced ``-Wsingle-bit-bitfield-constant-conversion``, grouped under 656 - Introduced ``-Wcast-function-type-strict`` and 1142 - Introduced the new function ``clang_getUnqualifiedType``, which mimics 1144 - Introduced the new function ``clang_getNonReferenceType``, which mimics 1146 - Introduced the new function ``clang_CXXMethod_isDeleted``, which queries 1148 - Introduced the new function ``clang_CXXMethod_isCopyAssignmentOperator``, 1151 - Introduced the new function ``clang_CXXMethod_isMoveAssignmentOperator``,
|
| /openbsd-src/usr.bin/awk/ |
| H A D | FIXES | 51 Introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2143 bool Introduced) { in translateMethodKindFlags() argument 2151 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags() 2153 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags() 2594 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local 2597 if (Introduced) in lowerRecordFieldList() 2602 translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxstypemap.pod | 291 when returning a reference to an SV*. Introduced in perl 5.15.4. 306 when returning an AV*. Introduced in perl 5.15.4. 321 when returning an HV*. Introduced in perl 5.15.4. 340 when returning an HV*. Introduced in perl 5.15.4.
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 185 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 190 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
| H A D | Sema.h | 3635 VersionTuple Introduced, VersionTuple Deprecated,
|
| /openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 175 serializeSemanticVersion(AvailInfo.Introduced)); in serializeAvailability()
|
| /openbsd-src/gnu/llvm/clang/include/clang-c/ |
| H A D | Index.h | 2299 CXVersion Introduced; member
|
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1104 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1255 Index = Introduced; in ParseAvailabilityAttribute() 1292 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute() 1312 Changes[Introduced], in ParseAvailabilityAttribute()
|
| /openbsd-src/lib/libexpat/ |
| H A D | Changes | 1229 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1 1433 - Introduced an XMLCALL macro to control the calling
|
| /openbsd-src/gnu/llvm/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 873 printVersion(", introduced=", PlatformAvailability[I].Introduced); in PrintCursor()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CIndex.cpp | 8405 availability[Avail.index()].Introduced = in clang_getCursorPlatformAvailability()
|
| /openbsd-src/gnu/usr.bin/texinfo/doc/ |
| H A D | texinfo.txi | 648 * Headings Introduced:: Conventions for using page headings. 18971 * Headings Introduced:: Conventions for using page headings. 18977 @node Headings Introduced 18978 @section Headings Introduced
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1991 | 2864 (3) Introduced *some* use of [] for optional arguments, where
|
| H A D | ChangeLog-1998 | 496 * config/pa/nm-hppah.h: Introduced an HPUXHPPA define.
|