HomeSort by relevance Sort by last modified time
    Searched defs:no_guard (Results 1 - 2 of 2) sorted by null

  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 86 bool no_guard = false; local
144 no_guard = true;
200 declaration_it->second.no_guard != no_guard) {
211 declaration.no_guard = no_guard;
DeclarationDatabase.h 130 bool no_guard; member in struct:Declaration
144 if (no_guard) {
145 fprintf(out, "no_guard ");

Completed in 1627 milliseconds