/linux-6.3-rc2/scripts/gcc-plugins/ |
A D | gcc-common.h | 148 #define NODE_DECL(node) (node)->decl 176 return DECL_SECTION_NAME(decl); in get_decl_section_name() 181 #define cgraph_get_node(decl) cgraph_node::get(decl) argument 182 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument 183 #define cgraph_create_node(decl) cgraph_node::create(decl) argument 186 #define varpool_get_node(decl) varpool_node::get(decl) argument 213 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name() 218 varpool_node::finalize_decl(decl); in varpool_finalize_decl() 223 varpool_node::add(decl); in varpool_add_new_variable() 439 #define SET_DECL_ALIGN(decl, align) DECL_ALIGN(decl) = (align) argument [all …]
|
A D | randomize_layout_plugin.c | 470 type = TREE_TYPE(decl); in update_decl_size() 475 init = DECL_INITIAL(decl); in update_decl_size() 512 tree decl = (tree)event_data; in randomize_layout_finish_decl() local 515 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl() 518 type = TREE_TYPE(decl); in randomize_layout_finish_decl() 529 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl() 530 DECL_SIZE_UNIT(decl) = 0; in randomize_layout_finish_decl() 531 SET_DECL_ALIGN(decl, 0); in randomize_layout_finish_decl() 533 SET_DECL_RTL(decl, 0); in randomize_layout_finish_decl() 534 update_decl_size(decl); in randomize_layout_finish_decl() [all …]
|
/linux-6.3-rc2/scripts/genksyms/ |
A D | parse.y | 143 struct string_list *decl = (*$3)->next; variable 147 decl, is_extern); 161 { struct string_list *decl = *$1; variable 164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 169 { struct string_list *decl = *$3; variable 174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern); 398 { struct string_list *decl = *$2; variable 400 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
|
/linux-6.3-rc2/arch/x86/lib/ |
A D | copy_user_64.S | 32 decl %ecx 80 decl %ecx 236 decl %ecx 246 decl %ecx 308 decl %ecx 324 decl %ecx 361 decl %ecx
|
A D | copy_mc_64.S | 42 decl %ecx 57 decl %ecx 73 decl %ecx
|
A D | csum-copy_64.S | 104 decl %r12d 144 decl %ecx 174 decl %ecx
|
A D | memset_64.S | 113 decl %ecx 123 decl %edx
|
A D | copy_page_64.S | 61 decl %ecx
|
A D | clear_page_64.S | 30 decl %ecx
|
/linux-6.3-rc2/tools/arch/x86/lib/ |
A D | memset_64.S | 113 decl %ecx 123 decl %edx
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A D | polynom_Xsig.S | 64 decl PARAM4 120 decl PARAM4
|
A D | wm_sqrt.S | 218 decl %eax
|
/linux-6.3-rc2/arch/x86/boot/compressed/ |
A D | head_64.S | 163 decl %eax 233 decl %ecx 244 decl %ecx 364 decl %eax
|
A D | head_32.S | 101 decl %eax
|
/linux-6.3-rc2/tools/perf/util/ |
A D | dwarf-aux.c | 871 int decl = 0, inl; in die_walk_lines() local 879 dwarf_decl_line(rt_die, &decl); in die_walk_lines() 934 if (inl != decl || in die_walk_lines()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | head_64.S | 485 decl early_recursion_flag(%rip)
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/ |
A D | vmwgfx_execbuf.c | 1564 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local 1576 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw() 1583 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw() 1587 &decl->array.surfaceId, NULL); in vmw_cmd_draw() 1593 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw() 1599 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
|
/linux-6.3-rc2/Documentation/translations/zh_TW/process/ |
A D | coding-style.rst | 547 (func-decl-cont . +)
|
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/device_include/ |
A D | svga3d_dx.h | 1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member 1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
|
/linux-6.3-rc2/scripts/ |
A D | checkpatch.pl | 4475 my $decl = trim($sign) . " int "; 4478 $decl .= $comp_pointer; 4479 $decl = rtrim($decl) if ($var eq ""); 4480 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
|
/linux-6.3-rc2/Documentation/translations/zh_CN/process/ |
A D | coding-style.rst | 621 (func-decl-cont . +)
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace-design.rst | 289 Since no one else will have a decl for that function, you will need to::
|
/linux-6.3-rc2/Documentation/translations/it_IT/process/ |
A D | coding-style.rst | 685 (func-decl-cont . +)
|
/linux-6.3-rc2/Documentation/process/ |
A D | coding-style.rst | 693 (func-decl-cont . +)
|
/linux-6.3-rc2/Documentation/translations/sp_SP/process/ |
A D | coding-style.rst | 712 (func-decl-cont . +)
|