Home
last modified time | relevance | path

Searched refs:bindtarget (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dmake.cpp119 TARGET * t = bindtarget( list_item( iter ) ); in make()
131 dependGraphOutput( bindtarget( list_item( iter ) ), 0 ); in make()
339 located_target = bindtarget( another_target ); in make0()
364 TARGET * const semaphore = bindtarget( list_front( var ) ); in make0()
Dmake1.cpp212 push_state( &temp_stack, bindtarget( list_item( iter ) ), NULL, T_STATE_MAKE1A ); in make1()
268 TARGET * t = bindtarget( list_item( iter ) ); in make1()
967 TARGET const * const t = bindtarget( list_item( iter ) ); in make1c_closure()
1004 TARGET * first_target = bindtarget( list_front( lol_get( &next_cmd->args, 0 ) ) ); in push_cmds()
1010 TARGET * first_target = bindtarget( list_front( lol_get( &next_cmd->args, 0 ) ) ); in push_cmds()
1382 TARGET * const t = bindtarget( list_item( iter ) ); in make1settings()
Drules.cpp156 TARGET * bindtarget( OBJECT * const target_name ) in bindtarget() function
208 bindtarget( t )->flags |= T_FLAG_TOUCHED; in touch_target()
245 chain = targetentry( chain, bindtarget( list_item( iter ) ) ); in targetlist()
Drules.h258 TARGET * bindtarget ( OBJECT * const );
Dbuiltins.cpp560 TARGET * const t = bindtarget( list_item( iter ) ); in builtin_depends()
573 TARGET * const s = bindtarget( list_item( iter ) ); in builtin_depends()
579 s->dependants = targetentry( s->dependants, bindtarget( in builtin_depends()
605 TARGET * const t = bindtarget( list_item( iter ) ); in builtin_rebuilds()
673 bindtarget( list_item( iter ) )->flags |= flags; in builtin_flags()
1068 TARGET * const t = bindtarget( list_item( iter ) ); in builtin_hdrmacro()
1779 bindtarget( list_item( iter ) )->flags |= T_FLAG_PRECIOUS; in builtin_precious()
Dhcache.cpp91 TARGET * const t = bindtarget( list_front( hcachevar ) ); in cache_name()
Dfunction.cpp4354 TARGET * t = bindtarget( list_front( targets ) ); in function_run()
4375 TARGET * t = bindtarget( list_front( targets ) ); in function_run()
4394 TARGET * t = bindtarget( list_item( iter ) ); in function_run()
4419 TARGET * const t = bindtarget( list_item( iter ) ); in function_run()
4444 TARGET * t = bindtarget( list_item( iter ) ); in function_run()
4468 TARGET * t = bindtarget( list_front( targets ) ); in function_run()
4835 TARGET * const t = bindtarget( list_front( nt ) ); in function_run()