Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-common.h762 extern tree c_alignof_expr (location_t, tree);
HDc-common.c4430 c_alignof_expr (location_t loc, tree expr) in c_alignof_expr() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.h831 extern tree c_alignof_expr (location_t, tree);
HDc-common.c3661 c_alignof_expr (location_t loc, tree expr) in c_alignof_expr() function
/dragonfly/contrib/gcc-4.7/gcc/
HDc-parser.c6103 ret.value = c_alignof_expr (loc, expr.value); in c_parser_alignof_expression()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c7474 ret.value = c_alignof_expr (start_loc, expr.value); in c_parser_alignof_expression()