Home
last modified time | relevance | path

Searched refs:c_last_sizeof_arg (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-tree.h623 extern tree c_last_sizeof_arg;
HDc-parser.c6955 stack[0].sizeof_arg = c_last_sizeof_arg; in c_parser_binary_expression()
7079 stack[sp].sizeof_arg = c_last_sizeof_arg; in c_parser_binary_expression()
9466 sizeof_arg[0] = c_last_sizeof_arg; in c_parser_expr_list()
9489 sizeof_arg[idx] = c_last_sizeof_arg; in c_parser_expr_list()
HDc-typeck.c76 tree c_last_sizeof_arg; variable
2913 c_last_sizeof_arg = expr.value; in c_expr_sizeof_expr()
2943 c_last_sizeof_arg = type; in c_expr_sizeof_type()