Searched refs:isVec (Results 1 – 5 of 5) sorted by relevance
177 Bool isVec; /* does block have an array type, or not? */ member197 Bool isVec; /* does block have an array type, or not? */ member
154 if (fb->isVec != False && fb->isVec != True) in StackBlock__sane()180 if (fb1->isVec < fb2->isVec) return -1; in StackBlock__cmp()181 if (fb1->isVec > fb2->isVec) return 1; in StackBlock__cmp()198 && fb1->isVec == fb2->isVec in StackBlock__all_fields_except_szB_are_equal()231 sb->isVec ? 'Y' : 'N', &sb->name[0] in pp_StackBlocks()406 if (gb1->isVec < gb2->isVec) return -1; in GlobalBlock__cmp()407 if (gb1->isVec > gb2->isVec) return 1; in GlobalBlock__cmp()
81 enum { isVec = type_traits_detail::IsVec<UnqualifiedType>::value }; enumerator
3856 Bool isVec; in analyse_deps() local3880 isVec = ty->tag == Te_TyArray; in analyse_deps()3881 if (arrays_only && !isVec) in analyse_deps()3940 block.isVec = isVec; in analyse_deps()3959 block.isVec = isVec; in analyse_deps()4142 Bool isVec; in VG_() local4191 isVec = ty->tag == Te_TyArray; in VG_()4192 if (arrays_only && !isVec) continue; in VG_()4203 gb.isVec = isVec; in VG_()
356 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { in getBooleanContents() argument357 if (isVec) in getBooleanContents()