MCPcopy Create free account
hub / github.com/WheretIB/nullc / list_iterator__

Function list_iterator__

NULLC/translation/std_list.cpp:368–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 return (*(&(*(&__context))->first)) == ((list_node * )(0));
367}
368list_iterator list_iterator__(list_node * start_0, void* unused)
369{
370 list_iterator ret_8;
371 *(&(&ret_8)->curr) = *(&start_0);
372 return *(&ret_8);
373}
374list_iterator list__start_list_iterator_ref__(list * __context)
375{
376 return list_iterator__(*(&(*(&__context))->first), (void*)0);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected