Home
last modified time | relevance | path

Searched refs:fold_offsetof (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDc-common.h845 extern tree fold_offsetof (tree, tree);
HDc-common.c6483 fold_offsetof (tree expr, tree stop_ref) in fold_offsetof() function
HDc-parser.c5585 expr.value = fold_offsetof (offsetof_ref, NULL_TREE); in c_parser_postfix_expression()
HDc-typeck.c3172 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1; in build_unary_op()
HDChangeLog-20062748 (fold_offsetof): Pass new argument to fold_offsetof_1.
2751 * c-typeck.c (build_unary_op): Adjust call to fold_offsetof.
HDChangeLog-200416546 * c-common.c (fold_offsetof_1, fold_offsetof): New.
16547 * c-common.h (fold_offsetof): Declare.
16551 (primary): Use fold_offsetof, not build_offsetof.
/freebsd-11-stable/contrib/gcc/cp/
HDsemantics.c3087 return fold_offsetof (expr, NULL_TREE); in finish_offsetof()
HDChangeLog1209 * semantics.c (finish_offsetof): Add new argument to fold_offsetof.
1836 fold_offsetof.
HDChangeLog-20042505 OFFSETOF_EXPR, or call fold_offsetof immediately.