Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h834 extern tree fold_offsetof (tree, tree);
H A Dc-common.c6113 fold_offsetof (tree expr, tree stop_ref) in fold_offsetof() function
H A Dc-parser.c5255 expr.value = fold_offsetof (offsetof_ref, NULL_TREE); in c_parser_postfix_expression()
H A Dc-typeck.c3080 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1; in build_unary_op()
/openbsd-src/gnu/gcc/gcc/cp/
H A Dsemantics.c2926 return fold_offsetof (expr, NULL_TREE); in finish_offsetof()
H A DChangeLog1140 * semantics.c (finish_offsetof): Add new argument to fold_offsetof.
1767 fold_offsetof.
H A DChangeLog-20042505 OFFSETOF_EXPR, or call fold_offsetof immediately.