decl 1437 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; decl 1450 drivers/gpu/drm/vmwgfx/device_include/svga3d_dx.h SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_STREAMOUT_DECLS]; decl 1573 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( decl 1585 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); decl 1592 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { decl 1596 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c &decl->array.surfaceId, NULL); decl 1602 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); decl 1608 drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c range = (SVGA3dPrimitiveRange *) decl; decl 222 scripts/gcc-plugins/gcc-common.h static inline bool is_simple_builtin(tree decl) decl 224 scripts/gcc-plugins/gcc-common.h if (decl && DECL_BUILT_IN_CLASS(decl) != BUILT_IN_NORMAL) decl 227 scripts/gcc-plugins/gcc-common.h switch (DECL_FUNCTION_CODE(decl)) { decl 305 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_create_node(tree decl) decl 307 scripts/gcc-plugins/gcc-common.h return cgraph_node(decl); decl 310 scripts/gcc-plugins/gcc-common.h static inline struct cgraph_node *cgraph_get_create_node(tree decl) decl 312 scripts/gcc-plugins/gcc-common.h struct cgraph_node *node = cgraph_get_node(decl); decl 314 scripts/gcc-plugins/gcc-common.h return node ? node : cgraph_node(decl); decl 360 scripts/gcc-plugins/gcc-common.h static inline void varpool_add_new_variable(tree decl) decl 362 scripts/gcc-plugins/gcc-common.h varpool_finalize_decl(decl); decl 373 scripts/gcc-plugins/gcc-common.h #define NODE_DECL(node) (node)->decl decl 548 scripts/gcc-plugins/gcc-common.h #define NODE_DECL(node) (node)->symbol.decl decl 571 scripts/gcc-plugins/gcc-common.h static inline const char *get_decl_section_name(const_tree decl) decl 573 scripts/gcc-plugins/gcc-common.h if (DECL_SECTION_NAME(decl) == NULL_TREE) decl 576 scripts/gcc-plugins/gcc-common.h return TREE_STRING_POINTER(DECL_SECTION_NAME(decl)); decl 682 scripts/gcc-plugins/gcc-common.h #define NODE_DECL(node) (node)->decl decl 710 scripts/gcc-plugins/gcc-common.h static inline const char *get_decl_section_name(const_tree decl) decl 712 scripts/gcc-plugins/gcc-common.h return DECL_SECTION_NAME(decl); decl 717 scripts/gcc-plugins/gcc-common.h #define cgraph_get_node(decl) cgraph_node::get(decl) decl 718 scripts/gcc-plugins/gcc-common.h #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) decl 719 scripts/gcc-plugins/gcc-common.h #define cgraph_create_node(decl) cgraph_node::create(decl) decl 722 scripts/gcc-plugins/gcc-common.h #define varpool_get_node(decl) varpool_node::get(decl) decl 747 scripts/gcc-plugins/gcc-common.h static inline void change_decl_assembler_name(tree decl, tree name) decl 749 scripts/gcc-plugins/gcc-common.h symtab->change_decl_assembler_name(decl, name); decl 752 scripts/gcc-plugins/gcc-common.h static inline void varpool_finalize_decl(tree decl) decl 754 scripts/gcc-plugins/gcc-common.h varpool_node::finalize_decl(decl); decl 757 scripts/gcc-plugins/gcc-common.h static inline void varpool_add_new_variable(tree decl) decl 759 scripts/gcc-plugins/gcc-common.h varpool_node::add(decl); decl 976 scripts/gcc-plugins/gcc-common.h #define SET_DECL_ALIGN(decl, align) DECL_ALIGN(decl) = (align) decl 977 scripts/gcc-plugins/gcc-common.h #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) decl 483 scripts/gcc-plugins/randomize_layout_plugin.c static void update_decl_size(tree decl) decl 488 scripts/gcc-plugins/randomize_layout_plugin.c type = TREE_TYPE(decl); decl 493 scripts/gcc-plugins/randomize_layout_plugin.c init = DECL_INITIAL(decl); decl 507 scripts/gcc-plugins/randomize_layout_plugin.c for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) decl 522 scripts/gcc-plugins/randomize_layout_plugin.c DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); decl 530 scripts/gcc-plugins/randomize_layout_plugin.c tree decl = (tree)event_data; decl 533 scripts/gcc-plugins/randomize_layout_plugin.c if (decl == NULL_TREE || decl == error_mark_node) decl 536 scripts/gcc-plugins/randomize_layout_plugin.c type = TREE_TYPE(decl); decl 538 scripts/gcc-plugins/randomize_layout_plugin.c if (TREE_CODE(decl) != VAR_DECL) decl 547 scripts/gcc-plugins/randomize_layout_plugin.c DECL_SIZE(decl) = 0; decl 548 scripts/gcc-plugins/randomize_layout_plugin.c DECL_SIZE_UNIT(decl) = 0; decl 549 scripts/gcc-plugins/randomize_layout_plugin.c SET_DECL_ALIGN(decl, 0); decl 550 scripts/gcc-plugins/randomize_layout_plugin.c SET_DECL_MODE (decl, VOIDmode); decl 551 scripts/gcc-plugins/randomize_layout_plugin.c SET_DECL_RTL(decl, 0); decl 552 scripts/gcc-plugins/randomize_layout_plugin.c update_decl_size(decl); decl 553 scripts/gcc-plugins/randomize_layout_plugin.c layout_decl(decl, 0); decl 140 scripts/genksyms/parse.y struct string_list *decl = (*$3)->next; decl 144 scripts/genksyms/parse.y decl, is_extern); decl 158 scripts/genksyms/parse.y { struct string_list *decl = *$1; decl 161 scripts/genksyms/parse.y is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); decl 166 scripts/genksyms/parse.y { struct string_list *decl = *$3; decl 171 scripts/genksyms/parse.y is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); decl 395 scripts/genksyms/parse.y { struct string_list *decl = *$2; decl 397 scripts/genksyms/parse.y add_symbol(current_name, SYM_NORMAL, decl, is_extern); decl 789 tools/perf/util/dwarf-aux.c int decl = 0, inl; decl 797 tools/perf/util/dwarf-aux.c dwarf_decl_line(rt_die, &decl); decl 847 tools/perf/util/dwarf-aux.c if (inl != decl ||