Home
last modified time | relevance | path

Searched refs:Deprecation (Results 1 – 18 of 18) sorted by relevance

/external/clang/lib/Sema/
DDelayedDiagnostic.cpp33 DD.Kind = Deprecation; in makeAvailability()
64 case Deprecation: in Destroy()
DSemaDeclAttr.cpp6402 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/
DDelayedDiagnostic.h116 enum DDKind { Deprecation, Unavailable, Access, ForbiddenType }; enumerator
168 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationDecl()
174 assert((Kind == Deprecation || Kind == Unavailable) && in getDeprecationMessage()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b3.rst7 Deprecation warning for invalid str and byte escape sequences now prints
D3.5.0a2.rst386 Deprecation warning is now raised for builtin types without the __module__
D3.6.0b1.rst500 Deprecation warning is emitted if uses them in the middle of the regular
D3.7.0a1.rst1195 Deprecation warning for invalid str and byte escape sequences now prints
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop.go240 {{- with .Op.Deprecation}}
/external/flatbuffers/docs/source/
DWhitePaper.md100 - Deprecation of fields instead of manual field id assignment.
/external/python/httplib2/
DCHANGELOG250 #39 - Deprecation warnings in Python 2.6
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DXRay.rst274 versions we support going forward. Deprecation of the formats will be
/external/libcxx/include/
D__config1015 // Deprecation macros.
/external/python/cpython3/Doc/library/
Dunittest.rst2020 <warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1580 Deprecation warnings are once again shown by default in single-file scripts and
D2.7.rst136 Changes to the Handling of Deprecation Warnings
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst5405 - Packing a float now always gives a Deprecation Warning. Previously it
/external/python/cpython2/Doc/whatsnew/
D2.7.rst136 Changes to the Handling of Deprecation Warnings
/external/python/cpython3/Misc/
DHISTORY2867 - Issue #17576: Deprecation warning emitted now when __int__() or __index__()