| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Availability.h | 67 VersionTuple Introduced; member 106 : Domain(Domain), Introduced(I), Deprecated(D), Obsoleted(O), in AvailabilityInfo() 119 return std::tie(Lhs.Introduced, Lhs.Deprecated, Lhs.Obsoleted, 122 std::tie(Rhs.Introduced, Rhs.Deprecated, Rhs.Obsoleted,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Availability.cpp | 81 Introduced = std::max(Introduced, Other.Introduced); in mergeWith()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaAvailability.cpp | 463 VersionTuple Introduced = AA->getIntroduced(); in DoEmitAvailabilityWarning() local 479 Introduced, EnvironmentMatchesOrNone); in DoEmitAvailabilityWarning() 482 << Introduced.getAsString() << UseEnvironment in DoEmitAvailabilityWarning() 487 << OffendingDecl << PlatformName << Introduced.getAsString() in DoEmitAvailabilityWarning() 539 std::string Introduced = in DoEmitAvailabilityWarning() local 544 *AvailablePlatform + "(" + Introduced + "))" + Insertion->Suffix) in DoEmitAvailabilityWarning() 894 VersionTuple Introduced = AA->getIntroduced(); in DiagnoseDeclAvailability() local 896 if (EnvironmentMatchesOrNone && AvailabilityStack.back() >= Introduced) in DiagnoseDeclAvailability() 901 if (!ShouldDiagnoseAvailabilityInContext(SemaRef, Result, Introduced, in DiagnoseDeclAvailability() 917 SemaRef.Context.getTargetInfo().getPlatformMinVersion(), Introduced, in DiagnoseDeclAvailability() [all …]
|
| H A D | SemaDeclAttr.cpp | 2191 VersionTuple Introduced, in checkAvailabilityAttr() argument 2201 if (!Introduced.empty() && !Deprecated.empty() && in checkAvailabilityAttr() 2202 !(Introduced <= Deprecated)) { in checkAvailabilityAttr() 2205 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2209 if (!Introduced.empty() && !Obsoleted.empty() && in checkAvailabilityAttr() 2210 !(Introduced <= Obsoleted)) { in checkAvailabilityAttr() 2213 << 0 << Introduced.getAsString(); in checkAvailabilityAttr() 2248 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr() argument 2252 VersionTuple MergedIntroduced = Introduced; in mergeAvailabilityAttr() 2312 if (!versionsMatch(OldIntroduced, Introduced, OverrideOrImpl) || in mergeAvailabilityAttr() [all …]
|
| H A D | SemaHLSL.cpp | 2372 VersionTuple Introduced = AA->getIntroduced(); in CheckDeclAvailability() local 2376 if (TargetVersion >= Introduced && EnvironmentMatches) in CheckDeclAvailability() 2393 << Range << D << PlatformName << Introduced.getAsString() in CheckDeclAvailability() 2401 << D << PlatformName << Introduced.getAsString() in CheckDeclAvailability()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedAttr.h | 73 AvailabilityData(const AvailabilityChange &Introduced, in AvailabilityData() 79 Changes[IntroducedSlot] = Introduced; in AvailabilityData()
|
| H A D | Sema.h | 4894 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated,
|
| /freebsd/contrib/one-true-awk/ |
| H A D | FIXES | 73 Introduced during the Nov 24 rewrite. Thanks to Arnold Robbins.
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2190 bool Introduced) { in translateMethodKindFlags() argument 2198 return Introduced ? MethodKind::IntroducingVirtual : MethodKind::Virtual; in translateMethodKindFlags() 2200 return Introduced ? MethodKind::PureIntroducingVirtual in translateMethodKindFlags() 2641 bool Introduced = SP->getFlags() & DINode::FlagIntroducedVirtual; in lowerRecordFieldList() local 2644 if (Introduced) in lowerRecordFieldList() 2649 translateMethodKindFlags(SP, Introduced), in lowerRecordFieldList()
|
| /freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
| H A D | SymbolGraphSerializer.cpp | 185 serializeSemanticVersion(Avail.Introduced)); in serializeAvailability()
|
| /freebsd/contrib/llvm-project/clang/include/clang-c/ |
| H A D | Index.h | 2529 CXVersion Introduced; member
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 1224 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator 1385 Index = Introduced; in ParseAvailabilityAttribute() 1422 for (unsigned Index = Introduced; Index != Unknown; ++Index) { in ParseAvailabilityAttribute() 1441 Changes[Introduced], Changes[Deprecated], Changes[Obsoleted], in ParseAvailabilityAttribute()
|
| /freebsd/contrib/mandoc/ |
| H A D | TODO | 565 space, see for example random(3). Introduced in
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 1694 #30 Introduced environment switch EXPAT_ENTROPY_DEBUG=1 1898 - Introduced an XMLCALL macro to control the calling
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 876 …o Introduced evutil_make_socket_closeonexec() to preserve fd flags for F_SETFD. (d0939d2 Jardel We…
|
| /freebsd/crypto/openssl/ |
| H A D | CHANGES.md | 3630 * Introduced a new method type and API, OSSL_ENCODER, to represent 3638 * Introduced a new method type and API, OSSL_DECODER, to represent 3727 * Introduced the new functions EVP_DigestSignInit_ex() and 3894 * Introduced new error raising macros, `ERR_raise()` and `ERR_raise_data()`, 3903 * Introduced a new function, `OSSL_PROVIDER_available()`, which can be used
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 7 …e compilations to add new IWB and GICv5 translator/router/ITS entries. Introduced full support for… 1340 Introduced acpi_dispatch_gpe() as a wrapper around AcpiEvDetectGpe() for 8985 Introduced in commit ae7d6fd: Properly handle externals with parent- 11325 exist, no error message was emitted. (Introduced with wildcard support in
|
| /freebsd/contrib/unbound/doc/ |
| H A D | Changelog | 6391 - Introduced client-subnet-always-forward config option
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | terminfo.src | 25888 # * Introduced klone+* entries for describing Intel-console behavior.
|
| /freebsd/contrib/ntp/ |
| H A D | CommitLog | [all...] |