HomeSort by relevance Sort by last modified time
    Searched full:__new_item (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
expr.pxi 82 self.expr = yasm_expr_create(op, self.__new_item(args[0]),
83 self.__new_item(args[1]), line)
85 self.expr = yasm_expr_create(op, self.__new_item(args[0]), NULL,
88 cdef yasm_expr__item* __new_item(self, value) except NULL: member in class:Expression

Completed in 45 milliseconds