Searched refs:vep (Results 1 – 3 of 3) sorted by relevance
294 struct val_expr_pair_d vep = {NULL, NULL, NULL, 0}; in vn_lookup_with_vuses() local300 vep.e = expr; in vn_lookup_with_vuses()301 vep.vuses = vuses; in vn_lookup_with_vuses()302 vep.hashcode = vn_compute (expr, 0); in vn_lookup_with_vuses()303 slot = htab_find_slot_with_hash (value_table, &vep, vep.hashcode, NO_INSERT); in vn_lookup_with_vuses()
1100 union { const char * c; char * v; } vep; in strtojint() local1103 vep.c = cp; in strtojint()1131 vep.c = cp; in strtojint()1141 *ep = vep.v; in strtojint()
1267 u8 vep; member