| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Availability.h | 67 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/ |
| HD | SemaAvailability.cpp | 444 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 …]
|
| HD | SemaHLSL.cpp | 848 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()
|
| HD | SemaDeclAttr.cpp | 2019 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/ |
| HD | ParsedAttr.h | 74 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 80 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
| HD | Sema.h | 4507 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| HD | CodeViewDebug.cpp | 2176 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/ |
| HD | kernel-bio.m4 | 244 dnl # Introduced by torvalds/linux@4246a0b63bd8f56a1469b12eafeb875b1041a451
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| HD | SymbolGraphSerializer.cpp | 182 serializeSemanticVersion(Avail.Introduced)); in serializeAvailability()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/ |
| HD | Index.h | 2473 CXVersion Introduced; member
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/ |
| HD | ParseDecl.cpp | 1304 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/ |
| HD | TODO | 491 space, see for example random(3). Introduced in
|
| /freebsd-13-stable/contrib/expat/ |
| HD | Changes | 1348 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1 1552 - Introduced an XMLCALL macro to control the calling
|
| /freebsd-13-stable/contrib/ntp/sntp/libevent/ |
| HD | ChangeLog-2.0 | 876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
|
| /freebsd-13-stable/contrib/libevent/ |
| HD | ChangeLog-2.0 | 876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
|
| /freebsd-13-stable/sys/contrib/dev/acpica/ |
| HD | changes.txt | 638 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/ |
| HD | Changelog | 5345 - Introduced client-subnet-always-forward config option
|
| /freebsd-13-stable/contrib/ncurses/misc/ |
| HD | terminfo.src | 24746 # * Introduced klone+* entries for describing Intel-console behavior.
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | CommitLog | 40546 Introduced some dedicated function types simplifying use with function pointers.
|