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

/external/clang/test/CodeGen/
H A D2002-07-14-MiscListTests.c60 list *MyList = 0; local
61 InsertIntoListTail(&MyList, 100);
62 InsertIntoListTail(&MyList, 12);
63 InsertIntoListTail(&MyList, 42);
64 InsertIntoListTail(&MyList, 1123);
65 InsertIntoListTail(&MyList, 1213);
67 if (FindData(MyList, 75)) foundIt();
68 if (FindData(MyList, 42)) foundIt();
69 if (FindData(MyList, 700)) foundIt();

Completed in 86 milliseconds