HomeSort by: relevance | last modified time | path
    Searched defs:cp_build_c_cast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 9241 /* Like cp_build_c_cast, but for the c-common bits. */
9246 return cp_build_c_cast (loc, type, expr, tf_warning_or_error);
9256 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error);
9265 cp_build_c_cast (location_t loc, tree type, tree expr,
10152 pfn = cp_build_c_cast (input_location,
10313 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
9252 cp_build_c_cast (location_t loc, tree type, tree expr, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 8798 /* Like cp_build_c_cast, but for the c-common bits. */
8803 return cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8813 cp_expr result = cp_build_c_cast (loc, type, expr, tf_warning_or_error);
8822 cp_build_c_cast (location_t loc, tree type, tree expr,
9676 pfn = cp_build_c_cast (input_location,
9837 rhs = cp_build_c_cast (rhs_loc, type, elt, complain);
8809 cp_build_c_cast (location_t loc, tree type, tree expr, function

Completed in 25 milliseconds