Searched refs:fold_offsetof (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | c-common.h | 845 extern tree fold_offsetof (tree, tree);
|
| HD | c-common.c | 6483 fold_offsetof (tree expr, tree stop_ref) in fold_offsetof() function
|
| HD | c-parser.c | 5585 expr.value = fold_offsetof (offsetof_ref, NULL_TREE); in c_parser_postfix_expression()
|
| HD | c-typeck.c | 3172 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1; in build_unary_op()
|
| HD | ChangeLog-2006 | 2748 (fold_offsetof): Pass new argument to fold_offsetof_1. 2751 * c-typeck.c (build_unary_op): Adjust call to fold_offsetof.
|
| HD | ChangeLog-2004 | 16546 * 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/ |
| HD | semantics.c | 3087 return fold_offsetof (expr, NULL_TREE); in finish_offsetof()
|
| HD | ChangeLog | 1209 * semantics.c (finish_offsetof): Add new argument to fold_offsetof. 1836 fold_offsetof.
|
| HD | ChangeLog-2004 | 2505 OFFSETOF_EXPR, or call fold_offsetof immediately.
|