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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
call-info.cc 116 const int stack_depth = src_point.get_stack_depth (); local
121 stack_depth),
diagnostic-manager.cc 1786 int stack_depth = src_stack_depth; variable
1791 stack_depth,
1818 int stack_depth = src_stack_depth; variable
1825 stack_depth = src_stack_depth;
1836 stack_depth,
1977 int stack_depth = m_point->get_stack_depth (); variable
1982 stack_depth,
2003 int stack_depth = m_point->get_stack_depth (); variable
2008 stack_depth,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
call-info.cc 111 const int stack_depth = src_point.get_stack_depth (); local
115 stack_depth,
diagnostic-manager.cc 1507 int stack_depth = src_stack_depth; variable
1511 stack_depth,
1537 int stack_depth = src_stack_depth; variable
1544 stack_depth = src_stack_depth;
1554 stack_depth,
1691 int stack_depth = m_point->get_stack_depth (); variable
1695 stack_depth,
1713 int stack_depth = m_point->get_stack_depth (); variable
1717 stack_depth,
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-loc2c.c 83 int stack_depth;
87 stack_depth = (*info)[start].depth;
99 if ((*info)[WHERE].depth != stack_depth) \
106 (*info)[WHERE].depth = stack_depth; \
147 ++stack_depth;
152 ++stack_depth;
158 ++stack_depth;
163 ++stack_depth;
168 ++stack_depth;
173 ++stack_depth;
82 int stack_depth; local
395 int stack_depth, i; local
611 int stack_depth; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-loc2c.c 84 int stack_depth;
88 stack_depth = (*info)[start].depth;
100 if ((*info)[WHERE].depth != stack_depth) \
107 (*info)[WHERE].depth = stack_depth; \
148 ++stack_depth;
153 ++stack_depth;
159 ++stack_depth;
164 ++stack_depth;
169 ++stack_depth;
174 ++stack_depth;
83 int stack_depth; local
396 int stack_depth, i; local
612 int stack_depth; local
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
x-glade.c 230 static size_t stack_depth; variable
241 stack_depth++;
242 ensure_stack_size (stack_depth + 1);
245 stack[stack_depth - 1].extract_string = false;
247 p = &stack[stack_depth];
306 struct element_state *p = &stack[stack_depth];
334 stack_depth--;
343 struct element_state *p = &stack[stack_depth];
412 stack_depth = 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
Settings.h 274 stack_depth = _stack_depth;
280 return stack_depth;
400 int stack_depth; // timeline stack depth member in class:Settings
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Settings.h 274 stack_depth = _stack_depth;
280 return stack_depth;
400 int stack_depth; // timeline stack depth member in class:Settings
  /src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 397 gcc_jit_lvalue *stack_depth; member in struct:compilation_state
415 /* stack[stack_depth] = RVALUE */
419 /* stack[stack_depth] */
424 gcc_jit_lvalue_as_rvalue (state->stack_depth)),
427 /* "stack_depth++;". */
431 state->stack_depth,
442 /* "--stack_depth;". */
446 state->stack_depth,
450 /* "LVALUE = stack[stack_depth];". */
455 /* stack[stack_depth] */
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-diagnostic-path.cc 133 void update_depth_limits (int stack_depth)
135 if (stack_depth < m_min_depth)
136 m_min_depth = stack_depth;
137 if (stack_depth > m_max_depth)
138 m_max_depth = stack_depth;
161 same thread, and with the same fndecl and stack_depth, and which are suitable
619 int stack_depth = event.get_stack_depth (); local
628 fndecl, stack_depth);
633 stack_depth);
711 void add_entry (tree fndecl, int stack_depth)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
toyvm.c 397 gcc_jit_lvalue *stack_depth; member in struct:compilation_state
415 /* stack[stack_depth] = RVALUE */
419 /* stack[stack_depth] */
424 gcc_jit_lvalue_as_rvalue (state->stack_depth)),
427 /* "stack_depth++;". */
431 state->stack_depth,
442 /* "--stack_depth;". */
446 state->stack_depth,
450 /* "LVALUE = stack[stack_depth];". */
455 /* stack[stack_depth] */
    [all...]
  /src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c 13398 static unsigned stack_depth = 0; variable
13410 ++ stack_depth;
13414 stack_depth, " ", aarch64_get_next_PC (cpu),
13449 ++ stack_depth;
13453 stack_depth, " ", aarch64_get_next_PC (cpu),
13477 stack_depth, " ", aarch64_get_reg_u64 (cpu, 0, NO_SP));
13478 -- stack_depth;
  /src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c 13398 static unsigned stack_depth = 0; variable
13410 ++ stack_depth;
13414 stack_depth, " ", aarch64_get_next_PC (cpu),
13449 ++ stack_depth;
13453 stack_depth, " ", aarch64_get_next_PC (cpu),
13477 stack_depth, " ", aarch64_get_reg_u64 (cpu, 0, NO_SP));
13478 -- stack_depth;

Completed in 83 milliseconds