| /linux/scripts/gcc-plugins/ |
| H A D | gcc-common.h | 167 #define NODE_DECL(node) (node)->decl 190 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name() argument 192 return DECL_SECTION_NAME(decl); in get_decl_section_name() 197 #define cgraph_get_node(decl) cgraph_node::get(decl) argument 198 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument 199 #define cgraph_create_node(decl) cgraph_node::create(decl) argument 202 #define varpool_get_node(decl) varpool_node::get(decl) argument 217 static inline void change_decl_assembler_name(tree decl, tree name) in change_decl_assembler_name() argument 219 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name() 222 static inline void varpool_finalize_decl(tree decl) in varpool_finalize_decl() argument [all …]
|
| H A D | randomize_layout_plugin.c | 439 static void update_decl_size(tree decl) in update_decl_size() argument 444 type = TREE_TYPE(decl); in update_decl_size() 449 init = DECL_INITIAL(decl); in update_decl_size() 463 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size() 478 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size() 486 tree decl = (tree)event_data; in randomize_layout_finish_decl() local 489 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl() 492 type = TREE_TYPE(decl); in randomize_layout_finish_decl() 494 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl() 503 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl() [all …]
|
| /linux/scripts/genksyms/ |
| H A D | parse.y | 146 struct string_list *decl = (*$3)->next; variable 150 decl, is_extern); 165 { struct string_list *decl = *$1; variable 173 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 179 { struct string_list *decl = *$4; variable 189 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 425 { struct string_list *decl = *$2; variable 427 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
|
| /linux/arch/x86/lib/ |
| H A D | copy_mc_64.S | 42 decl %ecx 57 decl %ecx 73 decl %ecx
|
| H A D | csum-copy_64.S | 104 decl %r12d 144 decl %ecx 174 decl %ecx
|
| /linux/tools/arch/x86/lib/ |
| H A D | memset_64.S | 90 decl %ecx 100 decl %edx
|
| /linux/arch/x86/math-emu/ |
| H A D | polynom_Xsig.S | 64 decl PARAM4 120 decl PARAM4
|
| H A D | wm_sqrt.S | 218 decl %eax
|
| /linux/arch/x86/platform/pvh/ |
| H A D | head.S | 132 decl %ecx 154 decl %ecx
|
| /linux/arch/x86/boot/compressed/ |
| H A D | head_32.S | 88 decl %eax
|
| /linux/tools/perf/util/ |
| H A D | dwarf-aux.c | 917 int decl = 0, inl; in die_walk_lines() local 925 dwarf_decl_line(rt_die, &decl); in die_walk_lines() 980 if (inl != decl || in die_walk_lines()
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 540 decl early_recursion_flag(%rip)
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_execbuf.c | 1563 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local 1575 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw() 1582 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw() 1586 &decl->array.surfaceId, NULL); in vmw_cmd_draw() 1592 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw() 1598 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
|
| /linux/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member 1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
|
| /linux/Documentation/translations/zh_TW/process/ |
| H A D | coding-style.rst | 624 (func-decl-cont . +)
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 4540 my $decl = trim($sign) . " int "; 4543 $decl .= $comp_pointer; 4544 $decl = rtrim($decl) if ($var eq ""); 4545 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
|
| /linux/Documentation/trace/ |
| H A D | ftrace-design.rst | 273 Since no one else will have a decl for that function, you will need to::
|
| /linux/Documentation/process/ |
| H A D | coding-style.rst | 684 (func-decl-cont . +)
|
| /linux/Documentation/translations/sp_SP/process/ |
| H A D | coding-style.rst | 712 (func-decl-cont . +)
|