Searched defs:decl (Results 1 – 6 of 6) sorted by relevance
151 struct string_list *decl = (*$3)->next; variable169 { struct string_list *decl = *$1; variable177 { struct string_list *decl = *$3; variable405 { struct string_list *decl = *$2; variable
216 static inline bool is_simple_builtin(tree decl) in is_simple_builtin()299 static inline struct cgraph_node *cgraph_create_node(tree decl) in cgraph_create_node()304 static inline struct cgraph_node *cgraph_get_create_node(tree decl) in cgraph_get_create_node()354 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable()565 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name()704 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name()711 #define cgraph_get_node(decl) cgraph_node::get(decl) argument712 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument713 #define cgraph_create_node(decl) cgraph_node::create(decl) argument716 #define varpool_get_node(decl) varpool_node::get(decl) argument[all …]
483 static void update_decl_size(tree decl) in update_decl_size()530 tree decl = (tree)event_data; in randomize_layout_finish_decl() local
766 int decl = 0, inl; in die_walk_lines() local
1437 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member1450 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; member
1781 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local