MCPcopy Create free account
hub / github.com/boostorg/build / targetlist

Function targetlist

src/engine/rules.cpp:240–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238 */
239
240TARGETS * targetlist( TARGETS * chain, LIST * target_names )
241{
242 LISTITER iter = list_begin( target_names );
243 LISTITER const end = list_end( target_names );
244 for ( ; iter != end; iter = list_next( iter ) )
245 chain = targetentry( chain, bindtarget( list_item( iter ) ) );
246 return chain;
247}
248
249
250/*

Callers 4

target_include_manyFunction · 0.85
builtin_dependsFunction · 0.85
builtin_rebuildsFunction · 0.85
evaluate_ruleFunction · 0.85

Calls 4

list_beginFunction · 0.85
list_endFunction · 0.85
targetentryFunction · 0.85
bindtargetFunction · 0.85

Tested by

no test coverage detected