Searched refs:fInt4_Type (Results 1 – 6 of 6) sorted by relevance
25 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type)); in DEF_TEST()42 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt4_Type)); in DEF_TEST()106 REPORTER_ASSERT(r, 16 == layout.size(*context.fInt4_Type)); in DEF_TEST()123 REPORTER_ASSERT(r, 16 == layout.alignment(*context.fInt4_Type)); in DEF_TEST()
43 , fInt4_Type(new Type("int4", *fInt_Type, 4)) in Context()154 fInt3_Type.get(), fInt4_Type.get() }))184 fInt3_Type.get(), fInt4_Type.get() }))233 const std::unique_ptr<Type> fInt4_Type; variable
56 } else if (type == *context.fInt4_Type || in ParameterCType()
197 } else if (type == *fContext.fInt4_Type || in writeRuntimeValue()
51 case 4: return *context.fInt4_Type; in get_type()
156 case 4: return *context.fInt4_Type; in toCompound()