Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2606 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2613 if (IsHeaderValid) in checkHashTable()2614 *IsHeaderValid = false; in checkHashTable()2631 if (IsHeaderValid) in checkHashTable()2647 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2653 if (IsHeaderValid) in checkGNUHashTable()2670 bool IsHeaderValid; in printHashTable() local2671 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()2672 if (IsHeaderValid) { in printHashTable()2726 bool IsHeaderValid; in printGnuHashTable() local[all …]