Searched defs:ptr_type (Results 1 - 2 of 2) sorted by relevance

/external/lldb/test/expression_command/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
50 ptr_type r14 = (ptr_type)r14_;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c594 LLVMTypeRef ptr_type = LLVMPointerType(LLVMFloatTypeInContext( local
597 a = LLVMBuildBitCast(builder, a, ptr_type, "");

Completed in 108 milliseconds