Searched refs:reference_type_t (Results 1 – 7 of 7) sorted by relevance
84 typedef struct reference_type_t reference_type_t; typedef
62 static unsigned hash_reference_type(const reference_type_t *type) in hash_reference_type()196 static bool reference_types_equal(const reference_type_t *type1, in reference_types_equal()197 const reference_type_t *type2) in reference_types_equal()
72 struct reference_type_t { struct164 reference_type_t reference;
73 static void mangle_reference_type(const reference_type_t *type) in mangle_reference_type()
61 [TYPE_REFERENCE] = sizeof(reference_type_t), in get_type_struct_size()450 static void print_reference_type_pre(const reference_type_t *type) in print_reference_type_pre()464 static void print_reference_type_post(const reference_type_t *type) in print_reference_type_post()
421 static ir_type *create_reference_type(reference_type_t *type) in create_reference_type()
584 enum reference_type_t { enum in pyopencl::device592 reference_type_t m_ref_type;599 device(cl_device_id did, bool retain, reference_type_t ref_type=REF_NOT_OWNABLE) in device()