Searched refs:CheckStoreArray (Results 1 – 4 of 4) sorted by relevance
102 void CheckStoreArray();214 void CodegenTest::CheckStoreArray() in CheckStoreArray() function in panda::compiler::CodegenTest747 CheckStoreArray<bool>(); in TEST_F()748 CheckStoreArray<int8_t>(); in TEST_F()749 CheckStoreArray<uint8_t>(); in TEST_F()750 CheckStoreArray<int16_t>(); in TEST_F()751 CheckStoreArray<uint16_t>(); in TEST_F()752 CheckStoreArray<int32_t>(); in TEST_F()753 CheckStoreArray<uint32_t>(); in TEST_F()754 CheckStoreArray<int64_t>(); in TEST_F()[all …]
409 bool CheckStoreArray(ClassPtr array_cls, ClassPtr str_cls) const override;
188 bool PandaRuntimeInterface::CheckStoreArray(ClassPtr array_cls, ClassPtr str_cls) const in CheckStoreArray() function in panda::PandaRuntimeInterface
612 …virtual bool CheckStoreArray([[maybe_unused]] ClassPtr array_cls, [[maybe_unused]] ClassPtr str_cl… in CheckStoreArray() function