Home
last modified time | relevance | path

Searched refs:RID_SIZEOF (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h100 RID_SIZEOF, enumerator
H A Dc-common.c539 { "sizeof", RID_SIZEOF, 0 },
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h99 RID_SIZEOF, enumerator
H A Dc-common.c491 { "sizeof", RID_SIZEOF, 0 },
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c5939 case RID_SIZEOF: in c_parser_unary_expression()
5980 gcc_assert (c_parser_next_token_is_keyword (parser, RID_SIZEOF)); in c_parser_sizeof_expression()
8021 case RID_SIZEOF: in c_parser_objc_selector()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c7279 case RID_SIZEOF: in c_parser_unary_expression()
7321 gcc_assert (c_parser_next_token_is_keyword (parser, RID_SIZEOF)); in c_parser_sizeof_expression()
10445 case RID_SIZEOF: in c_parser_objc_selector()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c6372 case RID_SIZEOF: in cp_parser_unary_expression()
21917 if (keyword == RID_SIZEOF in cp_parser_sizeof_operand()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dparser.c7994 case RID_SIZEOF: in cp_parser_unary_expression()
28074 if (keyword == RID_SIZEOF in cp_parser_sizeof_operand()