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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
FlowControl.pxd 30 cdef public bint is_arg
FlowControl.py 153 return (entry.is_local or entry.is_pyclass_attr or entry.is_arg or
323 self.is_arg = False
365 self.is_arg = True
625 if assmt.is_arg:
639 if entry.is_arg:
    [all...]
Buffer.py 90 if entry.is_arg:
Nodes.py 813 self.base_type.is_arg = True
    [all...]
Symtab.py 79 # is_arg boolean Is the arg of a method
153 is_arg = 0 variable in class:Entry
    [all...]
ExprNodes.py     [all...]
  /external/ltrace/
read_config_file.c 334 int is_arg = strncmp(name, "arg", 3) == 0; local
335 if (is_arg || strncmp(name, "elt", 3) == 0) {
342 if (is_arg) {

Completed in 370 milliseconds