Functions | |
ARBB_VM_EXPORT arbb_error_t | arbb_create_local (arbb_function_t function, arbb_variable_t *out_var, arbb_type_t type, const char *name, arbb_error_details_t *details) |
Creates a new local variable within the given function. |
ARBB_VM_EXPORT arbb_error_t arbb_create_local | ( | arbb_function_t | function, | |
arbb_variable_t * | out_var, | |||
arbb_type_t | type, | |||
const char * | name, | |||
arbb_error_details_t * | details | |||
) |
Creates a new local variable within the given function.
function
is a null object.out_var
is a null pointer.type
is a null object.type
is a function type.function
is not being defined. Copyright © 2010, Intel Corporation. All rights reserved.