Home
last modified time | relevance | path

Searched refs:cp_build_addr_expr_strict (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc44 static tree cp_build_addr_expr_strict (tree, tsubst_flags_t);
6606 exp = cp_build_addr_expr_strict (xarg, complain); in build_x_unary_op()
6644 tree exp = cp_build_addr_expr_strict (arg, complain); in cp_build_addressof()
6983 cp_build_addr_expr_strict (tree arg, tsubst_flags_t complain) in cp_build_addr_expr_strict() function
DChangeLog-2014612 (cp_build_addr_expr_strict): Likewise.
615 (cp_build_addr_expr_strict): Make static.
DChangeLog-20101415 (cp_build_addr_expr, cp_build_addr_expr_strict): Interfaces.