OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptr_type
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_interp.c
593
LLVMTypeRef
ptr_type
= LLVMPointerType(LLVMFloatTypeInContext(
local
596
a = LLVMBuildBitCast(builder, a,
ptr_type
, "");
/external/flatbuffers/src/
idl_gen_cpp.cpp
459
auto &
ptr_type
= PtrType(field);
local
460
if (
ptr_type
!= "naked") {
461
return
ptr_type
+ "<" + type + ">";
470
auto &
ptr_type
= PtrType(&field);
local
471
return
ptr_type
== "naked" ? "" : ".get()";
[
all
...]
Completed in 2703 milliseconds