Searched refs:is_vector (Results 1 – 6 of 6) 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()
304 bool is_vector = false; member
388 is_vector = form_value.Boolean(); in ParsedDWARFTypeAttributes()1326 attrs.is_vector); in ParseArrayType()1334 m_ast.CreateArrayType(array_element_type, 0, attrs.is_vector); in ParseArrayType()
1393 int is_vector = 0; in read_type() local1763 is_vector = 1; in read_type()1868 if (is_vector) in read_type()
433 size_t element_count, bool is_vector);
2279 bool is_vector) { in CreateArrayType() argument2283 if (is_vector) { in CreateArrayType()