Searched refs:list_free (Results 1 – 20 of 20) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | variable.cpp | 173 list_free( saved_var ); in var_get() 178 list_free( saved_var ); in var_get() 183 list_free( saved_var ); in var_get() 188 list_free( saved_var ); in var_get() 193 list_free( saved_var ); in var_get() 304 list_free( *v ); in var_set() 316 list_free( value ); in var_set() 384 list_free( v->value ); in delete_var_() 389 list_free( saved_var ); in var_done()
|
D | hcache.cpp | 271 list_free( l ); in hcache_init() 292 list_free( l ); in hcache_init() 339 if ( cachedata.includes ) list_free( cachedata.includes ); in hcache_init() 340 if ( cachedata.hdrscan ) list_free( cachedata.hdrscan ); in hcache_init() 432 list_free( c->includes ); in hcache_done() 433 list_free( c->hdrscan ); in hcache_done() 483 list_free( c->includes ); in hcache() 484 list_free( c->hdrscan ); in hcache() 503 list_free( c->includes ); in hcache() 504 list_free( c->hdrscan ); in hcache()
|
D | function.cpp | 463 list_free( first ); in function_call_rule() 465 list_free( stack_pop( s ) ); in function_call_rule() 519 list_free( first ); in function_call_member_rule() 523 list_free( stack_pop( s ) ); in function_call_member_rule() 604 list_free( first ); in function_call_member_rule() 1250 list_free( values ); in combine_strings() 3276 list_free( *pos ); in argument_list_pop() 3858 list_free( function_run( function, frame, s ) ); in function_run_actions() 3983 list_free( l ); in function_run() 4012 list_free( stack_pop( s ) ); in function_run() [all …]
|
D | lists.h | 79 void list_free( LIST * head ); 151 inline ~list() { if (list_obj) list_free(list_obj); } in ~list()
|
D | rules.cpp | 365 list_free( v->value ); in addsettings() 369 list_free( value ); in addsettings() 452 list_free( v->value ); in freesettings() 517 list_free( a->bindlist ); in actions_free()
|
D | command.cpp | 102 list_free( cmd->shell ); in cmd_free()
|
D | parse.cpp | 55 list_free( function_run( func, frame, stack_global() ) ); in parse_impl()
|
D | headers.cpp | 106 list_free( evaluate_rule( bindrule( rulename, frame->module ), rulename, frame ) ); in headers()
|
D | lists.cpp | 219 void list_free( LIST * head ) in list_free() function 411 list_free( lol->list[ i ] ); in lol_free()
|
D | filesys.cpp | 495 list_free( file->files ); in free_file_info() 505 list_free( files_to_remove ); in remove_files_atexit()
|
D | class.cpp | 123 list_free( imported ); in import_base_rules()
|
D | builtins.cpp | 799 list_free( globbing.patterns ); in builtin_glob() 845 list_free( globbing.patterns ); in glob1() 847 list_free( plist ); in glob1() 932 list_free( dirs ); in glob_recursive() 2138 list_free( result ); in bjam_call() 2624 list_free( globbing.patterns[ 0 ] ); in builtin_glob_archive() 2625 list_free( globbing.patterns[ 1 ] ); in builtin_glob_archive()
|
D | search.cpp | 60 list_free( evaluate_rule( bindrule( rulename, root_module() ), rulename, frame ) ); in call_bind_rule()
|
D | make1.cpp | 1141 list_free( nt ); in make1cmds() 1295 list_free( nt ); in make1cmds() 1296 list_free( ns ); in make1cmds()
|
D | debugger.cpp | 735 list_free( locals ); in debug_child_info() 1541 list_free( result ); in debug_parent_print() 2334 list_free( vars ); in debug_mi_stack_list_variables() 2438 list_free( vars ); in debug_mi_stack_list_locals()
|
D | modules.cpp | 129 list_free( m->fixed_variables[ i ] ); in delete_module()
|
D | make.cpp | 939 list_free( targets_to_update_ ); in clear_targets_to_update()
|
D | execnt.cpp | 297 list_free( *pShell ); in exec_check()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_memory_helper.c | 184 struct list_head list_free; /* for pending frees */ member 508 LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_frees, list_free) { in nine_flush_pending_frees() 525 list_delinit(&allocation->list_free); in nine_flush_pending_frees() 700 list_inithead(&new_allocation->list_free); in nine_memfd_allocator() 803 list_inithead(&new_allocation->list_free); in nine_allocate() 855 list_addtail(&allocation->list_free, &allocator->pending_frees); in nine_free_worker() 966 list_inithead(&new_allocation->list_free); in nine_suballocate() 997 list_inithead(&new_allocation->list_free); in nine_wrap_external_pointer()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | property-set.cpp | 154 list_free( sorted ); in property_set_create() 157 list_free( unique ); in property_set_create() 190 list_free( imports ); in property_set_create()
|