Home
last modified time | relevance | path

Searched refs:loc_cur (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c18754 for (dw_loc_descr_ref loc_cur = loc_naddend; loc_cur != NULL; ) in loc_list_from_tree_1() local
18756 loc_naddend = loc_cur; in loc_list_from_tree_1()
18757 loc_cur = loc_cur->dw_loc_next; in loc_list_from_tree_1()
18971 for (dw_loc_list_ref loc_cur = result; in loc_list_from_tree() local
18972 loc_cur != NULL; loc_cur = loc_cur->dw_loc_next) in loc_list_from_tree()
18973 loc_descr_without_nops (loc_cur->expr); in loc_list_from_tree()