Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAvailability.h67 VersionTuple Introduced; member
102 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo()
115 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted,
118 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAvailability.cpp444 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local
460 Introduced, EnvironmentMatchesOrNone); in DoEmitAvailabilityWarning()
463 << Introduced.getAsString() << UseEnvironment in DoEmitAvailabilityWarning()
468 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning()
501 std::string Introduced = in DoEmitAvailabilityWarning() local
506 "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning()
854 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local
856 if (EnvironmentMatchesOrNone && AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability()
861 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, in DiagnoseDeclAvailability()
877 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced, in DiagnoseDeclAvailability()
[all …]
HDSemaHLSL.cpp848 VersionTuple Introduced = AA->getIntroduced(); in CheckDeclAvailability() local
852 if (TargetVersion >= Introduced && EnvironmentMatches) in CheckDeclAvailability()
869 << Range << D << PlatformName << Introduced.getAsString() in CheckDeclAvailability()
877 << D << PlatformName << Introduced.getAsString() in CheckDeclAvailability()
HDSemaDeclAttr.cpp2019 VersionTuple Introduced, in checkAvailabilityAttr() argument
2029 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr()
2030 !(Introduced <= Deprecated)) { in checkAvailabilityAttr()
2033 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
2037 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr()
2038 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr()
2041 << 0 << Introduced.getAsString(); in checkAvailabilityAttr()
2076 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument
2080 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr()
2140 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr()
[all …]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDParsedAttr.h74 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData()
80 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
HDSema.h4507 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDCodeViewDebug.cpp2176 bool Introduced) { in translateMethodKindFlags() argument
2184 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags()
2186 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags()
2627 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local
2630 if (Introduced) in lowerRecordFieldList()
2635 translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel-bio.m4244 dnl # Introduced by torvalds/linux@4246a0b63bd8f56a1469b12eafeb875b1041a451
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
HDSymbolGraphSerializer.cpp182 serializeSemanticVersion(Avail.Introduced)); in serializeAvailability()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
HDIndex.h2473 CXVersion Introduced; member
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
HDParseDecl.cpp1304 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
1464 Index = Introduced; in ParseAvailabilityAttribute()
1501 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute()
1519 ScopeLoc, Platform, Changes[Introduced], Changes[Deprecated], in ParseAvailabilityAttribute()
/freebsd-13-stable/contrib/mandoc/
HDTODO491 space, see for example random(3). Introduced in
/freebsd-13-stable/contrib/expat/
HDChanges1348 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1
1552 - Introduced an XMLCALL macro to control the calling
/freebsd-13-stable/contrib/ntp/sntp/libevent/
HDChangeLog-2.0876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
/freebsd-13-stable/contrib/libevent/
HDChangeLog-2.0876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
/freebsd-13-stable/sys/contrib/dev/acpica/
HDchanges.txt638 Introduced acpi_dispatch_gpe() as a wrapper around AcpiEvDetectGpe() for
8284 Introduced in commit ae7d6fd: Properly handle externals with parent-
10624 exist, no error message was emitted. (Introduced with wildcard support in
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog5345 - Introduced client-subnet-always-forward config option
/freebsd-13-stable/contrib/ncurses/misc/
HDterminfo.src24746 # * Introduced klone+* entries for describing Intel-console behavior.
/freebsd-13-stable/contrib/ntp/
HDCommitLog40546 Introduced some dedicated function types simplifying use with function pointers.