Searched refs:duplicate_check (Results 1 – 16 of 16) sorted by relevance
38 from libscanbuild import duplicate_check88 duplicate = duplicate_check(entry_hash)
20 from libscanbuild import duplicate_check344 duplicate = duplicate_check(
26 def duplicate_check(method): function
35 from libscanbuild import duplicate_check, tempdir, initialize_logging89 duplicate = duplicate_check(entry_hash)
24 from libscanbuild import duplicate_check302 duplicate = duplicate_check(
12 def duplicate_check(method): function
578 int duplicate_check = 0; in _PyDict_CheckConsistency() local581 CHECK((duplicate_check & (1<<index)) == 0); in _PyDict_CheckConsistency()582 duplicate_check |= (1<<index); in _PyDict_CheckConsistency()