Searched refs:fInt3_Type (Results 1 – 4 of 4) sorted by relevance
24 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type)); in DEF_TEST()41 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt3_Type)); in DEF_TEST()105 REPORTER_ASSERT(r, 12 == layout.size(*context.fInt3_Type)); in DEF_TEST()122 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt3_Type)); in DEF_TEST()
42 , fInt3_Type(new Type("int3", *fInt_Type, 3)) in Context()154 fInt3_Type.get(), fInt4_Type.get() }))184 fInt3_Type.get(), fInt4_Type.get() }))232 const std::unique_ptr<Type> fInt3_Type; variable
50 case 3: return *context.fInt3_Type; in get_type()
155 case 3: return *context.fInt3_Type; in toCompound()