Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/gcc-plugins/
Dgcc-common.h222 static inline bool is_simple_builtin(tree decl) in is_simple_builtin() argument
224 if (decl && DECL_BUILT_IN_CLASS(decl) != BUILT_IN_NORMAL) in is_simple_builtin()
227 switch (DECL_FUNCTION_CODE(decl)) { in is_simple_builtin()
305 static inline struct cgraph_node *cgraph_create_node(tree decl) in cgraph_create_node() argument
307 return cgraph_node(decl); in cgraph_create_node()
310 static inline struct cgraph_node *cgraph_get_create_node(tree decl) in cgraph_get_create_node() argument
312 struct cgraph_node *node = cgraph_get_node(decl); in cgraph_get_create_node()
314 return node ? node : cgraph_node(decl); in cgraph_get_create_node()
360 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable() argument
362 varpool_finalize_decl(decl); in varpool_add_new_variable()
[all …]
Drandomize_layout_plugin.c483 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.10/scripts/genksyms/
Dparse.y140 struct string_list *decl = (*$3)->next; variable
144 decl, is_extern);
158 { struct string_list *decl = *$1; variable
161 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
166 { struct string_list *decl = *$3; variable
171 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
395 { struct string_list *decl = *$2; variable
397 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
/Linux-v5.10/arch/x86/lib/
Dcopy_user_64.S32 decl %ecx
84 decl %ecx
95 decl %ecx
104 decl %ecx
303 decl %ecx
319 decl %ecx
356 decl %ecx
Dcopy_mc_64.S47 decl %ecx
64 decl %ecx
82 decl %ecx
Dcsum-copy_64.S104 decl %r12d
144 decl %ecx
174 decl %ecx
Dmemset_64.S111 decl %ecx
121 decl %edx
Dclear_page_64.S29 decl %ecx
Dcopy_page_64.S61 decl %ecx
/Linux-v5.10/tools/arch/x86/lib/
Dmemset_64.S111 decl %ecx
121 decl %edx
/Linux-v5.10/arch/x86/math-emu/
Dpolynom_Xsig.S64 decl PARAM4
120 decl PARAM4
Dwm_sqrt.S218 decl %eax
/Linux-v5.10/arch/x86/boot/compressed/
Dhead_64.S142 decl %eax
201 decl %ecx
212 decl %ecx
363 decl %eax
Dhead_32.S101 decl %eax
/Linux-v5.10/tools/perf/util/
Ddwarf-aux.c867 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.10/arch/x86/kernel/
Dhead_64.S411 decl early_recursion_flag(%rip)
Dhead_32.S424 decl %ss:early_recursion_flag
/Linux-v5.10/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_dx.h1788 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
1807 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
/Linux-v5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_execbuf.c1577 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local
1589 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1596 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw()
1600 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
1606 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw()
1612 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dcoding-style.rst544 (func-decl-cont . +)
/Linux-v5.10/scripts/
Dcheckpatch.pl4002 my $decl = trim($sign) . " int ";
4005 $decl .= $comp_pointer;
4006 $decl = rtrim($decl) if ($var eq "");
4007 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;
/Linux-v5.10/Documentation/trace/
Dftrace-design.rst289 Since no one else will have a decl for that function, you will need to::
/Linux-v5.10/Documentation/process/
Dcoding-style.rst642 (func-decl-cont . +)
/Linux-v5.10/Documentation/translations/it_IT/process/
Dcoding-style.rst625 (func-decl-cont . +)