LLVMConstRealOfStringAndSize

Obtain a constant for a floating point value parsed from a string.

extern (C) nothrow
LLVMValueRef
LLVMConstRealOfStringAndSize
(
LLVMTypeRef RealTy
,
const(char)* Text
,
uint SLen
)

Meta