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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 3611 static GTY (()) struct call_arg_loc_node *call_arg_locations;
24205 if (call_arg_locations && (!dwarf_strict || dwarf_version >= 5))
24208 for (ca_loc = call_arg_locations; ca_loc; ca_loc = ca_loc->next)
24352 call_arg_locations = NULL;
25124 if (call_arg_locations || debug_inline_points)
27749 call_arg_locations = NULL;
28294 if (call_arg_locations)
28297 call_arg_locations = ca_loc;
33387 call_arg_locations = NULL;
3606 static GTY (()) struct call_arg_loc_node *call_arg_locations; variable in typeref:struct:call_arg_loc_node
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 3613 static GTY (()) struct call_arg_loc_node *call_arg_locations;
24089 if (call_arg_locations && (!dwarf_strict || dwarf_version >= 5))
24092 for (ca_loc = call_arg_locations; ca_loc; ca_loc = ca_loc->next)
24236 call_arg_locations = NULL;
25004 if (call_arg_locations || debug_inline_points)
27609 call_arg_locations = NULL;
28154 if (call_arg_locations)
28157 call_arg_locations = ca_loc;
33240 call_arg_locations = NULL;
3608 static GTY (()) struct call_arg_loc_node *call_arg_locations; variable in typeref:struct:call_arg_loc_node

Completed in 55 milliseconds