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

Function targetlist

v2/engine/rules.c:241–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

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