Searched refs:DECL_ARRAY_PARAMETER_P (Results 1 – 6 of 6) sorted by relevance
1901 * cp-tree.h (DECL_ARRAY_PARAMETER_P): Define.1902 * decl.c (grokdeclarator): Set DECL_ARRAY_PARAMETER_P.
1984 && DECL_ARRAY_PARAMETER_P (e) in cxx_sizeof_expr()5177 && DECL_ARRAY_PARAMETER_P (first_arg) in cp_build_binary_op()
4856 #define DECL_ARRAY_PARAMETER_P(NODE) \ macro
5440 if (TREE_CODE (ret) == PARM_DECL && DECL_ARRAY_PARAMETER_P (ret)) in handle_omp_array_sections_1()
13901 DECL_ARRAY_PARAMETER_P (decl) = array_parameter_p; in grokdeclarator()
2576 DECL_ARRAY_PARAMETER_P only on PARM_DECLs.