Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp187 double *DoublePtr = (double *) ArgDataPtr; in ffiValueFor() local
188 *DoublePtr = AV.DoubleVal; in ffiValueFor()