Home
last modified time | relevance | path

Searched refs:DECL_ARRAY_PARAMETER_P (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20141901 * cp-tree.h (DECL_ARRAY_PARAMETER_P): Define.
1902 * decl.c (grokdeclarator): Set DECL_ARRAY_PARAMETER_P.
Dtypeck.cc1984 && DECL_ARRAY_PARAMETER_P (e) in cxx_sizeof_expr()
5177 && DECL_ARRAY_PARAMETER_P (first_arg) in cp_build_binary_op()
Dcp-tree.h4856 #define DECL_ARRAY_PARAMETER_P(NODE) \ macro
Dsemantics.cc5440 if (TREE_CODE (ret) == PARM_DECL && DECL_ARRAY_PARAMETER_P (ret)) in handle_omp_array_sections_1()
Ddecl.cc13901 DECL_ARRAY_PARAMETER_P (decl) = array_parameter_p; in grokdeclarator()
DChangeLog-20202576 DECL_ARRAY_PARAMETER_P only on PARM_DECLs.