Home
last modified time | relevance | path

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

12

/openbmc/linux/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) 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 …]
H A Drandomize_layout_plugin.c459 static void update_decl_size(tree decl) in update_decl_size() argument
464 type = TREE_TYPE(decl); in update_decl_size()
469 init = DECL_INITIAL(decl); in update_decl_size()
483 for (field = TYPE_FIELDS(TREE_TYPE(decl)); TREE_CHAIN(field); field = TREE_CHAIN(field)) in update_decl_size()
498 DECL_SIZE(decl) = size_binop(PLUS_EXPR, TYPE_SIZE(type), flexsize); in update_decl_size()
506 tree decl = (tree)event_data; in randomize_layout_finish_decl() local
509 if (decl == NULL_TREE || decl == error_mark_node) in randomize_layout_finish_decl()
512 type = TREE_TYPE(decl); in randomize_layout_finish_decl()
514 if (TREE_CODE(decl) != VAR_DECL) in randomize_layout_finish_decl()
523 DECL_SIZE(decl) = 0; in randomize_layout_finish_decl()
[all …]
/openbmc/linux/scripts/genksyms/
H A Dparse.y143 struct string_list *decl = (*$3)->next; variable
147 decl, is_extern);
161 { struct string_list *decl = *$1; variable
169 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
174 { struct string_list *decl = *$3; variable
184 is_typedef ? SYM_TYPEDEF : SYM_NORMAL, decl, is_extern);
408 { struct string_list *decl = *$2; variable
410 add_symbol(current_name, SYM_NORMAL, decl, is_extern);
/openbmc/linux/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 Dcopy_page_64.S61 decl %ecx
H A Dclear_page_64.S30 decl %ecx
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc_14.2.bb5 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7438:(.text.unlikely+0x2fa): relocation truncated to fit: …
6 # | gcc-4.8.1-r0/gcc-4.8.1/gcc/cp/decl.c:7442:(.text.unlikely+0x318): additional relocation overflo…
/openbmc/linux/tools/arch/x86/lib/
H A Dmemset_64.S88 decl %ecx
98 decl %edx
/openbmc/linux/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
/openbmc/linux/arch/x86/math-emu/
H A Dpolynom_Xsig.S64 decl PARAM4
120 decl PARAM4
H A Dwm_sqrt.S218 decl %eax
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/files/
H A D0001-remove-dropped-templates.patch25 …$(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: sc…
30 -tmpl-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/
H A Ddoc-fixes.patch16 include $(top_srcdir)/Makefile.decl
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0002-Fix-const-qualifier-error.patch7 error: duplicate 'const' declaration specifier [-Werror,-Wduplicate-decl-specifier]
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_type_info.py251 decl = self.allfiles.find_match(OldStyleObjectDeclareSimpleType,
253 if not decl:
257 decl.debug("declaration is here")
H A Dqom_macros.py747 decl = files.find_match(DeclareTypeName, name=typename, group='typename')
748 if decl:
749 return decl.group('uppercase')
/openbmc/linux/tools/perf/util/
H A Ddwarf-aux.c873 int decl = 0, inl; in die_walk_lines() local
881 dwarf_decl_line(rt_die, &decl); in die_walk_lines()
936 if (inl != decl || in die_walk_lines()
/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py60 self.decl = m.group('decl')
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0026-gcc-Fix-c-tweak-for-Wrange-loop-construct.patch32 @@ -14301,11 +14301,13 @@ warn_for_range_copy (tree decl, tree expr)
/openbmc/linux/arch/x86/kernel/
H A Dhead_64.S572 decl early_recursion_flag(%rip)
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c1573 SVGA3dVertexDecl *decl = (SVGA3dVertexDecl *)( in vmw_cmd_draw() local
1585 maxnum = (header->size - sizeof(cmd->body)) / sizeof(*decl); in vmw_cmd_draw()
1592 for (i = 0; i < cmd->body.numVertexDecls; ++i, ++decl) { in vmw_cmd_draw()
1596 &decl->array.surfaceId, NULL); in vmw_cmd_draw()
1602 cmd->body.numVertexDecls * sizeof(*decl)) / sizeof(*range); in vmw_cmd_draw()
1608 range = (SVGA3dPrimitiveRange *) decl; in vmw_cmd_draw()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/
H A Dwebkitgtk3_2.44.3.bb20 file://0001-LowLevelInterpreter.cpp-339-21-error-t6-was-not-decl.patch \

12