Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-fold.c476 ret = fold_offsetof (op0, TREE_TYPE (expr)); in c_fully_fold_internal()
H A Dc-typeck.c4684 ret = fold_offsetof (arg, argtype); in build_unary_op()
H A Dc-parser.c8181 expr.value = fold_offsetof (offsetof_ref); in c_parser_postfix_expression()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.h962 extern tree fold_offsetof (tree);
H A Dc-common.c8951 fold_offsetof (tree expr) in fold_offsetof() function
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.h1036 extern tree fold_offsetof (tree, tree = size_type_node,
H A Dc-common.c6173 fold_offsetof (tree expr, tree type, enum tree_code ctx) in fold_offsetof() function
6201 base = fold_offsetof (TREE_OPERAND (expr, 0), type, code); in fold_offsetof()
6218 base = fold_offsetof (TREE_OPERAND (expr, 0), type, code); in fold_offsetof()
6275 return fold_offsetof (t, type); in fold_offsetof()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-gimplify.c2271 return fold_offsetof (op0, TREE_TYPE (x)); in cp_fold()
H A Dsemantics.c4083 return fold_offsetof (expr); in finish_offsetof()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c3608 return fold_offsetof (expr); in finish_offsetof()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dc-parser.c6500 expr.value = fold_offsetof (offsetof_ref); in c_parser_postfix_expression()