Searched defs:value_code (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/cython/src/Cython/Compiler/ |
D | Code.py | 728 def __init__(self, cname, value, py_type, value_code=None): argument 1050 def get_float_const(self, str_value, value_code): argument 1111 def new_num_const(self, value, py_type, value_code=None): argument 1520 def get_py_float(self, str_value, value_code): argument
|
D | ExprNodes.py | 3518 def generate_setitem_code(self, value_code, code): argument
|