Home
last modified time | relevance | path

Searched refs:_PyCompareOpCache (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_code.h43 } _PyCompareOpCache; typedef
45 #define INLINE_CACHE_ENTRIES_COMPARE_OP CACHE_ENTRIES(_PyCompareOpCache)
/third_party/python/Python/
H A Dceval.c3719 _PyCompareOpCache *cache = (_PyCompareOpCache *)next_instr;
3737 _PyCompareOpCache *cache = (_PyCompareOpCache *)next_instr;
3779 _PyCompareOpCache *cache = (_PyCompareOpCache *)next_instr;
3822 _PyCompareOpCache *cache = (_PyCompareOpCache *)next_instr;
H A Dspecialize.c1908 _PyCompareOpCache *cache = (_PyCompareOpCache *)(instr + 1); in _Py_Specialize_CompareOp()

Completed in 21 milliseconds