Home
last modified time | relevance | path

Searched refs:Introduced (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlexperiment.pod23 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 Dperl5184delta.pod47 Introduced by
H A Dperl5360delta.pod18 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 Dperlapio.pod151 Introduced just after perl5.7.0, this is a re-implementation of the
H A Dperl5200delta.pod2246 Introduced by
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAvailability.cpp368 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 DSemaDeclAttr.cpp2375 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 DAvailabilityInfo.h33 VersionTuple Introduced; member
41 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O) {} in AvailabilityInfo()
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DAvailabilityInfo.cpp33 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 DChanges15 - Introduced magic id chaching after a suggestion by Jerry Hedden
/openbsd-src/gnu/llvm/clang/docs/
H A DReleaseNotes.rst540 - 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 DFIXES51 Introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2143 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 Dperlxstypemap.pod291 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 DParsedAttr.h185 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData()
190 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
H A DSema.h3635 VersionTuple Introduced, VersionTuple Deprecated,
/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp175 serializeSemanticVersion(AvailInfo.Introduced)); in serializeAvailability()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h2299 CXVersion Introduced; member
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp1104 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 DChanges1229 #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 Dc-index-test.c873 printVersion(", introduced=", PlatformAvailability[I].Introduced); in PrintCursor()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8405 availability[Avail.index()].Introduced = in clang_getCursorPlatformAvailability()
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.txi648 * 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 DChangeLog-19912864 (3) Introduced *some* use of [] for optional arguments, where
H A DChangeLog-1998496 * config/pa/nm-hppah.h: Introduced an HPUXHPPA define.

12