Home
last modified time | relevance | path

Searched defs:Deprecated (Results 1 – 9 of 9) sorted by relevance

/freebsd/lib/libpmc/pmu-events/arch/x86/cascadelakex/
H A Dcache.json96 "Deprecated": "1", string
6821 "Deprecated": "1", string
6834 "Deprecated": "1", string
6847 "Deprecated": "1", string
6860 "Deprecated": "1", string
6873 "Deprecated": "1", string
6886 "Deprecated": "1", string
6899 "Deprecated": "1", string
6912 "Deprecated": "1", string
6925 "Deprecated": "1", string
[all …]
H A Dmemory.json4473 "Deprecated": "1", string
4486 "Deprecated": "1", string
4499 "Deprecated": "1", string
4512 "Deprecated": "1", string
4525 "Deprecated": "1", string
4538 "Deprecated": "1", string
4551 "Deprecated": "1", string
4564 "Deprecated": "1", string
4577 "Deprecated": "1", string
4590 "Deprecated": "1", string
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DAvailability.h68 VersionTuple Deprecated; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp759 if (const auto *Deprecated = dyn_cast<DeprecatedAttr>(A)) { in getAvailability() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2020 VersionTuple Deprecated, in checkAvailabilityAttr()
2076 bool Implicit, VersionTuple Introduced, VersionTuple Deprecated, in mergeAvailabilityAttr()
2266 AvailabilityChange Deprecated = AL.getAvailabilityDeprecated(); in handleAvailabilityAttr() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1304 enum { Introduced, Deprecated, Obsoleted, Unknown }; in ParseAvailabilityAttribute() enumerator
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h2478 CXVersion Deprecated; member
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Dcache.json96 "Deprecated": "1", string
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp5185 const Record &Deprecated = *Doc.Documentation->getValueAsDef("Deprecated"); in WriteDocumentation() local