Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp206 llvm::Value *retPtr = in packFunctionArguments() local
208 retPtr = builder.CreateBitCast(retPtr, result->getType()->getPointerTo()); in packFunctionArguments()
209 builder.CreateStore(result, retPtr); in packFunctionArguments()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmalloc.c1401 int *retPtr(void);
1405 int *yBefore = retPtr(); in cmpHeapAllocationToUnknown()