Searched refs:cur_block (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmdebugread.c484 struct block *cur_block; /* Block in it. */
674 b = top_stack->cur_block;
697 b = top_stack->cur_block;
749 add_symbol (s, top_stack->cur_block);
758 add_symbol (s, top_stack->cur_block);
820 b = top_stack->cur_block;
850 BLOCK_SUPERBLOCK (b) = top_stack->cur_block;
858 top_stack->cur_block = b;
1127 add_symbol (enum_sym, top_stack->cur_block);
1157 add_symbol (s, top_stack->cur_block);
478 struct block *cur_block; /* Block in it. */ member in struct:parse_stack
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcfglayout.c539 tree cur_block = DECL_INITIAL (cfun->decl);
571 if (this_block != cur_block)
573 change_scope (insn, cur_block, this_block);
574 cur_block = this_block;
580 change_scope (note, cur_block, DECL_INITIAL (cfun->decl));
534 tree cur_block = DECL_INITIAL (cfun->decl); local

Completed in 215 milliseconds