Searched refs:non_constant_p (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/cp/
H A Dparser.c4279 bool non_constant_p;
4282 = cp_parser_initializer_list (parser, &non_constant_p);
4375 /*non_constant_p=*/NULL));
4785 bool *non_constant_p)
4792 if (non_constant_p)
4793 *non_constant_p = false;
4819 if (non_constant_p)
4826 *non_constant_p = true;
5115 const char *non_constant_p = NULL;
5128 non_constant_p
4277 bool non_constant_p; local
4780 cp_parser_parenthesized_expression_list(cp_parser* parser, bool is_attribute_list, bool cast_p, bool *non_constant_p) argument
5113 const char *non_constant_p = NULL; local
6080 cp_parser_constant_expression(cp_parser* parser, bool allow_non_constant_p, bool *non_constant_p) argument
6746 bool non_constant_p; local
11790 bool non_constant_p; local
12825 cp_parser_initializer(cp_parser* parser, bool* is_parenthesized_init, bool* non_constant_p) argument
12881 cp_parser_initializer_clause(cp_parser* parser, bool* non_constant_p) argument
[all...]

Completed in 212 milliseconds