Searched refs:result_map (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/nbperf/
H A Dnbperf-bdz.c78 uint32_t *result_map; member in struct:state
129 state->result_map[j] = i - holes;
262 state->result_map[i]);
296 state.result_map = calloc(sizeof(uint32_t), e);
300 state.result_map == NULL)
318 free(state.result_map);
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dstore.cc1584 (a) result_map, holding the concrete keys from this cluster,
1599 binding_map result_map; local
1646 result_map.put (offset_concrete_key, sval);
1680 result_map.put (overlap_concrete_key, overlap_sval);
1694 if (result_map.elements () == 0)
1697 /* Merge any bindings from default_map into result_map. */
1702 result_map.put (key, sval);
1705 return sval_mgr->get_or_create_compound_svalue (reg->get_type (), result_map);
H A Dsvalue.cc1814 binding_map result_map; local
1866 result_map.put (offset_conc_key, sval);
1872 return mgr->get_or_create_compound_svalue (type, result_map);

Completed in 147 milliseconds