Lines Matching refs:VCDiffAddressCache
118 VCDiffAddressCache cache_;
139 VCDiffAddressCache zero_cache(0, 0);
144 VCDiffAddressCache negative_cache(-1, -1); // The constructor must not fail
149 VCDiffAddressCache negative_cache(0, -1); // The constructor must not fail
155 VCDiffAddressCache int_max_cache(INT_MAX, INT_MAX);
161 VCDiffAddressCache int_min_cache(INT_MIN, INT_MIN);
169 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 1, 0);
174 VCDiffAddressCache negative_cache(0, VCD_MAX_MODES - 1);
179 VCDiffAddressCache negative_cache((VCD_MAX_MODES / 2),
185 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 2, 0);
190 VCDiffAddressCache negative_cache(0, VCD_MAX_MODES - 2);
195 VCDiffAddressCache negative_cache((VCD_MAX_MODES / 2) - 1,
201 VCDiffAddressCache no_init_cache(4, 3);
206 VCDiffAddressCache no_init_cache;
323 VCDiffAddressCache zero_cache(0, 0);
343 VCDiffAddressCache zero_cache(0, 0);