Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_code.h355 #define CALL_STAT_INC(name) do { if (_Py_stats) _Py_stats->call_stats.name++; } while (0) macro
391 #define CALL_STAT_INC(name) ((void)0) macro