Searched refs:_List (Results 1 – 6 of 6) sorted by relevance
32 struct _List; // Forward declaration.34 struct _List *array[90];45 struct _List { // Test doubly linked list. struct46 struct _List *current; argument47 struct _List *previous; argument48 struct _List *next; argument50 struct _List ListVar;
46 COMPLEX: _List *array[90];52 LIST: name = "_List", size = 12, decl = ClassLayoutTest.cpp:4553 LIST-SAME: struct _List {54 LIST: _List *current;55 LIST: _List *previous;56 LIST: _List *next;
1 from _List import *
343 def _List(self, t): member in Unparser
87 class IntList<string _Name, list<int> _List> {89 list<int> List = _List;
572 template <bool _List, class ..._Preds>