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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-convert.cc 775 convert_for_assignment (Expression *expr, Type *totype, bool literalp) function
797 tree value = convert_for_assignment (expr, sa_type->next,
  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
9822 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
10289 convert_for_assignment (tree type, tree rhs,
10402 return convert_for_assignment (type, r, errtype, fndecl,
10525 `convert_for_assignment' and `convert_for_initialization'
10607 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
10276 convert_for_assignment (tree type, tree rhs, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 48 static tree convert_for_assignment (tree, tree, impl_conv_rhs, tree, int,
9340 newrhs = convert_for_assignment (olhstype, newrhs, ICR_ASSIGN,
9813 convert_for_assignment (tree type, tree rhs,
9926 return convert_for_assignment (type, r, errtype, fndecl,
10053 `convert_for_assignment' and `convert_for_initialization'
10135 return convert_for_assignment (type, rhs, errtype, fndecl, parmnum,
9799 convert_for_assignment (tree type, tree rhs, function
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 58 and control folding initializers in convert_for_assignment. */
109 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3713 WARNOPT is the same as in convert_for_assignment. */
3875 tree parmval = convert_for_assignment (ploc, ploc, type,
4813 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type,
6937 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6974 result = convert_for_assignment (location, rhs_loc, olhstype, result,
7315 convert_for_assignment (location_t location, location_t expr_loc, tree type,
7562 rhs = convert_for_assignment (location, expr_loc,
9030 inside_init = convert_for_assignment (init_loc, UNKNOWN_LOCATION
7292 convert_for_assignment (location_t location, location_t expr_loc, tree type, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 57 and control folding initializers in convert_for_assignment. */
103 static tree convert_for_assignment (location_t, location_t, tree, tree, tree,
3299 WARNOPT is the same as in convert_for_assignment. */
3460 tree parmval = convert_for_assignment (ploc, ploc, type,
4369 rhs = convert_for_assignment (loc, UNKNOWN_LOCATION, nonatomic_lhs_type,
6420 newrhs = convert_for_assignment (location, rhs_loc, lhstype, newrhs,
6457 result = convert_for_assignment (location, rhs_loc, olhstype, result,
6778 convert_for_assignment (location_t location, location_t expr_loc, tree type,
7025 rhs = convert_for_assignment (location, expr_loc,
8238 inside_init = convert_for_assignment (init_loc, UNKNOWN_LOCATION
6757 convert_for_assignment (location_t location, location_t expr_loc, tree type, function
    [all...]

Completed in 47 milliseconds