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

/netbsd-current/external/apache2/llvm/dist/libcxx/src/
H A Dios.cpp322 const locale& rhs_loc = *reinterpret_cast<const locale*>(&rhs.__loc_); local
323 lhs_loc = rhs_loc;
365 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); local
366 ::new(&__loc_) locale(rhs_loc);
398 locale& rhs_loc = *reinterpret_cast<locale*>(&rhs.__loc_); variable
399 _VSTD::swap(lhs_loc, rhs_loc);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c9249 location_t rhs_loc = EXPR_LOC_OR_LOC (rhs, input_location);
9266 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
9291 error_at (rhs_loc, "void value not ignored as it ought to be");
9359 complain_about_bad_argument (rhs_loc,
9365 gcc_rich_location richloc (rhs_loc, has_loc ? &label : NULL);
9465 && warning_at (rhs_loc, OPT_Wparentheses,
9235 location_t rhs_loc = EXPR_LOC_OR_LOC (rhs, input_location); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc9800 location_t rhs_loc = cp_expr_loc_or_input_loc (rhs);
9817 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
9842 error_at (rhs_loc, "void value not ignored as it ought to be");
9910 complain_about_bad_argument (rhs_loc,
9916 gcc_rich_location richloc (rhs_loc, has_loc ? &label : NULL);
10016 && warning_at (rhs_loc, OPT_Wparentheses,
9786 location_t rhs_loc = cp_expr_loc_or_input_loc (rhs); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c6127 location_t rhs_loc, tree rhs, tree rhs_origtype)
6163 lhs_origtype, modifycode, rhs_loc, rhs,
6304 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6341 result = convert_for_assignment (location, rhs_loc, olhstype, result,
6106 build_modify_expr(location_t location, tree lhs, tree lhs_origtype, enum tree_code modifycode, location_t rhs_loc, tree rhs, tree rhs_origtype) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc6245 location_t rhs_loc, tree rhs, tree rhs_origtype)
6281 lhs_origtype, modifycode, rhs_loc, rhs,
6420 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6457 result = convert_for_assignment (location, rhs_loc, olhstype, result,
6224 build_modify_expr(location_t location, tree lhs, tree lhs_origtype, enum tree_code modifycode, location_t rhs_loc, tree rhs, tree rhs_origtype) argument

Completed in 460 milliseconds