Home
last modified time | relevance | path

Searched refs:element (Results 1 – 5 of 5) sorted by relevance

/scripts/
Dasn1_compiler.c681 struct element { struct
686 struct element *children; argument
687 struct element *next; argument
688 struct element *render_next; argument
689 struct element *list_next; argument
708 struct element *element; member
798 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 …]
/scripts/coccinelle/misc/
Darray_size.cocci2 /// Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element
6 //# element or by any indexed element or the element type. It replaces the
/scripts/gdb/linux/
Dutils.py46 element = gdb.Value(0).cast(typeobj)
47 return int(str(element[field].address).split()[0], 16)
/scripts/coccinelle/iterators/
Dlist_entry_update.cocci2 /// list_for_each_entry uses its first argument to get from one element of
Ditnull.cocci3 /// to a real list element, never NULL.