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

Function apply_modifiers_impl

v2/engine/function.c:1096–1102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1094}
1095
1096static LIST * apply_modifiers_impl( LIST * result, string * buf,
1097 VAR_EDITS * edits, int n, LISTITER iter, LISTITER end )
1098{
1099 return iter == end
1100 ? apply_modifiers_empty( result, buf, edits, n )
1101 : apply_modifiers_non_empty( result, buf, edits, n, iter, end );
1102}
1103
1104static LIST * apply_subscript_and_modifiers( STACK * s, int n )
1105{

Callers 2

apply_modifiersFunction · 0.85

Calls 2

apply_modifiers_emptyFunction · 0.85

Tested by

no test coverage detected