HomeSort by: relevance | last modified time | path
    Searched defs:old_context (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 167 tree old_context = start_function (fd); local
170 finish_function (old_context);
357 tree old_context = start_function (fd); local
385 finish_function (old_context);
decl.cc 969 tree old_context = start_function (d); local
1075 finish_function (old_context);
2059 tree old_context = current_function_decl; local
2061 if (old_context)
2098 return old_context;
2106 finish_function (tree old_context)
2152 if (old_context)
2155 current_function_decl = old_context;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-nested.cc 1554 tree old_context local
1578 = old_context;
1581 = old_context;
2336 tree old_context local
2350 = old_context;
2353 = old_context;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-decl.cc 6210 tree old_context; local
6215 old_context = current_function_decl;
6217 if (old_context)
6445 if (old_context)
6450 current_function_decl = old_context;
7459 tree old_context; local
7485 old_context = current_function_decl;
7487 if (old_context)
7808 if (old_context)
7813 current_function_decl = old_context;
    [all...]

Completed in 44 milliseconds