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

  /src/external/gpl3/gdb/dist/gdb/
opencl-lang.c 588 opencl_value_cast (struct type *type, struct value *arg) function
670 *v = opencl_value_cast (t1_is_vec ? type1 : type2, *v);
690 arg2 = opencl_value_cast (type1, arg2);
795 arg3 = opencl_value_cast (type2, arg3);
800 arg2 = opencl_value_cast (type3, arg2);
opencl-lang.c 588 opencl_value_cast (struct type *type, struct value *arg) function
670 *v = opencl_value_cast (t1_is_vec ? type1 : type2, *v);
690 arg2 = opencl_value_cast (type1, arg2);
795 arg3 = opencl_value_cast (type2, arg3);
800 arg2 = opencl_value_cast (type3, arg2);
  /src/external/gpl3/gdb.old/dist/gdb/
opencl-lang.c 588 opencl_value_cast (struct type *type, struct value *arg) function
670 *v = opencl_value_cast (t1_is_vec ? type1 : type2, *v);
690 arg2 = opencl_value_cast (type1, arg2);
795 arg3 = opencl_value_cast (type2, arg3);
800 arg2 = opencl_value_cast (type3, arg2);
opencl-lang.c 588 opencl_value_cast (struct type *type, struct value *arg) function
670 *v = opencl_value_cast (t1_is_vec ? type1 : type2, *v);
690 arg2 = opencl_value_cast (type1, arg2);
795 arg3 = opencl_value_cast (type2, arg3);
800 arg2 = opencl_value_cast (type3, arg2);

Completed in 46 milliseconds