Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/gcc-plugins/
Dgcc-common.h148 #define NODE_DECL(node) (node)->decl
174 static inline const char *get_decl_section_name(const_tree decl) in get_decl_section_name() argument
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
211 static inline void change_decl_assembler_name(tree decl, tree name) in change_decl_assembler_name() argument
213 symtab->change_decl_assembler_name(decl, name); in change_decl_assembler_name()
216 static inline void varpool_finalize_decl(tree decl) in varpool_finalize_decl() argument
[all …]
Drandomize_layout_plugin.c465 static void update_decl_size(tree decl) in update_decl_size() argument
470 type = TREE_TYPE(decl); in update_decl_size()
475 init = DECL_INITIAL(decl); in update_decl_size()
489 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size()
504 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); 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()
520 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl()
529 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl()
[all …]
/linux-6.1.9/scripts/genksyms/
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-6.1.9/arch/x86/lib/
Dcopy_user_64.S32 decl %ecx
80 decl %ecx
236 decl %ecx
246 decl %ecx
308 decl %ecx
324 decl %ecx
361 decl %ecx
Dcopy_mc_64.S42 decl %ecx
57 decl %ecx
73 decl %ecx
Dcsum-copy_64.S104 decl %r12d
144 decl %ecx
174 decl %ecx
Dmemset_64.S111 decl %ecx
121 decl %edx
Dcopy_page_64.S61 decl %ecx
Dclear_page_64.S30 decl %ecx
/linux-6.1.9/tools/arch/x86/lib/
Dmemset_64.S111 decl %ecx
121 decl %edx
/linux-6.1.9/arch/x86/math-emu/
Dpolynom_Xsig.S64 decl PARAM4
120 decl PARAM4
Dwm_sqrt.S218 decl %eax
/linux-6.1.9/arch/x86/boot/compressed/
Dhead_64.S153 decl %eax
222 decl %ecx
233 decl %ecx
390 decl %eax
Dhead_32.S101 decl %eax
/linux-6.1.9/tools/perf/util/
Ddwarf-aux.c854 int decl = 0, inl; in die_walk_lines() local
862 dwarf_decl_line(rt_die, &decl); in die_walk_lines()
912 if (inl != decl || in die_walk_lines()
/linux-6.1.9/arch/x86/kernel/
Dhead_64.S484 decl early_recursion_flag(%rip)
/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1562 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local
1574 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1581 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw()
1585 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
1591 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw()
1597 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
/linux-6.1.9/Documentation/translations/zh_TW/process/
Dcoding-style.rst547 (func-decl-cont . +)
/linux-6.1.9/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
/linux-6.1.9/scripts/
Dcheckpatch.pl4432 my $decl = trim($sign) . " int ";
4435 $decl .= $comp_pointer;
4436 $decl = rtrim($decl) if ($var eq "");
4437 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
/linux-6.1.9/Documentation/translations/zh_CN/process/
Dcoding-style.rst621 (func-decl-cont . +)
/linux-6.1.9/Documentation/trace/
Dftrace-design.rst289 Since no one else will have a decl for that function, you will need to::
/linux-6.1.9/Documentation/translations/it_IT/process/
Dcoding-style.rst685 (func-decl-cont . +)
/linux-6.1.9/Documentation/process/
Dcoding-style.rst693 (func-decl-cont . +)