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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
execd-prog.c 13 /* There is a local_j in foll-exec, which exec's us. We
14 should not be able to see that other definition of local_j
17 int local_j = argc; /* after-exec */ local
foll-exec-mode.c 28 int local_j = global_i + 1; local
29 int local_k = local_j + 1;
foll-exec.c 29 int local_j = global_i + 1; local
30 int local_k = local_j + 1;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
execd-prog.c 13 /* There is a local_j in foll-exec, which exec's us. We
14 should not be able to see that other definition of local_j
17 int local_j = argc; /* after-exec */ local
foll-exec-mode.c 28 int local_j = global_i + 1; local
29 int local_k = local_j + 1;
foll-exec.c 29 int local_j = global_i + 1; local
30 int local_k = local_j + 1;

Completed in 79 milliseconds