LLVMConstRealOfStringAndSize

Function LLVMConstRealOfStringAndSize 

Source
pub unsafe extern "C" fn LLVMConstRealOfStringAndSize(
    RealTy: LLVMTypeRef,
    Text: *const c_char,
    SLen: c_uint,
) -> LLVMValueRef
Expand description

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