Home
last modified time | relevance | path

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

/scripts/
A Dasn1_compiler.c681 struct element { struct
687 struct element *next; argument
708 struct element *element; argument
856 struct element *top, *element; in parse_type() local
867 element->name = name; in parse_type()
943 element = element->children; in parse_type()
947 element->name = name; in parse_type()
1150 struct element *children, **child_p = &children, *element; in parse_compound() local
1181 *child_p = element; in parse_compound()
1294 struct element *e; in render()
[all …]
/scripts/coccinelle/misc/
A 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
A Dflexible_array.cocci3 /// Zero-length and one-element arrays are deprecated, see
99 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
106 …https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays)"
/scripts/gdb/linux/
A Dutils.py70 element = gdb.Value(0).cast(typeobj)
71 return int(str(element[field].address).split()[0], 16)
/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci2 /// list_for_each_entry uses its first argument to get from one element of
A Ditnull.cocci3 /// to a real list element, never NULL.

Completed in 15 milliseconds