Searched refs:TYPE (Results 1 – 3 of 3) sorted by relevance
58 template <class TYPE>60 template <class TYPE>62 template <class TYPE>
405 #define DECL_CAST(TYPE) \ argument406 static TYPE *Cast(ObjectHeader *object) \408 ASSERT(JSTaggedValue(object).Is##TYPE()); \409 return reinterpret_cast<TYPE *>(object); \
22 % pretty_format.gsub!('ID', 'TYPE') if insn.properties.include?('type_id')