Searched refs:ptr_type (Results 1 – 3 of 3) sorted by relevance
44 typedef unsigned long long int ptr_type; typedef49 r14_ = (StgClosure*)(((ptr_type)r14_ | 0x01)); // set the LSB to 1 for tagging in main()50 ptr_type r14 = (ptr_type)r14_; in main()
27 ptr_type = "std::unique_ptr<int>"29 ptr_type = "std::unique_ptr<int, std::default_delete<int> >"33 result_type=ptr_type,
27 ptr_type = "std::unique_ptr<Foo>"29 ptr_type = "std::unique_ptr<Foo, std::default_delete<Foo> >"33 result_type=ptr_type,