Searched refs:build_fold_addr_expr_with_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-prefetch.c834 addr_base = build_fold_addr_expr_with_type (ref->mem, ptr_type_node);
H A Domp-low.c1713 x = build_fold_addr_expr_with_type (x, TREE_TYPE (new_var));
H A Dtree.h4333 extern tree build_fold_addr_expr_with_type (tree, tree);
H A Dbuiltins.c4162 valist = build_fold_addr_expr_with_type (valist, p1);
4434 valist = build_fold_addr_expr_with_type (valist, p1);
H A Dfold-const.c13274 build_fold_addr_expr_with_type (tree t, tree ptrtype)
13306 return build_fold_addr_expr_with_type (t, build_pointer_type (TREE_TYPE (t)));
13239 build_fold_addr_expr_with_type (tree t, tree ptrtype) function

Completed in 410 milliseconds