| /scripts/gendwarfksyms/ | 
| D | types.c | 76 static void type_expansion_init(struct type_expansion *type)  in type_expansion_init() 83 static inline void type_expansion_free(struct type_expansion *type)  in type_expansion_free() 91 static void type_expansion_append(struct type_expansion *type, const char *s,  in type_expansion_append() 119 static struct type_expansion *type_map_add(const char *name,  in type_map_add() 163 	struct type_expansion type;  in type_map_get()  local 239 	struct type_expansion type;  member 323 				struct type_expansion *type)  in __calculate_version() 352 			      struct type_expansion *type)  in calculate_version() 359 static void __type_expand(struct die *cache, struct type_expansion *type)  in __type_expand() 403 			struct type_expansion *type)  in type_expand() [all …] 
 | 
| D | kabi.c | 83 	enum kabi_rule_type type;  member 92 static inline unsigned int rule_values_hash(enum kabi_rule_type type,  in rule_values_hash() 131 		enum kabi_rule_type type;  in kabi_read_rules()  member 208 		enum kabi_rule_type type = KABI_RULE_TYPE_UNKNOWN;  in kabi_read_rules()  local 259 static struct rule *find_rule(enum kabi_rule_type type, const char *target)  in find_rule() 277 static struct rule *find_enumerator_rule(enum kabi_rule_type type,  in find_enumerator_rule() 348 bool kabi_get_type_string(const char *type, const char **str)  in kabi_get_type_string()
  | 
| D | dwarf.c | 45 #define DEFINE_GET_ATTR(attr, type)                                    \  argument 250 #define DEFINE_MATCH(type)                                     \  argument 303 	Dwarf_Die type;  in process_type_attr()  local 326 				Dwarf_Die *die, const char *type)  in __process_list_type() 353 #define DEFINE_PROCESS_LIST_TYPE(type)                                       \  argument 378 #define DEFINE_PROCESS_TYPE(type)                                            \  argument 426 				      Dwarf_Die *die, const char *type)  in __process_subroutine_type() 533 	Dwarf_Die type;  in check_union_member_kabi_status()  local 655 	Dwarf_Die type;  in is_kabi_ignored()  local 691 				     Dwarf_Die *die, const char *type,  in __process_structure_type() [all …] 
 | 
| /scripts/gcc-plugins/ | 
| D | structleak_plugin.c | 81 static bool is_userspace_type(tree type)  in is_userspace_type() 101 	tree type = (tree)event_data;  in finish_type()  local 122 	tree type;  in initialize()  local 184 		tree type = TREE_TYPE(var);  in structleak_execute()  local
  | 
| D | randomize_layout_plugin.c | 56 	tree type;  in handle_randomize_layout_attr()  local 242 static void shuffle(const_tree type, tree *newtree, unsigned long length)  in shuffle() 296 static int relayout_struct(tree type)  in relayout_struct() 417 static void randomize_type(tree type)  in randomize_type() 441 	tree lastval, lastidx, field, init, type, flexsize;  in update_decl_size()  local 487 	tree type;  in randomize_layout_finish_decl()  local 514 	tree type = (tree)event_data;  in finish_type()  local
  | 
| D | latent_entropy_plugin.c | 116 static tree tree_get_random_const(tree type)  in tree_get_random_const() 133 	tree type;  in handle_latent_entropy_attribute()  local 279 static tree create_var(tree type, const char *name)  in create_var() 543 	tree type, id;  in latent_entropy_start_unit()  local
  | 
| D | gcc-common.h | 113 	tree cstr, elem, index, type;  in build_const_char_string()  local 126 static inline void __add_type_attr(tree type, const char *attr, tree args)  in __add_type_attr() 142 static inline void add_type_attr(tree type, const char *attr, tree args)  in add_type_attr()
  | 
| /scripts/kconfig/ | 
| D | expr.c | 33 static struct expr *expr_lookup(enum expr_type type, void *l, void *r)  in expr_lookup() 62 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce)  in expr_alloc_one() 67 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2)  in expr_alloc_two() 72 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2)  in expr_alloc_comp() 101 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2)  in __expr_eliminate_eq() 479 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2)  in expr_eliminate_dups1() 784 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym)  in expr_trans_compare() 860 						enum symbol_type type,  in expr_parse_string()
  | 
| D | menu.c | 134 void menu_set_type(int type)  in menu_set_type() 150 static struct property *menu_add_prop(enum prop_type type, struct expr *expr,  in menu_add_prop() 178 struct property *menu_add_prompt(enum prop_type type, const char *prompt,  in menu_add_prompt() 216 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep)  in menu_add_expr() 221 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep)  in menu_add_symbol() 579 	enum prop_type type;  in menu_get_parent_menu()  local
  | 
| D | qconf.cc | 97 	int type;  in updateMenu()  local 218 			enum symbol_type type = menu->sym->type;  in init()  local 401 	enum prop_type type;  in updateSelection()  local 491 	int type;  in setValue()  local 517 	int type, oldexpr, newexpr;  in changeValue()  local 551 	enum prop_type type;  in setRootMenu()  local 603 	enum prop_type type;  in updateMenuList()  local 668 	enum prop_type type;  in updateMenuList()  local 732 	enum prop_type type;  in keyPressEvent()  local
  | 
| D | symbol.c | 47 	enum symbol_type type = sym->type;  in sym_get_type()  local 54 const char *sym_type_name(enum symbol_type type)  in sym_type_name() 530 	int type = sym_get_type(sym);  in sym_tristate_within_range()  local 1083 	enum prop_type type;  in sym_check_print_recursive()  local 1311 const char *prop_get_type_name(enum prop_type type)  in prop_get_type_name()
  | 
| D | expr.h | 49 	enum expr_type type;  member 97 	enum symbol_type type;  member 189 	enum prop_type type;       /* type of property */  member
  | 
| D | parser.y | 42 	enum symbol_type type;  member
  | 
| /scripts/include/ | 
| D | list.h | 19 #define container_of(ptr, type, member) ({				\  argument 228 #define list_entry(ptr, type, member) \  argument 239 #define list_first_entry(ptr, type, member) \  argument 250 #define list_last_entry(ptr, type, member) \  argument 398 #define hlist_entry(ptr, type, member) container_of(ptr, type, member)  argument 400 #define hlist_entry_safe(ptr, type, member) \  argument
  | 
| /scripts/ | 
| D | asn1_compiler.c | 306 	struct type	*type;  member 684 	struct token	*type;  member 705 struct type {  struct 715 static struct type *type_list;  argument 734 	const struct type *type = *ti;  in type_finder()  local 807 	struct type *type;  in parse()  local
  | 
| D | kallsyms.c | 85 static bool is_ignored_symbol(const char *name, char type)  in is_ignored_symbol() 123 	char *name, type, *p;  in read_symbol()  local
  | 
| /scripts/genksyms/ | 
| D | genksyms.c | 183 static struct symbol *__add_symbol(const char *name, enum symbol_type type,  in __add_symbol() 314 struct symbol *add_symbol(const char *name, enum symbol_type type,  in add_symbol() 320 static struct symbol *add_reference_symbol(const char *name, enum symbol_type type,  in add_reference_symbol() 699 static void print_type_name(enum symbol_type type, const char *name)  in print_type_name()
  | 
| D | parse.y | 46 		       enum symbol_type type)  in record_compound()
  | 
| D | genksyms.h | 36 	enum symbol_type type;  member
  | 
| /scripts/dtc/ | 
| D | dtc-parser.y | 375 			enum markertype type = TYPE_UINT32;  variable
  | 
| D | fdtget.c | 31 	int type;		/* data type (s/i/u/x or 0 for default) */  member
  | 
| D | fdtput.c | 25 	int type;		/* data type (s/i/u/x or 0 for default) */  member
  | 
| D | dtc.h | 120 static inline bool is_type_marker(enum markertype type)  in is_type_marker() 128 	enum markertype type;  member
  | 
| D | data.c | 227 struct data data_add_marker(struct data d, enum markertype type, char *ref)  in data_add_marker()
  | 
| /scripts/gendwarfksyms/examples/ | 
| D | kabi.h | 107 #define KABI_TYPE_STRING(type, str) ___KABI_RULE(type_string, type, str)  argument
  |