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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.c 58 Scope *ScopeList = NULL;
70 ScopeList = scope->next;
90 if ((lScope->next = ScopeList))
91 ScopeList->prev = lScope;
93 ScopeList = lScope;
symbols.h 98 extern Scope *ScopeList;

Completed in 19 milliseconds