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

  /bionic/tools/versioner/src/
DeclarationDatabase.cpp 108 bool no_guard = false; local
149 no_guard = true;
220 declaration_it->second.no_guard != no_guard) {
231 declaration.no_guard = no_guard;
DeclarationDatabase.h 129 bool no_guard; member in struct:Declaration
143 if (no_guard) {
144 fprintf(out, "no_guard ");
Preprocessor.cpp 422 if (decl.no_guard) {

Completed in 574 milliseconds