Home
last modified time | relevance | path

Searched refs:elm_type (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dopencl-lang.c379 struct type *elm_type = TYPE_TARGET_TYPE (type); in create_value() local
387 ret = value_zero (elm_type, not_lval); in create_value()
396 lookup_opencl_vector_type (gdbarch, TYPE_CODE (elm_type), in create_value()
397 TYPE_LENGTH (elm_type), in create_value()
398 TYPE_UNSIGNED (elm_type), n); in create_value()
401 dst_type = init_vector_type (elm_type, n); in create_value()
424 + (i * TYPE_LENGTH (elm_type)), in create_value()
426 + (indices[i] * TYPE_LENGTH (elm_type)), in create_value()
427 TYPE_LENGTH (elm_type)); in create_value()