Home
last modified time | relevance | path

Searched defs:decl (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/scripts/genksyms/
H A Dparse.y143 struct string_list *decl = (*$3)->next; variable
161 { struct string_list *decl = *$1; variable
169 { struct string_list *decl = *$3; variable
398 { struct string_list *decl = *$2; variable
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-common.h174 static inline const char *get_decl_section_name(const_tree 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()
216 static inline void varpool_finalize_decl(tree decl) in varpool_finalize_decl()
221 static inline void varpool_add_new_variable(tree decl) in varpool_add_new_variable()
439 #define SET_DECL_ALIGN(decl, align) DECL_ALIGN(decl) = (align) argument
440 #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) argument
H A Drandomize_layout_plugin.c459 static void update_decl_size(tree decl) in update_decl_size()
506 tree decl = (tree)event_data; in randomize_layout_finish_decl() local
/openbmc/linux/tools/perf/util/
H A Ddwarf-aux.c873 int decl = 0, inl; in die_walk_lines() local
/openbmc/linux/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1483 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
1500 SVGA3dStreamOutputDeclarationEntry decl[SVGA3D_MAX_DX10_STREAMOUT_DECLS]; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1573 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local