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

  /src/external/gpl3/gcc/dist/gcc/
function.cc 1395 static poly_int64 in_arg_offset;
1462 new_rtx = arg_pointer_rtx, offset = in_arg_offset;
2007 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
1385 static poly_int64 in_arg_offset; variable
function.cc 1395 static poly_int64 in_arg_offset;
1462 new_rtx = arg_pointer_rtx, offset = in_arg_offset;
2007 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
1385 static poly_int64 in_arg_offset; variable
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 1394 static poly_int64 in_arg_offset;
1461 new_rtx = arg_pointer_rtx, offset = in_arg_offset;
1997 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
1384 static poly_int64 in_arg_offset; variable
function.cc 1394 static poly_int64 in_arg_offset;
1461 new_rtx = arg_pointer_rtx, offset = in_arg_offset;
1997 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
1384 static poly_int64 in_arg_offset; variable

Completed in 65 milliseconds