Home
last modified time | relevance | path

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

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