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

  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.cpp 102 bool *builtIn, bool *sameScope) const
120 if (sameScope)
121 *sameScope = (level == currentLevel());
SymbolTable.h 376 bool *builtIn = NULL, bool *sameScope = NULL) const;
ParseContext.cpp 796 bool sameScope = false;
797 TSymbol* symbol = symbolTable.find(identifier, 0, &builtIn, &sameScope);
798 if (symbol == 0 || !sameScope) {
    [all...]

Completed in 183 milliseconds