Home
last modified time | relevance | path

Searched refs:Postponed (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Doc/library/
D__future__.rst94 | | | | *Postponed evaluation of annotations* |
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp2275 SmallVector<const SymbolicRegion*, 12> Postponed; member in __anon38c42dcb0811::removeDeadBindingsWorker
2320 Postponed.push_back(SR); in VisitAddedToCluster()
2401 I = Postponed.begin(), E = Postponed.end() ; I != E ; ++I) { in UpdatePostponed()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b5.rst368 PEP 563 "Postponed Evaluation of Annotations". Only specific string
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md995 ### Postponed Tests
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst614 :pep:`563` - Postponed Evaluation of Annotations
/external/python/cpython3/Doc/whatsnew/
D3.7.rst132 PEP 563: Postponed Evaluation of Annotations
178 :pep:`563` -- Postponed evaluation of annotations