Searched refs:task4 (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/python_api/type/
H A Dmain.cpp28 Task *task4 = new Task(4, NULL); local
33 task2->next = task4;
34 task4->next = task5;
/external/lldb/test/python_api/value/linked_list/
H A Dmain.cpp28 Task *task4 = new Task(4, NULL); local
33 task2->next = task4;
34 task4->next = task5;

Completed in 122 milliseconds