Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 3 of 3) sorted by relevance

/scripts/genksyms/
Dparse.y140 struct string_list *decl = (*$3)->next; variable
158 { struct string_list *decl = *$1; variable
166 { struct string_list *decl = *$3; variable
395 { struct string_list *decl = *$2; variable
/scripts/gcc-plugins/
Dgcc-common.h220 static inline bool is_simple_builtin(tree decl) in is_simple_builtin()
303 static inline struct cgraph_node *cgraph_create_node(tree decl) in cgraph_create_node()
308 static inline struct cgraph_node *cgraph_get_create_node(tree decl) in cgraph_get_create_node()
358 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable()
569 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name()
708 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name()
715 #define cgraph_get_node(decl) cgraph_node::get(decl) argument
716 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument
717 #define cgraph_create_node(decl) cgraph_node::create(decl) argument
720 #define varpool_get_node(decl) varpool_node::get(decl) argument
[all …]
Drandomize_layout_plugin.c483 static void update_decl_size(tree decl) in update_decl_size()
530 tree decl = (tree)event_data; in randomize_layout_finish_decl() local