Searched refs:guards (Results 1 – 4 of 4) sorted by relevance
42 std::set<void*> guards; member63 guards.insert(guard); in Check()91 ASSERT_EQ(1U, checker.guards.size()); in TEST()
419 std::unordered_map<std::string, GuardMap> guards; in preprocessHeaders() local436 guards[location.filename][location] = macro_guard; in preprocessHeaders()471 for (const auto& file_it : guards) { in preprocessHeaders()475 for (auto& file_it : guards) { in preprocessHeaders()
83 When the allocation is freed, both of these guards are verified to contain
96 If SIZE\_BYTES is present, it indicates the number of bytes in both guards.