Function mlir_sys::mlirIdentifierGet
source · pub unsafe extern "C" fn mlirIdentifierGet(
context: MlirContext,
str_: MlirStringRef
) -> MlirIdentifier
Expand description
Gets an identifier with the given string value.
pub unsafe extern "C" fn mlirIdentifierGet(
context: MlirContext,
str_: MlirStringRef
) -> MlirIdentifier
Gets an identifier with the given string value.