Searched refs:dynamic_array_at (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | function.cpp | 1296 #define dynamic_array_at( type, array, idx ) (((type *)(array)->data)[idx]) macro 1356 dynamic_array_free( dynamic_array_at( struct label_info, c->labels, i in compiler_free() 1382 struct label_info * const l = &dynamic_array_at( struct label_info, in compile_set_label() 1390 int id = dynamic_array_at( int, l->uses, i ); in compile_set_label() 1392 dynamic_array_at( instruction, c->code, id ).arg = offset; in compile_set_label() 1406 struct label_info * const l = &dynamic_array_at( struct label_info, in compile_emit_branch() 1446 compile_emit_instruction( c, dynamic_array_at( instruction, c->cleanups, i ) ); in compile_emit_cleanups() 1456 struct loop_info * elem = &dynamic_array_at( struct loop_info, c->loop_scopes, i ); in compile_emit_loop_jump() 1493 …assert( dynamic_array_at( struct loop_info, c->loop_scopes, c->loop_scopes->size - 1 ).type == LOO… in compile_pop_break_scope() 1500 …assert( dynamic_array_at( struct loop_info, c->loop_scopes, c->loop_scopes->size - 1 ).type == LOO… in compile_pop_continue_scope() [all …]
|