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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.pxd 23 cdef public size_t label_counter
Code.py 497 # label_counter integer counter for naming labels
508 self.label_counter = 0
540 n = self.label_counter
541 self.label_counter = n + 1
1486 label_counter = funccontext_property("label_counter") variable in class:CCodeWriter
    [all...]

Completed in 70 milliseconds