Home
last modified time | relevance | path

Searched refs:LISTITER (Results 1 – 22 of 22) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dlists.cpp90 LISTITER list_begin( LIST * l ) in list_begin()
92 return l ? (LISTITER)( (char *)l + sizeof( LIST ) ) : 0; in list_begin()
95 LISTITER list_end( LIST * l ) in list_end()
159 LIST * list_copy_range( LIST * l, LISTITER first, LISTITER last ) in list_copy_range()
167 LISTITER dest = list_begin( result ); in list_copy_range()
223 LISTITER iter = list_begin( head ); in list_free()
224 LISTITER const end = list_end( head ); in list_free()
282 LISTITER t_it = list_begin( t ); in list_cmp()
283 LISTITER const t_end = list_end( t ); in list_cmp()
284 LISTITER s_it = list_begin( s ); in list_cmp()
[all …]
Dlists.h63 typedef OBJECT * * LISTITER; typedef
78 LIST * list_copy_range( LIST * destination, LISTITER first, LISTITER last );
93 LISTITER list_begin( LIST * );
94 LISTITER list_end( LIST * );
119 inline explicit iterator(LISTITER i) : list_i(i) {} in iterator()
139 LISTITER list_i;
Dbuiltins.cpp513 LISTITER iter = list_begin( arg ); in builtin_calc()
514 LISTITER const end = list_end( arg ); in builtin_calc()
556 LISTITER iter = list_begin( targets ); in builtin_depends()
557 LISTITER end = list_end( targets ); in builtin_depends()
576 LISTITER t_iter = list_begin( targets ); in builtin_depends()
577 LISTITER const t_end = list_end( targets ); in builtin_depends()
601 LISTITER iter = list_begin( targets ); in builtin_rebuilds()
602 LISTITER const end = list_end( targets ); in builtin_rebuilds()
670 LISTITER iter = list_begin( targets ); in builtin_flags()
671 LISTITER const end = list_end( targets ); in builtin_flags()
[all …]
Dfunction.cpp583 LISTITER iter = list_begin( first ), end = list_end( first ); in function_call_member_rule()
634 VAR_EDITS * edits, int n, LISTITER iter, LISTITER end );
635 static void get_iters( subscript_t const subscript, LISTITER * const first,
636 LISTITER * const last, int const length );
848 LISTITER * iter = (LISTITER*)stack_allocate( s, n * sizeof( LIST * ) ); in expand_modifiers()
958 LISTITER indices_iter = list_begin( indices ); in apply_subscript()
959 LISTITER const indices_end = list_end( indices ); in apply_subscript()
964 LISTITER iter = list_begin( value ); in apply_subscript()
965 LISTITER end = list_end( value ); in apply_subscript()
982 static void get_iters( subscript_t const subscript, LISTITER * const first, in get_iters()
[all …]
Dclass.cpp29 LISTITER iter = list_begin( class_names ); in check_defined()
30 LISTITER const end = list_end( class_names ); in check_defined()
167 LISTITER iter = list_begin( bases ); in make_class_module()
168 LISTITER const end = list_end( bases ); in make_class_module()
Dsubst.cpp44 LISTITER iter = list_begin( arg1 ); in builtin_subst()
45 LISTITER const end = list_end( arg1 ); in builtin_subst()
56 LISTITER subst = list_next( iter ); in builtin_subst()
Dhcache.cpp384 LISTITER iter; in hcache_done()
385 LISTITER end; in hcache_done()
456 LISTITER iter1 = list_begin( l1 ); in hcache()
457 LISTITER const end1 = list_end( l1 ); in hcache()
458 LISTITER iter2 = list_begin( l2 ); in hcache()
459 LISTITER const end2 = list_end( l2 ); in hcache()
Dexeccmd.cpp50 LISTITER iter = list_begin( shell ); in argv_from_shell()
51 LISTITER end = list_end( shell ); in argv_from_shell()
Dmake1.cpp208 LISTITER iter, end; in make1()
262 LISTITER iter, end; in make1()
962 LISTITER iter = list_begin( targets ); in make1c_closure()
963 LISTITER const end = list_end( targets ); in make1c_closure()
1346 LISTITER iter = list_begin( l ); in make1list()
1347 LISTITER const end = list_end( l ); in make1list()
1371 LISTITER vars_iter = list_begin( vars ); in make1settings()
1372 LISTITER const vars_end = list_end( vars ); in make1settings()
1377 LISTITER iter = list_begin( l ); in make1settings()
1378 LISTITER const end = list_end( l ); in make1settings()
Dheaders.cpp67 LISTITER iter; in headers()
68 LISTITER end; in headers()
Dfilesys.cpp459 LISTITER iter = list_begin( d->files ); in file_dirscan_impl()
460 LISTITER const end = list_end( d->files ); in file_dirscan_impl()
501 LISTITER iter = list_begin( files_to_remove ); in remove_files_atexit()
502 LISTITER const end = list_end( files_to_remove ); in remove_files_atexit()
Dsearch.cpp182 LISTITER iter = list_begin( varlist ); in search()
183 LISTITER const end = list_end( varlist ); in search()
Dmodules.cpp281 LISTITER iter; in import_module()
282 LISTITER end; in import_module()
Drules.cpp242 LISTITER iter = list_begin( target_names ); in targetlist()
243 LISTITER const end = list_end( target_names ); in targetlist()
Dmake.cpp115 LISTITER iter, end; in make()
129 LISTITER iter, end; in make()
Dscan.cpp36 LISTITER pos; /* for yysparse() -- text to parse */
Ddebugger.cpp151 LISTITER iter = list_begin( l ), end = list_end( l ); in debug_list_write()
2299 LISTITER iter, end; in debug_mi_stack_list_variables()
2403 LISTITER iter, end; in debug_mi_stack_list_locals()
/third_party/boost/tools/build/src/engine/modules/
Dorder.cpp21 LISTITER iter = list_begin( arg ); in add_pair()
22 LISTITER const end = list_end( arg ); in add_pair()
35 LISTITER iter = list_begin( list ); in list_index()
36 LISTITER const end = list_end( list ); in list_index()
93 LISTITER iter = list_begin( arg ); in order()
94 LISTITER const end = list_end( arg ); in order()
108 LISTITER dep_iter = list_begin( dependencies ); in order()
109 LISTITER const dep_end = list_end( dependencies ); in order()
129 LISTITER iter = list_begin( arg ); in order()
Dsequence.cpp33 LISTITER iter = list_begin( rank ); in sequence_select_highest_ranked()
34 LISTITER const end = list_end( rank ); in sequence_select_highest_ranked()
43 LISTITER iter = list_begin( rank ); in sequence_select_highest_ranked()
44 LISTITER const end = list_end( rank ); in sequence_select_highest_ranked()
45 LISTITER elements_iter = list_begin( elements ); in sequence_select_highest_ranked()
62 LISTITER args_begin = list_next( list_begin( function ) ), args_end = list_end( function ); in sequence_transform()
63 LISTITER iter = list_begin( sequence ), end = list_end( sequence ); in sequence_transform()
Dproperty-set.cpp36 LISTITER iter = list_begin( key ), end = list_end( key ); in list_hash()
46 LISTITER lhs_iter, lhs_end, rhs_iter; in list_equal()
166 LISTITER iter, end; in property_set_create()
206 LISTITER begin, end; in property_set_get()
216 LISTITER mid = begin + diff / 2; in property_set_get()
234 LISTITER tmp = mid; in property_set_get()
274 LISTITER features_iter = list_begin( features ); in property_set_contains_features()
275 LISTITER features_end = list_end( features ) ; in property_set_contains_features()
282 LISTITER begin, end; in property_set_contains_features()
289 LISTITER mid = begin + diff / 2; in property_set_contains_features()
Dregex.cpp42 LISTITER iter = list_begin( args ); in regex_split()
102 LISTITER iter = list_begin( args ); in regex_replace()
164 LISTITER iter = list_begin( indices_list ); in regex_transform()
165 LISTITER const end = list_end( indices_list ); in regex_transform()
182 LISTITER iter = list_begin( l ); in regex_transform()
183 LISTITER const end = list_end( l ); in regex_transform()
Dset.cpp27 LISTITER iter = list_begin( b ), end = list_end( b ); in set_difference()