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

/gem5/ext/mcpat/
H A Dcacheunit.h133 double conflicts; member in class:CacheStatistics
H A Dcacheunit.cc615 ASSIGN_FP_IF("conflicts", cache_stats.conflicts);
/gem5/ext/ply/ply/
H A Dyacc.py1964 self.conflicts = [] # List of conflicts
3225 # Report shift/reduce and reduce/reduce conflicts
3229 errorlog.warning("%d shift/reduce conflicts", num_sr)
3235 errorlog.warning("%d reduce/reduce conflicts", num_rr)
3237 # Write out conflicts to the output file

Completed in 18 milliseconds