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

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Code.py     [all...]
UtilNodes.py 94 handle.temp = code.funcstate.allocate_temp(
103 code.funcstate.release_temp(handle.temp)
234 self.temp = code.funcstate.allocate_temp(
248 code.funcstate.release_temp(self.temp)
Nodes.py     [all...]
Buffer.py 375 retcode_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False)
382 type, value, tb = [code.funcstate.allocate_temp(PyrexTypes.py_object_type, manage_ref=False)
392 code.funcstate.release_temp(t)
398 code.funcstate.release_temp(retcode_cname)
438 tmp_cname = code.funcstate.allocate_temp(PyrexTypes.c_int_type, manage_ref=False)
472 code.funcstate.release_temp(tmp_cname)
MemoryView.py 93 rhstmp = code.funcstate.allocate_temp(lhs_type, manage_ref=False)
102 code.funcstate.release_temp(rhstmp)
305 suboffset_dim = code.funcstate.allocate_temp(
371 code.funcstate.release_temp(suboffset_dim)
    [all...]
ExprNodes.py 547 self.temp_code = code.funcstate.allocate_temp(
563 code.funcstate.release_temp(self.temp_code)
    [all...]
ModuleNode.py     [all...]
  /external/chromium_org/third_party/skia/third_party/lua/src/
lparser.c 83 static l_noret errorlimit (FuncState *fs, int limit, const char *what) {
96 static void checklimit (FuncState *fs, int v, int l, const char *what) {
166 FuncState *fs = ls->fs;
179 FuncState *fs = ls->fs;
198 static LocVar *getlocvar (FuncState *fs, int i) {
206 FuncState *fs = ls->fs;
214 static void removevars (FuncState *fs, int tolevel) {
221 static int searchupvalue (FuncState *fs, TString *name) {
231 static int newupvalue (FuncState *fs, TString *name, expdesc *v) {
246 static int searchvar (FuncState *fs, TString *n)
1621 FuncState funcstate; local
    [all...]

Completed in 567 milliseconds