Home
last modified time | relevance | path

Searched refs:const_decl (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-sra.cc985 scalarizable_type_p (tree type, bool const_decl) in scalarizable_type_p() argument
1017 if (!scalarizable_type_p (ft, const_decl)) in scalarizable_type_p()
1026 if (const_decl) in scalarizable_type_p()
1047 if (!scalarizable_type_p (elem, const_decl)) in scalarizable_type_p()
H A Dtree-core.h2065 struct tree_const_decl GTY ((tag ("TS_CONST_DECL"))) const_decl;
H A Dtree.def371 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)
H A DChangeLog-201733407 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-sra.c969 scalarizable_type_p (tree type, bool const_decl) in scalarizable_type_p() argument
1001 if (!scalarizable_type_p (ft, const_decl)) in scalarizable_type_p()
1010 if (const_decl) in scalarizable_type_p()
1031 if (!scalarizable_type_p (elem, const_decl)) in scalarizable_type_p()
H A Dtree-core.h1993 struct tree_const_decl GTY ((tag ("TS_CONST_DECL"))) const_decl;
H A Dtree.def365 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)