| /Linux-v5.15/scripts/gcc-plugins/ |
| D | gcc-common.h | 166 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name() argument 168 if (DECL_SECTION_NAME(decl) == NULL_TREE) in get_decl_section_name() 171 return TREE_STRING_POINTER(DECL_SECTION_NAME(decl)); in get_decl_section_name() 276 #define NODE_DECL(node) (node)->decl 303 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name() argument 305 return DECL_SECTION_NAME(decl); in get_decl_section_name() 310 #define cgraph_get_node(decl) cgraph_node::get(decl) argument 311 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument 312 #define cgraph_create_node(decl) cgraph_node::create(decl) argument 315 #define varpool_get_node(decl) varpool_node::get(decl) argument [all …]
|
| D | randomize_layout_plugin.c | 483 static void update_decl_size(tree decl) in update_decl_size() argument 488 type = TREE_TYPE(decl); in update_decl_size() 493 init = DECL_INITIAL(decl); in update_decl_size() 507 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size() 522 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size() 530 tree decl = (tree)event_data; in randomize_layout_finish_decl() local 533 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl() 536 type = TREE_TYPE(decl); in randomize_layout_finish_decl() 538 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl() 547 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl() [all …]
|
| /Linux-v5.15/scripts/genksyms/ |
| 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-v5.15/arch/x86/lib/ |
| D | copy_user_64.S | 32 decl %ecx 84 decl %ecx 95 decl %ecx 104 decl %ecx 303 decl %ecx 319 decl %ecx 356 decl %ecx
|
| D | copy_mc_64.S | 42 decl %ecx 57 decl %ecx 73 decl %ecx
|
| D | csum-copy_64.S | 104 decl %r12d 144 decl %ecx 174 decl %ecx
|
| D | memset_64.S | 111 decl %ecx 121 decl %edx
|
| D | clear_page_64.S | 29 decl %ecx
|
| D | copy_page_64.S | 61 decl %ecx
|
| /Linux-v5.15/tools/arch/x86/lib/ |
| D | memset_64.S | 111 decl %ecx 121 decl %edx
|
| /Linux-v5.15/arch/x86/math-emu/ |
| D | polynom_Xsig.S | 64 decl PARAM4 120 decl PARAM4
|
| D | wm_sqrt.S | 218 decl %eax
|
| /Linux-v5.15/arch/x86/boot/compressed/ |
| D | head_64.S | 153 decl %eax 222 decl %ecx 233 decl %ecx 390 decl %eax
|
| D | head_32.S | 101 decl %eax
|
| /Linux-v5.15/tools/perf/util/ |
| D | dwarf-aux.c | 867 int decl = 0, inl; in die_walk_lines() local 875 dwarf_decl_line(rt_die, &decl); in die_walk_lines() 925 if (inl != decl || in die_walk_lines()
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | head_64.S | 402 decl early_recursion_flag(%rip)
|
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/ |
| D | vmwgfx_execbuf.c | 1582 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local 1594 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw() 1601 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw() 1605 &decl->array.surfaceId, NULL); in vmw_cmd_draw() 1611 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw() 1617 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
|
| /Linux-v5.15/Documentation/translations/zh_CN/process/ |
| D | coding-style.rst | 543 (func-decl-cont . +)
|
| /Linux-v5.15/Documentation/translations/zh_TW/process/ |
| D | coding-style.rst | 547 (func-decl-cont . +)
|
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/device_include/ |
| D | svga3d_dx.h | 1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member 1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
|
| /Linux-v5.15/scripts/ |
| D | checkpatch.pl | 4356 my $decl = trim($sign) . " int "; 4359 $decl .= $comp_pointer; 4360 $decl = rtrim($decl) if ($var eq ""); 4361 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
|
| /Linux-v5.15/Documentation/trace/ |
| D | ftrace-design.rst | 289 Since no one else will have a decl for that function, you will need to::
|
| /Linux-v5.15/Documentation/translations/it_IT/process/ |
| D | coding-style.rst | 647 (func-decl-cont . +)
|
| /Linux-v5.15/Documentation/process/ |
| D | coding-style.rst | 658 (func-decl-cont . +)
|