Searched refs:fBool4_Type (Results 1 – 4 of 4) sorted by relevance
29 REPORTER_ASSERT(r, 4 == layout.size(*context.fBool4_Type)); in DEF_TEST()46 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBool4_Type)); in DEF_TEST()110 REPORTER_ASSERT(r, 4 == layout.size(*context.fBool4_Type)); in DEF_TEST()127 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBool4_Type)); in DEF_TEST()
63 , fBool4_Type(new Type("bool4", *fBool_Type, 4)) in Context()158 fBool3_Type.get(), fBool4_Type.get() }))196 fBool3_Type.get(), fBool4_Type.get() }))258 const std::unique_ptr<Type> fBool4_Type; variable
87 case 4: return *context.fBool4_Type; in get_type()
222 case 4: return *context.fBool4_Type; in toCompound()