Searched refs:fBool3_Type (Results 1 – 4 of 4) sorted by relevance
28 REPORTER_ASSERT(r, 3 == layout.size(*context.fBool3_Type)); in DEF_TEST()45 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBool3_Type)); in DEF_TEST()109 REPORTER_ASSERT(r, 3 == layout.size(*context.fBool3_Type)); in DEF_TEST()126 REPORTER_ASSERT(r, 4 == layout.alignment(*context.fBool3_Type)); in DEF_TEST()
62 , fBool3_Type(new Type("bool3", *fBool_Type, 3)) in Context()158 fBool3_Type.get(), fBool4_Type.get() }))196 fBool3_Type.get(), fBool4_Type.get() }))257 const std::unique_ptr<Type> fBool3_Type; variable
86 case 3: return *context.fBool3_Type; in get_type()
221 case 3: return *context.fBool3_Type; in toCompound()