Searched defs:function_record (Results 1 – 1 of 1) sorted by relevance
197 struct function_record struct199 ir_function_signature* signature;200 …variable* return_flag; /* used to break out of all loops and then jump to the return instruction */201 ir_variable* return_value;202 unsigned nesting_depth;204 function_record(ir_function_signature* p_signature = 0) in function_record() argument