Searched refs:Type (Results 1 – 2 of 2) sorted by relevance
93 BYTE Type : 3; member96 } Type; member103 BYTE Type; member
778 template <typename Type>779 void __attribute__((optnone)) VerifyAlignment(Type* floating) { in VerifyAlignment()780 size_t expected_alignment = alignof(Type); in VerifyAlignment()787 template <typename Type>795 Type* types[kMaxConsecutiveAllocs]; in TestAllocateType()797 types[i] = new Type; in TestAllocateType()809 types[i] = reinterpret_cast<Type*>(malloc(sizeof(Type))); in TestAllocateType()821 std::vector<Type> type_vector(kMaxConsecutiveAllocs); in TestAllocateType()