/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | x-glade.c | 230 static size_t stack_depth; variable 241 stack_depth++; in start_element_handler() 242 ensure_stack_size (stack_depth + 1); in start_element_handler() 245 stack[stack_depth - 1].extract_string = false; in start_element_handler() 247 p = &stack[stack_depth]; in start_element_handler() 306 struct element_state *p = &stack[stack_depth]; in end_element_handler() 334 stack_depth--; in end_element_handler() 343 struct element_state *p = &stack[stack_depth]; in character_data_handler() 412 stack_depth = 0; in do_extract_glade()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial04.rst | 121 in a direct way, by creating a ``stack`` array and ``stack_depth`` 126 int stack_depth; 162 ``stack_depth``. Here are helper functions for adding statements to 383 (gdb) print stack_depth 437 signed int stack_depth; 443 stack_depth = 0; 444 stack[stack_depth] = arg; 445 stack_depth = stack_depth + 1; 449 stack_depth = stack_depth + -1; 450 x = stack[stack_depth]; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial04.rst | 121 in a direct way, by creating a ``stack`` array and ``stack_depth`` 126 int stack_depth; 162 ``stack_depth``. Here are helper functions for adding statements to 383 (gdb) print stack_depth 437 signed int stack_depth; 443 stack_depth = 0; 444 stack[stack_depth] = arg; 445 stack_depth = stack_depth + 1; 449 stack_depth = stack_depth + -1; 450 x = stack[stack_depth]; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial04.rst | 114 in a direct way, by creating a ``stack`` array and ``stack_depth`` 119 int stack_depth; 155 ``stack_depth``. Here are helper functions for adding statements to 372 (gdb) print stack_depth 421 signed int stack_depth; 427 stack_depth = 0; 428 stack[stack_depth] = arg; 429 stack_depth = stack_depth + 1; 433 stack_depth = stack_depth + -1; 434 x = stack[stack_depth]; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial04.rst | 114 in a direct way, by creating a ``stack`` array and ``stack_depth`` 119 int stack_depth; 155 ``stack_depth``. Here are helper functions for adding statements to 372 (gdb) print stack_depth 421 signed int stack_depth; 427 stack_depth = 0; 428 stack[stack_depth] = arg; 429 stack_depth = stack_depth + 1; 433 stack_depth = stack_depth + -1; 434 x = stack[stack_depth]; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 483 gccjit::lvalue stack_depth; member in compilation_state 521 stack_depth, in add_push() 528 stack_depth, in add_push() 541 stack_depth, in add_pop() 551 stack_depth, in add_pop() 623 stack_depth = fn.new_local (int_type, "stack_depth"); in create_function() 644 initial_block.add_assignment (stack_depth, in create_function()
|
H A D | toyvm.c | 397 gcc_jit_lvalue *stack_depth; member 424 gcc_jit_lvalue_as_rvalue (state->stack_depth)), in add_push() 431 state->stack_depth, in add_push() 446 state->stack_depth, in add_pop() 461 gcc_jit_lvalue_as_rvalue (state->stack_depth)))); in add_pop() 545 state.stack_depth = in toyvm_function_compile() 575 state.stack_depth, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 483 gccjit::lvalue stack_depth; member in compilation_state 521 stack_depth, in add_push() 528 stack_depth, in add_push() 541 stack_depth, in add_pop() 551 stack_depth, in add_pop() 623 stack_depth = fn.new_local (int_type, "stack_depth"); in create_function() 644 initial_block.add_assignment (stack_depth, in create_function()
|
H A D | toyvm.c | 397 gcc_jit_lvalue *stack_depth; member 424 gcc_jit_lvalue_as_rvalue (state->stack_depth)), in add_push() 431 state->stack_depth, in add_push() 446 state->stack_depth, in add_pop() 461 gcc_jit_lvalue_as_rvalue (state->stack_depth)))); in add_pop() 545 state.stack_depth = in toyvm_function_compile() 575 state.stack_depth, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Settings.h | 274 stack_depth = _stack_depth; in set_stack_depth() 280 return stack_depth; in get_stack_depth() 400 int stack_depth; // timeline stack depth variable
|
H A D | DbeView.h | 384 settings->stack_depth = _stack_depth; in set_stack_depth() 390 return settings->stack_depth; in get_stack_depth()
|
H A D | Settings.cc | 166 stack_depth = 0; in Settings() 263 stack_depth = _settings->stack_depth; in Settings() 1218 stack_depth = ck_stack_depth; in proc_tlmode()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Settings.h | 274 stack_depth = _stack_depth; in set_stack_depth() 280 return stack_depth; in get_stack_depth() 400 int stack_depth; // timeline stack depth variable
|
H A D | DbeView.h | 384 settings->stack_depth = _stack_depth; in set_stack_depth() 390 return settings->stack_depth; in get_stack_depth()
|
H A D | Settings.cc | 166 stack_depth = 0; in Settings() 263 stack_depth = _settings->stack_depth; in Settings() 1218 stack_depth = ck_stack_depth; in proc_tlmode()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | call-info.cc | 111 const int stack_depth = src_point.get_stack_depth (); in add_events_to_path() local 115 stack_depth, in add_events_to_path()
|
H A D | diagnostic-manager.cc | 1507 int stack_depth = src_stack_depth; in on_global_state_change() local 1511 stack_depth, in on_global_state_change() 1537 int stack_depth = src_stack_depth; in on_state_change() local 1544 stack_depth = src_stack_depth; in on_state_change() 1554 stack_depth, in on_state_change() 1691 int stack_depth = m_point->get_stack_depth (); in set_next_state() local 1695 stack_depth, in set_next_state() 1713 int stack_depth = m_point->get_stack_depth (); in set_next_state() local 1717 stack_depth, in set_next_state()
|
H A D | analyzer.h | 133 path_var (tree t, int stack_depth) in path_var() argument 134 : m_tree (t), m_stack_depth (stack_depth) in path_var()
|
H A D | checker-path.cc | 251 int stack_depth, in state_change_event() argument 260 stack_depth), in state_change_event()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-diagnostic-path.cc | 543 void add_entry (tree fndecl, int stack_depth) in add_entry() argument 545 add_event (UNKNOWN_LOCATION, fndecl, stack_depth, in add_entry() 549 void add_return (tree fndecl, int stack_depth) in add_return() argument 551 add_event (UNKNOWN_LOCATION, fndecl, stack_depth, in add_return()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-diagnostic-path.cc | 539 void add_entry (tree fndecl, int stack_depth) in add_entry() argument 541 add_event (UNKNOWN_LOCATION, fndecl, stack_depth, in add_entry() 545 void add_return (tree fndecl, int stack_depth) in add_return() argument 547 add_event (UNKNOWN_LOCATION, fndecl, stack_depth, in add_return()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | diagnostic-manager.cc | 665 int stack_depth = src_stack_depth; in on_global_state_change() local 669 stack_depth, in on_global_state_change() 693 int stack_depth = src_stack_depth; in on_state_change() local 700 stack_depth = src_stack_depth; in on_state_change() 715 stack_depth, in on_state_change()
|
H A D | checker-path.cc | 215 int stack_depth, in state_change_event() argument 224 stack_depth), in state_change_event()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2340 in a direct way, by creating a @code{stack} array and @code{stack_depth} 2344 int stack_depth; 2379 gcc_jit_lvalue *stack_depth; 2433 @code{stack_depth}. Here are helper functions for adding statements to 2446 /* stack[stack_depth] = RVALUE */ 2450 /* stack[stack_depth] */ 2455 gcc_jit_lvalue_as_rvalue (state->stack_depth)), 2458 /* "stack_depth++;". */ 2462 state->stack_depth, 2473 /* "--stack_depth;". */ [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2227 in a direct way, by creating a @code{stack} array and @code{stack_depth} 2231 int stack_depth; 2262 gcc_jit_lvalue *stack_depth; 2307 @code{stack_depth}. Here are helper functions for adding statements to 2320 /* stack[stack_depth] = RVALUE */ 2324 /* stack[stack_depth] */ 2329 gcc_jit_lvalue_as_rvalue (state->stack_depth)), 2332 /* "stack_depth++;". */ 2336 state->stack_depth, 2347 /* "--stack_depth;". */ [all …]
|