Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-vrp.c3243 assert_locus_t n, loc, last_loc; in register_new_assert_for() local
3284 last_loc = loc; in register_new_assert_for()
3324 last_loc = loc; in register_new_assert_for()
3339 if (last_loc) in register_new_assert_for()
3340 last_loc->next = n; in register_new_assert_for()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf32-xtensa.c4336 r_reloc last_loc; member
7605 asection *target_sec = r_reloc_get_section (&values->last_loc); in identify_literal_placement()
7609 r_reloc try_loc = values->last_loc; in identify_literal_placement()
7618 values->last_loc.virtual_offset += 4; in identify_literal_placement()
7633 values->last_loc = rel->r_rel; in identify_literal_placement()
DChangeLog-2004905 (value_map_hash_table struct): Add has_last_loc and last_loc fields.
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c7544 static location_t last_loc; in tsubst() local
7551 && last_loc != input_location in tsubst()
7553 && (last_loc.line != input_line in tsubst()
7554 || last_loc.file != input_filename) in tsubst()
7564 last_loc = input_location; in tsubst()
/openbsd/src/sys/dev/pci/
Dif_ice.c22669 uint16_t mask_loc, uint16_t last_loc) in ice_flow_set_fld_ext() argument
22678 seg->fields[fld].src.last = last_loc; in ice_flow_set_fld_ext()
22705 uint16_t val_loc, uint16_t mask_loc, uint16_t last_loc, in ice_flow_set_fld() argument
22711 ice_flow_set_fld_ext(seg, fld, t, val_loc, mask_loc, last_loc); in ice_flow_set_fld()