mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
for child in value:
# do something with the child value
and SBValue.linked_list_iter():
for task in task_head.linked_list_iter('next', eol_test):
# visit each item in the linked list
llvm-svn: 136015