Searched refs:cur_func (Results 1 – 2 of 2) sorted by relevance
86 char **cur_func; in initfuture_builtins() local97 for (cur_func = it_funcs; *cur_func; ++cur_func){ in initfuture_builtins()98 iter_func = PyObject_GetAttrString(itertools, *cur_func); in initfuture_builtins()100 PyModule_AddObject(m, *cur_func+1, iter_func) < 0) in initfuture_builtins()
87 linked_ptr<Function> cur_func; in LoadMapFromMemory() local140 cur_func.reset(ParseFunction(buffer)); in LoadMapFromMemory()141 if (!cur_func.get()) { in LoadMapFromMemory()147 functions_.StoreRange(cur_func->address, cur_func->size, cur_func); in LoadMapFromMemory()151 cur_func.reset(); in LoadMapFromMemory()168 if (!cur_func.get()) { in LoadMapFromMemory()176 cur_func->lines.StoreRange(line->address, line->size, in LoadMapFromMemory()