Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgcmodule.c215 #define IS_TENTATIVELY_UNREACHABLE(o) ( \ macro
548 assert(IS_TENTATIVELY_UNREACHABLE(op)); in move_finalizers()
563 if (IS_TENTATIVELY_UNREACHABLE(op)) { in visit_move()
624 assert(IS_TENTATIVELY_UNREACHABLE(op)); in handle_weakrefs()
679 if (IS_TENTATIVELY_UNREACHABLE(wr)) in handle_weakrefs()
810 assert(IS_TENTATIVELY_UNREACHABLE(op)); in delete_garbage()