HomeSort by relevance Sort by last modified time
    Searched refs:temps_in_use (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 55 cpdef list temps_in_use(self) member in class:FunctionState
Code.py 668 def temps_in_use(self): member in class:FunctionState
685 for name, type, manage_ref in self.temps_in_use()
    [all...]
ExprNodes.py     [all...]
  /external/qemu/tcg/
tcg.c 550 s->temps_in_use++;
578 s->temps_in_use--;
579 if (s->temps_in_use < 0) {
639 s->temps_in_use = 0;
645 if (s->temps_in_use) {
649 s->temps_in_use = 0;
    [all...]
tcg.h 504 int temps_in_use; member in struct:TCGContext

Completed in 493 milliseconds