Searched refs:IsHeaderValid (Results 1 – 1 of 1) sorted by relevance
2472 bool *IsHeaderValid = nullptr) { in checkHashTable() argument2479 if (IsHeaderValid) in checkHashTable()2480 *IsHeaderValid = false; in checkHashTable()2497 if (IsHeaderValid) in checkHashTable()2513 bool *IsHeaderValid = nullptr) { in checkGNUHashTable() argument2519 if (IsHeaderValid) in checkGNUHashTable()2536 bool IsHeaderValid; in printHashTable() local2537 Error Err = checkHashTable(*this, HashTable, &IsHeaderValid); in printHashTable()2538 if (IsHeaderValid) { in printHashTable()2592 bool IsHeaderValid; in printGnuHashTable() local[all …]