Searched refs:H2S (Results 1 – 3 of 3) sorted by relevance
640 #define H2S(h) (1 << (h)) macro642 #define HiS(h,s) ((s) & H2S(h))
5702 UInt MC_(clo_leak_check_heuristics) = H2S(LchStdString)5703 | H2S( LchLength64)5704 | H2S( LchNewArray)5705 | H2S( LchMultipleInheritance);
1148 if (heuristic_reachedness(addr, ch, ex, H2S(h)) == h) { in lc_scan_memory()