Searched refs:guards (Results 1 - 2 of 2) sorted by relevance

/bionic/tests/
H A Dstack_protector_test.cpp40 std::set<void*> guards; member in struct:stack_protector_checker
61 guards.insert(guard);
89 ASSERT_EQ(1U, checker.guards.size());
/bionic/tools/versioner/src/
H A DPreprocessor.cpp45 // To avoid redundant macro guards, the availability calculated by this function is the set
273 // Merge adjacent blocks with identical guards.
418 std::unordered_map<std::string, GuardMap> guards; local
435 guards[location.filename][location] = macro_guard;
470 for (const auto& file_it : guards) {
474 for (auto& file_it : guards) {
488 // TODO: Merge adjacent non-identical guards.

Completed in 63 milliseconds