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

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ext/
H A Dgnu-inline-global-redecl.C13 decl(extern, fn)
15 decl(extern, fn)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030814-4.c19 struct tree_decl decl; member in union:tree_node
22 blah (decl, set)
23 tree decl;
26 decl->decl.pointer_alias_set = set;
27 if (tree_code_type[decl->common.code] != 'd')
29 record_alias_subset (decl->decl.pointer_alias_set);
H A D20030814-5.c19 struct tree_decl decl; member in union:tree_node
22 blah (decl, set)
23 tree decl;
26 decl->decl.pointer_alias_set = oof();
27 if (tree_code_type[decl->common.code] != 'd')
29 record_alias_subset (decl->decl.pointer_alias_set);
H A Dvrp14.c20 assemble_variable (struct tree_decl decl) argument
24 align = decl.u1.a.align;
34 decl.u1.a.align = align;
36 return decl.u1.a.align;
41 struct tree_decl decl; local
42 decl.u1.a.align = 13;
43 unsigned int x = assemble_variable (decl);
H A D20030709-2.c28 struct tree_decl decl; member in union:tree_node
35 if (t->decl.rtl)
36 return (t->decl.rtl->fld[1].rtmem
38 : (((t->decl.rtl ? t->decl.rtl: (make_decl_rtl (t, 0), t->decl.rtl)))->fld[1]).rtmem);
42 /* There should be precisely one load of ->decl.rtl. If there is
44 /* { dg-final { scan-tree-dump-times "->decl\\.rtl" 1 "cddce2"} } */
H A D20030711-2.c32 struct tree_decl decl; member in union:tree_node
39 if (t->decl.rtl && (((t->decl.rtl ? z
40 : (make_decl_rtl (t, 0), t->decl.rtl)))->code))
41 return (((((t->decl.rtl ? z : (make_decl_rtl (t, 0), t->decl.rtl)))->
45 )->decl.
47 t->decl.rtl)))->
57 /* There should be one loads of decl.rtl. */
58 /* { dg-final { scan-tree-dump-times "decl\\
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Dwinnt-cxx.c39 i386_pe_type_dllimport_p (tree decl) argument
41 gcc_assert (TREE_CODE (decl) == VAR_DECL
42 || TREE_CODE (decl) == FUNCTION_DECL);
44 if (TARGET_NOP_FUN_DLLIMPORT && TREE_CODE (decl) == FUNCTION_DECL)
51 if (TREE_CODE (decl) == FUNCTION_DECL
52 && (DECL_DECLARED_INLINE_P (decl)
53 || DECL_TEMPLATE_INSTANTIATION (decl)
54 || DECL_ARTIFICIAL (decl)))
60 else if (TREE_CODE (TREE_TYPE (decl)) == METHOD_TYPE
61 && DECL_VIRTUAL_P (decl))
105 i386_pe_type_dllexport_p(tree decl) argument
118 maybe_add_dllimport(tree decl) argument
[all...]
H A Dwinnt-stubs.c38 i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
45 i386_pe_type_dllexport_p (tree decl ATTRIBUTE_UNUSED)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A D20030814-4.c19 struct tree_decl decl; member in union:tree_node
22 blah (decl, set)
23 tree decl;
26 decl->decl.pointer_alias_set = set;
27 if (tree_code_type[decl->common.code] != 'd')
29 record_alias_subset (decl->decl.pointer_alias_set);
H A D20030814-5.c19 struct tree_decl decl; member in union:tree_node
22 blah (decl, set)
23 tree decl;
26 decl->decl.pointer_alias_set = oof();
27 if (tree_code_type[decl->common.code] != 'd')
29 record_alias_subset (decl->decl.pointer_alias_set);
H A Dvrp14.c19 assemble_variable (struct tree_decl decl) argument
23 align = decl.u1.a.align;
33 decl.u1.a.align = align;
35 return decl.u1.a.align;
40 struct tree_decl decl; local
41 decl.u1.a.align = 13;
42 unsigned int x = assemble_variable (decl);
H A D20030709-2.c28 struct tree_decl decl; member in union:tree_node
35 if (t->decl.rtl)
36 return (t->decl.rtl->fld[1].rtmem
38 : (((t->decl.rtl ? t->decl.rtl: (make_decl_rtl (t, 0), t->decl.rtl)))->fld[1]).rtmem);
42 /* There should be precisely one load of ->decl.rtl. If there is
44 /* { dg-final { scan-tree-dump-times "->decl\\.rtl" 1 "cddce"} } */
H A D20030711-2.c32 struct tree_decl decl; member in union:tree_node
39 if (t->decl.rtl && (((t->decl.rtl ? z
40 : (make_decl_rtl (t, 0), t->decl.rtl)))->code))
41 return (((((t->decl.rtl ? z : (make_decl_rtl (t, 0), t->decl.rtl)))->
45 )->decl.
47 t->decl.rtl)))->
57 /* There should be one loads of decl.rtl. */
58 /* { dg-final { scan-tree-dump-times "decl\\
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dpe.c44 arm_dllexport_p (decl)
45 tree decl;
49 if (TREE_CODE (decl) != VAR_DECL
50 && TREE_CODE (decl) != FUNCTION_DECL)
52 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl));
62 arm_dllimport_p (decl)
63 tree decl;
67 if (TREE_CODE (decl) == FUNCTION_DECL
71 if (TREE_CODE (decl) != VAR_DECL
72 && TREE_CODE (decl) !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Dwinnt-stubs.c37 i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
44 i386_pe_type_dllexport_p (tree decl ATTRIBUTE_UNUSED)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20030530-3.c7 struct tree_decl decl; member in union:tree_node
14 if (({olddecl;})->decl.in_system_header_flag)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20030530-3.c7 struct tree_decl decl; member in union:tree_node
14 if (({olddecl;})->decl.in_system_header_flag)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dpe.c43 arm_dllexport_p (tree decl)
47 if (TREE_CODE (decl) != VAR_DECL
48 && TREE_CODE (decl) != FUNCTION_DECL)
50 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl));
60 arm_dllimport_p (tree decl)
64 if (TREE_CODE (decl) == FUNCTION_DECL
68 if (TREE_CODE (decl) != VAR_DECL
69 && TREE_CODE (decl) != FUNCTION_DECL)
71 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl));
98 arm_mark_dllexport (tree decl)
42 arm_dllexport_p(tree decl) argument
59 arm_dllimport_p(tree decl) argument
97 arm_mark_dllexport(tree decl) argument
132 arm_mark_dllimport(tree decl) argument
198 arm_pe_encode_section_info(tree decl, rtx rtl, int first ATTRIBUTE_UNUSED) argument
233 arm_pe_unique_section(tree decl, int reloc) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Dstub-dynsym-1.s1 .macro decl
7 decl
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsymbian-base.c57 sh_symbian_is_dllexported (tree decl) argument
61 if ( TREE_CODE (decl) != VAR_DECL
62 && TREE_CODE (decl) != FUNCTION_DECL)
65 exp = lookup_attribute ("dllexport", DECL_ATTRIBUTES (decl));
70 tree class = sh_symbian_associated_type (decl);
78 print_node_brief (stderr, "dllexport:", decl, 0);
83 if (TREE_CODE (decl) != FUNCTION_DECL)
86 print_node_brief (stderr, "no dllexport:", decl, 0);
96 sh_symbian_mark_dllimport (tree decl) argument
104 rtlname = XEXP (DECL_RTL (decl),
141 sh_symbian_mark_dllexport(tree decl) argument
183 sh_symbian_encode_section_info(tree decl, rtx rtl, int first) argument
[all...]
H A Dsymbian-c.c41 sh_symbian_associated_type (tree decl)
46 if (DECL_CONTEXT (decl) && TYPE_P (DECL_CONTEXT (decl)))
47 t = DECL_CONTEXT (decl);
55 sh_symbian_is_dllimported (tree decl)
59 if ( TREE_CODE (decl) != VAR_DECL
60 && TREE_CODE (decl) != FUNCTION_DECL)
63 imp = lookup_attribute ("dllimport", DECL_ATTRIBUTES (decl));
68 imp = sh_symbian_associated_type (decl);
80 if (TREE_CODE (decl)
40 sh_symbian_associated_type(tree decl) argument
54 sh_symbian_is_dllimported(tree decl) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlto-symtab.c43 tree decl; variable
44 /* The cgraph node if decl is a function decl. Filled in during the
47 /* LTO file-data and symbol resolution for this decl. */
50 /* Pointer to the next entry with the same key. Before decl merging
51 this links all symbols from the different TUs. After decl merging
120 lto_symtab_register_decl (tree decl, argument
131 gcc_assert (decl
132 && TREE_PUBLIC (decl)
133 && (TREE_CODE (decl)
173 lto_symtab_get_resolution(tree decl) argument
256 tree decl = entry->decl; local
493 tree decl; local
704 lto_symtab_prevailing_decl(tree decl) argument
[all...]
H A Dvarpool.c86 return lang_hooks.decl_printable_name (node->decl, 2);
94 return (hashval_t) DECL_UID (n->decl);
105 return DECL_UID (n1->decl) == DECL_UID (n2->decl);
110 varpool_node (tree decl) argument
114 gcc_assert (DECL_P (decl) && TREE_CODE (decl) != FUNCTION_DECL);
119 key.decl = decl;
125 node->decl
231 decide_is_variable_needed(struct varpool_node *node, tree decl) argument
281 varpool_finalize_decl(tree decl) argument
349 tree decl = varpool_first_unanalyzed_node->decl; local
378 tree decl = node->decl; local
430 tree decl = node->decl; local
529 varpool_extra_name_alias(tree alias, tree decl) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dspec20.C14 float decl(int);
18 return foo(decl);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dspec20.C14 float decl(int);
18 return foo(decl);

Completed in 211 milliseconds

1234567891011>>