Searched refs:cur_func (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Modules/ |
D | future_builtins.c | 86 char **cur_func; in initfuture_builtins() local 97 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()
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver.cc | 125 linked_ptr<Function> cur_func; in LoadMapFromMemory() local 178 cur_func.reset(ParseFunction(buffer)); in LoadMapFromMemory() 179 if (!cur_func.get()) { in LoadMapFromMemory() 185 functions_.StoreRange(cur_func->address, cur_func->size, cur_func); in LoadMapFromMemory() 189 cur_func.reset(); in LoadMapFromMemory() 206 if (!cur_func.get()) { in LoadMapFromMemory() 214 cur_func->lines.StoreRange(line->address, line->size, in LoadMapFromMemory()
|
/external/python/cpython3/Lib/ |
D | pyclbr.py | 214 cur_func = None 217 cur_func = _nest_function(cur_obj, func_name, lineno) 220 cur_func = Function(fullmodule, func_name, fname, lineno) 221 tree[func_name] = cur_func 222 stack.append((cur_func, thisindent))
|
/external/llvm-project/llvm/utils/ |
D | update_mir_test_checks.py | 153 cur_func = None 159 result.append(cur_func) 160 cur_func = m.group('func') 166 result.append(cur_func)
|