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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 21138 dw_cfa_location last_cfa, next_cfa;
21160 last_cfa = next_cfa;
21167 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21181 if (!cfa_equal_p (&last_cfa, &next_cfa))
21183 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21187 last_cfa = next_cfa;
21203 if (!cfa_equal_p (&last_cfa, &next_cfa))
21205 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21209 last_cfa = next_cfa;
21212 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset)
21124 dw_cfa_location last_cfa, next_cfa; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 21041 dw_cfa_location last_cfa, next_cfa;
21063 last_cfa = next_cfa;
21070 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21084 if (!cfa_equal_p (&last_cfa, &next_cfa))
21086 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21090 last_cfa = next_cfa;
21106 if (!cfa_equal_p (&last_cfa, &next_cfa))
21108 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset),
21112 last_cfa = next_cfa;
21115 *list_tail = new_loc_list (build_cfa_loc (&last_cfa, offset)
21027 dw_cfa_location last_cfa, next_cfa; local
    [all...]

Completed in 51 milliseconds