HomeSort by: relevance | last modified time | path
    Searched refs:last_fn (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/contrib/
mklog.py 190 last_fn = None
201 last_fn = None
204 if last_fn and modified_visited:
205 try_add_function(functions, last_fn)
206 last_fn = None
210 last_fn = m.group(1)
  /src/external/gpl3/gdb.old/dist/contrib/
mklog.py 190 last_fn = None
201 last_fn = None
204 if last_fn and modified_visited:
205 try_add_function(functions, last_fn)
206 last_fn = None
210 last_fn = m.group(1)
  /src/external/gpl3/gcc/dist/contrib/
mklog.py 293 last_fn = None
305 last_fn = None
313 last_fn = None
316 if last_fn and modified_visited:
317 try_add_function(functions, last_fn)
318 last_fn = None
322 last_fn = m.group(1)
  /src/external/gpl3/gcc.old/dist/contrib/
mklog.py 266 last_fn = None
278 last_fn = None
286 last_fn = None
289 if last_fn and modified_visited:
290 try_add_function(functions, last_fn)
291 last_fn = None
295 last_fn = m.group(1)
  /src/external/gpl3/gcc/dist/gcc/
gcov.cc 1376 function_info *last_fn = size > 0 ? last_non_group_fns[size - 1] : NULL;
1377 const char *fname = last_fn ? last_fn->m_name : NULL;
1382 if (last_fn != NULL && last_fn->end_line == line_num)
1375 function_info *last_fn = size > 0 ? last_non_group_fns[size - 1] : NULL; local
  /src/external/gpl3/gcc.old/dist/gcc/
gcov.cc 1276 function_info *last_fn = size > 0 ? last_non_group_fns[size - 1] : NULL;
1277 const char *fname = last_fn ? last_fn->m_name : NULL;
1282 if (last_fn != NULL && last_fn->end_line == line_num)
1275 function_info *last_fn = size > 0 ? last_non_group_fns[size - 1] : NULL; local
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 1037 static tree last_fn = NULL_TREE;
1043 last_fn = NULL_TREE;
1047 if (decl == last_fn && fn_type != EPIPHANY_FUNCTION_UNKNOWN)
1064 last_fn = decl;
1030 static tree last_fn = NULL_TREE; local
  /src/external/gpl3/gcc/dist/gcc/config/m32r/
m32r.cc 1445 static tree last_fn = NULL_TREE;
1451 last_fn = NULL_TREE;
1455 if (decl == last_fn && fn_type != M32R_FUNCTION_UNKNOWN)
1463 last_fn = decl;
1432 static tree last_fn = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 1037 static tree last_fn = NULL_TREE;
1043 last_fn = NULL_TREE;
1047 if (decl == last_fn && fn_type != EPIPHANY_FUNCTION_UNKNOWN)
1064 last_fn = decl;
1030 static tree last_fn = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/config/m32r/
m32r.cc 1443 static tree last_fn = NULL_TREE;
1449 last_fn = NULL_TREE;
1453 if (decl == last_fn && fn_type != M32R_FUNCTION_UNKNOWN)
1461 last_fn = decl;
1430 static tree last_fn = NULL_TREE; local

Completed in 65 milliseconds