HomeSort by: relevance | last modified time | path
    Searched defs:return_method (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
infcall.c 1041 function_call_return_method return_method = return_method_normal; local
1215 return_method = return_method_hidden_param;
1224 return_method = return_method_struct;
1433 if (return_method != return_method_normal
1438 if (return_method == return_method_hidden_param)
1454 sp, return_method, struct_addr);
1556 return_method != return_method_normal,
  /src/external/gpl3/gdb.old/dist/gdb/
infcall.c 1041 function_call_return_method return_method = return_method_normal; local
1215 return_method = return_method_hidden_param;
1224 return_method = return_method_struct;
1433 if (return_method != return_method_normal
1438 if (return_method == return_method_hidden_param)
1454 sp, return_method, struct_addr);
1556 return_method != return_method_normal,

Completed in 26 milliseconds