/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 33 DD.Kind = Deprecation; in makeAvailability() 64 case Deprecation: in Destroy()
|
D | SemaDeclAttr.cpp | 6402 assert(DD.Kind == DelayedDiagnostic::Deprecation || in handleDelayedAvailabilityCheck() 6404 Sema::AvailabilityDiagnostic AD = DD.Kind == DelayedDiagnostic::Deprecation in handleDelayedAvailabilityCheck() 6440 case DelayedDiagnostic::Deprecation: in PopParsingDeclaration()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; enumerator 168 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationDecl() 174 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationMessage()
|
/external/dokka/core/src/main/kotlin/Model/ |
D | DocumentationReference.kt | 19 Deprecation, in <lambda>()
|
D | DocumentationNode.kt | 116 get() = references(RefKind.Deprecation).map { it.to }.firstOrNull() in <lambda>()
|
/external/dokka/core/src/main/kotlin/Java/ |
D | JavaPsiDocumentationBuilder.kt | 124 node.append(annotation, RefKind.Deprecation) in appendFile() 134 node.append(deprecationNode, RefKind.Deprecation) in appendFile() 138 node.append(deprecationNode, RefKind.Deprecation) in appendFile()
|
/external/arm-trusted-firmware/docs/about/ |
D | release-information.rst | 58 | Interface | Deprecation | Removed | Comments …
|
/external/python/cryptography/docs/ |
D | api-stability.rst | 53 Deprecation section in Versioning
|
/external/python/pybind11/docs/ |
D | upgrade.rst | 123 Deprecation of the ``PYBIND11_PLUGIN`` macro 321 Deprecation of some ``py::object`` APIs 453 Deprecation of the ``py::base<T>()`` attribute 491 Deprecation of a few ``py::object`` APIs
|
/external/python/cpython3/Doc/ |
D | README.rst | 116 Deprecation header
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b3.rst | 7 Deprecation warning for invalid str and byte escape sequences now prints
|
D | 3.5.0a2.rst | 385 Deprecation warning is now raised for builtin types without the __module__
|
D | 3.6.0b1.rst | 500 Deprecation warning is emitted if uses them in the middle of the regular
|
/external/tensorflow/tensorflow/go/genop/internal/ |
D | genop.go | 244 {{- with .Op.Deprecation}}
|
/external/flatbuffers/docs/source/ |
D | WhitePaper.md | 100 - Deprecation of fields instead of manual field id assignment.
|
/external/dokka/core/src/main/kotlin/Kotlin/ |
D | DocumentationBuilder.kt | 306 annotationNode.isDeprecation() -> RefKind.Deprecation in ClassifierDescriptor() 313 … if (refKind == RefKind.Deprecation) annotationNode.convertDeprecationDetailsToChildren() in ClassifierDescriptor()
|
/external/llvm-project/llvm/docs/ |
D | SupportPolicy.rst | 166 Deprecation Policy
|
D | XRay.rst | 275 versions we support going forward. Deprecation of the formats will be
|
/external/python/httplib2/ |
D | CHANGELOG | 329 #39 - Deprecation warnings in Python 2.6
|
/external/llvm-project/libcxx/include/ |
D | __config | 952 // Deprecation macros.
|
/external/libcxx/include/ |
D | __config | 1015 // Deprecation macros.
|
/external/kotlinx.coroutines/ |
D | CHANGES.md | 205 * Deprecation level for API deprecated in 1.3.0 is increased.
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 2138 <warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 1596 Deprecation warnings are once again shown by default in single-file scripts and
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 5405 - Packing a float now always gives a Deprecation Warning. Previously it
|