Searched refs:const_decl (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-sra.cc | 985 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 D | tree-core.h | 2065 struct tree_const_decl GTY ((tag ("TS_CONST_DECL"))) const_decl;
|
H A D | tree.def | 371 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)
|
H A D | ChangeLog-2017 | 33407 * tree-sra.c (scalarizable_type_p): New parameter const_decl, make
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-sra.c | 969 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 D | tree-core.h | 1993 struct tree_const_decl GTY ((tag ("TS_CONST_DECL"))) const_decl;
|
H A D | tree.def | 365 DEFTREECODE (CONST_DECL, "const_decl", tcc_declaration, 0)
|