Searched refs:element (Results 1 – 5 of 5) sorted by relevance
681 struct element { struct686 struct element *children; argument687 struct element *next; argument688 struct element *render_next; argument689 struct element *list_next; argument708 struct element *element; member798 static struct element *parse_type(struct token **_cursor, struct token *stop,819 type->element = parse_type(&cursor, type[1].name, NULL); in parse()820 type->element->type_def = type; in parse()833 static struct element *element_list;[all …]
2 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element6 //# element or by any indexed element or the element type. It replaces the
46 element = gdb.Value(0).cast(typeobj)47 return int(str(element[field].address).split()[0], 16)
2 /// list_for_each_entry uses its first argument to get from one element of
3 /// to a real list element, never NULL.