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

  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2142 tree t_rvalue = rvalue->as_tree (); local
2143 if (TREE_TYPE (t_rvalue) != TREE_TYPE (t_lvalue))
2145 t_rvalue = build1 (CONVERT_EXPR,
2147 t_rvalue);
2149 set_tree_location (t_rvalue, loc);
2154 t_lvalue, t_rvalue);
2275 tree t_rvalue = rvalue->as_tree (); local
2276 if (TREE_TYPE (t_rvalue) != TREE_TYPE (t_lvalue))
2277 t_rvalue = build1 (CONVERT_EXPR,
2279 t_rvalue);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1970 tree t_rvalue = rvalue->as_tree (); local
1971 if (TREE_TYPE (t_rvalue) != TREE_TYPE (t_lvalue))
1973 t_rvalue = build1 (CONVERT_EXPR,
1975 t_rvalue);
1977 set_tree_location (t_rvalue, loc);
1982 t_lvalue, t_rvalue);
2103 tree t_rvalue = rvalue->as_tree (); local
2104 if (TREE_TYPE (t_rvalue) != TREE_TYPE (t_lvalue))
2105 t_rvalue = build1 (CONVERT_EXPR,
2107 t_rvalue);
    [all...]

Completed in 28 milliseconds