Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp177 double *DoublePtr = (double *) ArgDataPtr; in ffiValueFor() local
178 *DoublePtr = AV.DoubleVal; in ffiValueFor()
/llvm-project-15.0.7/libc/spec/
H A Dspec.td95 def DoublePtr : PtrType<DoubleType>;
H A Dstdc.td412 FunctionSpec<"modf", RetValSpec<DoubleType>, [ArgSpec<DoubleType>, ArgSpec<DoublePtr>]>,