ΒΆLLVMErrorTypeId LLVMGetErrorTypeId(
LLVMErrorRef Err)
LLVMErrorTypeId LLVMGetErrorTypeId(
LLVMErrorRef Err)
Description
Returns the type id for the given error instance, which must be a failure value (i.e. non-null).
Declared at: llvm/include/llvm-c/Error.h:37
Parameters
- LLVMErrorRef Err