Home
last modified time | relevance | path

Searched refs:list_push_back (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dw32_getreg.cpp97 result = list_push_back( result, object_new(expanded->value) ); in builtin_system_registry()
107 result = list_push_back( result, object_new(s) ); in builtin_system_registry()
116 result = list_push_back( result, object_new(buf) ); in builtin_system_registry()
121 result = list_push_back( result, object_new( (const char *)data ) ); in builtin_system_registry()
Djam.cpp506 list_push_back( list_push_back( list_new( in main()
520 list_push_back( in main()
521 list_push_back( in main()
522 list_push_back( in main()
523 list_push_back( in main()
Dbuiltins.cpp538 result = list_push_back( result, object_new( buffer ) ); in builtin_calc()
737 globbing->results = list_push_back( globbing->results, object_copy( in builtin_glob_back()
762 result = list_push_back( result, object_new( s->value ) ); in downcase_list()
819 ? list_push_back( list, object_copy( info->name ) ) in append_if_exists()
890 : list_push_back( dirs, object_new( dirname->value ) ); in glob_recursive()
1013 result = list_push_back( result, object_new( buf->value ) ); in builtin_match()
1046 result = list_push_back( result, object_new( t ) ); in builtin_split_by_characters()
1094 *result = list_push_back( *result, object_copy( r->name ) ); in add_rule_name()
1125 *result = list_push_back( *result, object_copy( *(OBJECT * *)np ) ); in add_hash_key()
1395 result = list_push_back( result, object_new( file ) ); in builtin_backtrace()
[all …]
Dmake1.cpp763 … lol_add( frame->args, list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_timing_rule()
824list_push_back( list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_action_rule()
1356 l = list_push_back( l, object_copy( t->boundname ) ); in make1list()
1389 nl = list_push_back( nl, object_copy( t->boundname ) ); in make1settings()
Dvariable.cpp100 l = list_push_back( l, object_new( buf->value ) ); in var_defines()
135 l = list_push_back( l, object_new( buf->value ) ); in var_defines()
139 l = list_push_back( l, object_new( pp ) ); in var_defines()
Dheaders.cpp167 l = list_push_back( l, object_new( re[ i ]->startp[ 1 ] ) ); in headers1()
189 l = list_push_back( l, object_copy( header_filename ) ); in headers1()
Dlists.cpp112 LIST * list_push_back( LIST * head, OBJECT * value ) in list_push_back() function
359 result = list_push_back( result, object_copy( list_item( iter ) ) ); in list_unique()
467 result = list_push_back( result, object_new( PyString_AsString( v ) ) ); in list_from_python()
Dfilevms.cpp114 files = list_push_back( files, name ); in file_collect_dir_content_()
265 member->files = list_push_back( member->files, object_new( buf ) ); in set_archive_symbol()
Dsubst.cpp91 result = list_push_back( result, object_new( buf ) ); in builtin_subst()
Dhcache.cpp274 l = list_push_back( l, s ); in hcache_init()
295 l = list_push_back( l, s ); in hcache_init()
Dlists.h80 LIST * list_push_back( LIST * head, OBJECT * value );
Dfilent.cpp122 files = list_push_back( files, pathname_obj ); in file_collect_dir_content_()
Dfileunix.cpp152 files = list_push_back( files, name ); in file_collect_dir_content_()
Dmodules.cpp308 *result = list_push_back( *result, object_copy( *r ) ); in add_module_name()
Dfilesys.cpp382 files_to_remove = list_push_back( files_to_remove, object_copy( path ) ); in file_remove_atexit()
Dexecunix.cpp192 default_shell = list_push_back( list_new( in exec_cmd()
Dfunction.cpp591 trailing = list_push_back( trailing, object_new( buf->value ) ); in function_call_member_rule()
970 result = list_push_back( result, object_copy( list_item( iter ) ) ); in apply_subscript()
1041 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_empty()
1069 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_non_empty()
1078 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_non_empty()
1214 result = list_push_back( result, object_new( buf->value ) ); in expand()
3757 result = list_push_back( result, var ); in function_get_variables()
4820 result = list_push_back( result, new_object ); in function_run()
5302 result = list_push_back( result, s ); in call_python_function()
Dmake.cpp926 targets_to_update_ = list_push_back( targets_to_update_, object_copy( in mark_target_for_updating()
Ddebugger.cpp170 result = list_push_back( result, debug_object_read( in ) ); in debug_list_read()
/third_party/boost/tools/build/src/engine/modules/
Dregex.cpp51 result = list_push_back( result, object_new_range( prev, re->startp[ 0 ] - prev ) ); in regex_split()
62 result = list_push_back( result, object_new( pos ) ); in regex_split()
204 result = list_push_back( result, object_new( buf->value in regex_transform()
Dsequence.cpp49 result = list_push_back( result, object_copy( list_item( in sequence_select_highest_ranked()
75 …lol_add( inner->args, list_push_back( list_copy_range( function, args_begin, args_end ), object_co… in sequence_transform()
Dset.cpp31 result = list_push_back(result, object_copy(list_item(iter))); in set_difference()
Dorder.cpp131 result = list_push_back( result, object_copy( list_item( iter ) ) ); in order()
Dproperty-set.cpp261 result = list_push_back( result, in property_set_get()