Searched refs:is_vector (Results 1 – 5 of 5) sorted by relevance
323 bool is_64, is_vector; in handle_syscall() local337 is_vector = (uctx->mcsize == UC_FLAVOR64_VEC_SIZE in handle_syscall()346 is_vector = (ctxstyle == UC_FLAVOR_VEC || ctxstyle == UC_FLAVOR64_VEC in handle_syscall()381 if (is_vector) in handle_syscall()410 if (is_vector) in handle_syscall()443 if (is_vector) in handle_syscall()
1437 int is_vector = 0; in read_type() local1807 is_vector = 1; in read_type()1912 if (is_vector) in read_type()
1671 bool is_vector = false; in ParseTypeFromDWARF() local1707 is_vector = form_value.Boolean(); in ParseTypeFromDWARF()1798 num_elements, is_vector); in ParseTypeFromDWARF()1806 m_ast.CreateArrayType(array_element_type, 0, is_vector); in ParseTypeFromDWARF()
422 size_t element_count, bool is_vector);
2249 bool is_vector) { in CreateArrayType() argument2254 if (is_vector) { in CreateArrayType()