Home
last modified time | relevance | path

Searched refs:decl (Results 1 – 25 of 25) sorted by relevance

/linux/scripts/gcc-plugins/
A Dgcc-common.h143 #define NODE_DECL(node) (node)->decl
171 return DECL_SECTION_NAME(decl); in get_decl_section_name()
176 #define cgraph_get_node(decl) cgraph_node::get(decl) argument
177 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl) argument
178 #define cgraph_create_node(decl) cgraph_node::create(decl) argument
181 #define varpool_get_node(decl) varpool_node::get(decl) argument
208 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name()
213 varpool_node::finalize_decl(decl); in varpool_finalize_decl()
218 varpool_node::add(decl); in varpool_add_new_variable()
434 #define SET_DECL_ALIGN(decl, align) DECL_ALIGN(decl) = (align) argument
[all …]
A Drandomize_layout_plugin.c460 type = TREE_TYPE(decl); in update_decl_size()
465 init = DECL_INITIAL(decl); in update_decl_size()
502 tree decl = (tree)event_data; in randomize_layout_finish_decl() local
505 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl()
508 type = TREE_TYPE(decl); in randomize_layout_finish_decl()
519 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl()
520 DECL_SIZE_UNIT(decl) = 0; in randomize_layout_finish_decl()
521 SET_DECL_ALIGN(decl, 0); in randomize_layout_finish_decl()
523 SET_DECL_RTL(decl, 0); in randomize_layout_finish_decl()
524 update_decl_size(decl); in randomize_layout_finish_decl()
[all …]
/linux/scripts/genksyms/
A Dparse.y143 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/arch/x86/lib/
A Dcopy_mc_64.S42 decl %ecx
57 decl %ecx
73 decl %ecx
A Dmemset_64.S88 decl %ecx
98 decl %edx
A Dcsum-copy_64.S104 decl %r12d
144 decl %ecx
174 decl %ecx
A Dcopy_page_64.S61 decl %ecx
A Dclear_page_64.S30 decl %ecx
/linux/tools/arch/x86/lib/
A Dmemset_64.S88 decl %ecx
98 decl %edx
/linux/arch/x86/math-emu/
A Dpolynom_Xsig.S64 decl PARAM4
120 decl PARAM4
A Dwm_sqrt.S218 decl %eax
/linux/arch/x86/boot/compressed/
A Dhead_64.S150 decl %eax
220 decl %ecx
231 decl %ecx
326 decl %eax
A Dhead_32.S88 decl %eax
/linux/arch/x86/platform/pvh/
A Dhead.S119 decl %ecx
141 decl %ecx
/linux/tools/perf/util/
A Ddwarf-aux.c917 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/
A Dhead_64.S535 decl early_recursion_flag(%rip)
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_execbuf.c1574 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local
1586 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1593 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw()
1597 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
1603 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw()
1609 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
/linux/drivers/gpu/drm/vmwgfx/device_include/
A Dsvga3d_dx.h1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
/linux/Documentation/translations/zh_CN/process/
A Dcoding-style.rst621 (func-decl-cont . +)
/linux/Documentation/translations/zh_TW/process/
A Dcoding-style.rst624 (func-decl-cont . +)
/linux/scripts/
A Dcheckpatch.pl4518 my $decl = trim($sign) . " int ";
4521 $decl .= $comp_pointer;
4522 $decl = rtrim($decl) if ($var eq "");
4523 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
/linux/Documentation/trace/
A Dftrace-design.rst277 Since no one else will have a decl for that function, you will need to::
/linux/Documentation/translations/it_IT/process/
A Dcoding-style.rst685 (func-decl-cont . +)
/linux/Documentation/process/
A Dcoding-style.rst681 (func-decl-cont . +)
/linux/Documentation/translations/sp_SP/process/
A Dcoding-style.rst712 (func-decl-cont . +)

Completed in 775 milliseconds