Searched refs:decl (Results 1 - 18 of 18) sorted by relevance

/linux-master/scripts/gcc-plugins/
H A Dgcc-common.h148 #define NODE_DECL(node) (node)->decl
174 static inline const char *get_decl_section_name(const_tree decl) argument
176 return DECL_SECTION_NAME(decl);
181 #define cgraph_get_node(decl) cgraph_node::get(decl)
182 #define cgraph_get_create_node(decl) cgraph_node::get_create(decl)
183 #define cgraph_create_node(decl) cgraph_node::create(decl)
186 #define varpool_get_node(decl) varpool_nod
211 change_decl_assembler_name(tree decl, tree name) argument
216 varpool_finalize_decl(tree decl) argument
221 varpool_add_new_variable(tree decl) argument
[all...]
H A Drandomize_layout_plugin.c459 static void update_decl_size(tree decl) argument
464 type = TREE_TYPE(decl);
469 init = DECL_INITIAL(decl);
483 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field))
498 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize);
506 tree decl = (tree)event_data; local
509 if (decl == NULL_TREE || decl == error_mark_node)
512 type = TREE_TYPE(decl);
514 if (TREE_CODE(decl) !
[all...]
/linux-master/scripts/genksyms/
H A Dparse.y143 struct string_list *decl = (*$3)->next;
147 decl, is_extern);
161 { struct string_list *decl = *$1;
164 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
169 { struct string_list *decl = *$3;
174 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
398 { struct string_list *decl = *$2;
400 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
/linux-master/arch/x86/lib/
H A Dcopy_mc_64.S42 decl %ecx
57 decl %ecx
73 decl %ecx
H A Dmemset_64.S88 decl %ecx
98 decl %edx
H A Dcsum-copy_64.S104 decl %r12d
144 decl %ecx
174 decl %ecx
H A Dclear_page_64.S30 decl %ecx
H A Dcopy_page_64.S61 decl %ecx
/linux-master/arch/x86/math-emu/
H A Dpolynom_Xsig.S64 decl PARAM4
120 decl PARAM4
H A Dwm_sqrt.S218 decl %eax
/linux-master/tools/arch/x86/lib/
H A Dmemset_64.S88 decl %ecx
98 decl %edx
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S150 decl %eax
220 decl %ecx
231 decl %ecx
326 decl %eax
H A Dhead_32.S88 decl %eax
/linux-master/tools/perf/util/
H A Ddwarf-aux.c873 int decl = 0, inl; local
881 dwarf_decl_line(rt_die, &decl);
936 if (inl != decl ||
/linux-master/arch/x86/kernel/
H A Dhead_64.S542 decl early_recursion_flag(%rip)
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member in struct:SVGAOTableStreamOutputEntry
1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member in struct:SVGA3dCmdDXDefineStreamOutput
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1573 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( local
1585 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl);
1592 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) {
1596 &decl->array.surfaceId, NULL);
1602 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range);
1608 range = (SVGA3dPrimitiveRange *) decl;
/linux-master/scripts/
H A Dcheckpatch.pl4510 my $decl = trim($sign) . " int ";
4513 $decl .= $comp_pointer;
4514 $decl = rtrim($decl) if ($var eq "");
4515 $fixed[$fixlinenr] =~ s@\b$sign\s*\Q$pointer\E\s*$var\b@$decl$var@;

Completed in 237 milliseconds