Searched defs:ListNode (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c48 struct ListNode { struct
50 struct ListNode *Next;
H A Dstruct2.c45 struct ListNode { struct
47 struct ListNode *Next;
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c51 typedef struct ListNode { struct
54 struct ListNode *next;
55 struct ListNode *prev;
56 } ListNode; typedef in typeref:struct:ListNode
64 ListNode node; // Node within list of all allocated blocks.
69 const ListNode *check_point; // Check point of the test if there's a
89 ListNode symbol_values_list_head;
117 static ListNode* list_initialize(ListNode * const node);
118 static ListNode* list_ad
[all...]

Completed in 1099 milliseconds