Home
last modified time | relevance | path

Searched refs:ptr_type (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/expression/issue_11588/
H A Dmain.cpp44 typedef unsigned long long int ptr_type; typedef
49 r14_ = (StgClosure*)(((ptr_type)r14_ | 0x01)); // set the LSB to 1 for tagging in main()
50 ptr_type r14 = (ptr_type)r14_; in main()