Searched refs:field (Results 1 – 12 of 12) sorted by relevance
/scripts/ |
D | makelst | 16 field() { function 22 t2=`field 6 $t1` 27 t4=`field 1 $t3` 28 t5=`field 1 $t1`
|
D | Makefile.extrawarn | 36 KBUILD_CFLAGS += -Wno-missing-field-initializers 80 KBUILD_CFLAGS += -Wmissing-field-initializers
|
/scripts/gcc-plugins/ |
D | structleak_plugin.c | 76 static tree get_field_type(tree field) in get_field_type() argument 78 return strip_array_types(TREE_TYPE(field)); in get_field_type() 83 tree field; in is_userspace_type() local 85 for (field = TYPE_FIELDS(type); field; field = TREE_CHAIN(field)) { in is_userspace_type() 86 tree fieldtype = get_field_type(field); in is_userspace_type() 93 if (lookup_attribute("user", DECL_ATTRIBUTES(field))) in is_userspace_type()
|
D | randomize_layout_plugin.c | 277 static bool is_flexible_array(const_tree field) in is_flexible_array() argument 284 fieldtype = TREE_TYPE(field); in is_flexible_array() 311 tree field; in relayout_struct() local 345 for (field = TYPE_FIELDS(type), i = 0; field; field = TREE_CHAIN(field), i++) { in relayout_struct() 346 gcc_assert(TREE_CODE(field) == FIELD_DECL); in relayout_struct() 347 newtree[i] = field; in relayout_struct() 405 static const_tree get_field_type(const_tree field) in get_field_type() argument 407 return strip_array_types(TREE_TYPE(field)); in get_field_type() 422 const_tree field; in is_pure_ops_struct() local 426 for (field = TYPE_FIELDS(node); field; field = TREE_CHAIN(field)) { in is_pure_ops_struct() [all …]
|
/scripts/coccinelle/misc/ |
D | test_addr.cocci | 2 /// The address of a variable or field is likely always to be non-zero. 26 cocci.print_main("test of a variable/field address",p) 32 msg = "ERROR: test of a variable/field address"
|
D | doubleinit.cocci | 2 /// Find duplicate field initializations. This has a high rate of false
|
/scripts/coccinelle/free/ |
D | kfreeaddr.cocci | 2 /// Free of a structure field 36 msg = "ERROR: invalid free of structure field"
|
/scripts/gdb/linux/ |
D | utils.py | 44 def offset_of(typeobj, field): argument 46 return int(str(element[field].address).split()[0], 16)
|
/scripts/mod/ |
D | devicetable-offsets.c | 6 #define DEVID_FIELD(devid, field) \ argument 7 DEFINE(OFF_##devid##_##field, offsetof(struct devid, field))
|
D | file2alias.c | 85 #define ADD(str, sep, cond, field) \ argument 90 sizeof(field) == 1 ? "%02X" : \ 91 sizeof(field) == 2 ? "%04X" : \ 92 sizeof(field) == 4 ? "%08X" : "", \ 93 field); \ 974 int field; member 1014 (*matches)[j].slot == dmi_fields[i].field) { in do_dmi_entry()
|
/scripts/dtc/libfdt/ |
D | libfdt.h | 247 #define fdt_get_header(fdt, field) \ argument 248 (fdt32_ld(&((const struct fdt_header *)(fdt))->field))
|
/scripts/coccinelle/api/ |
D | platform_no_drv_owner.cocci | 2 /// Remove .owner field if calls are used which set it automatically
|