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

  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 201 void closeInsnRange(LexicalScope *NewScope = NULL) {
206 // If Parent dominates NewScope then do not close Parent's instruction
208 if (Parent && (!NewScope || !Parent->dominates(NewScope)))
209 Parent->closeInsnRange(NewScope);
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
symbols.h 101 #define NewScope() NewScopeInPool(CurrentScope->pool)
  /external/v8/src/
parser.cc 410 Scope* Parser::NewScope(Scope* parent, ScopeType type) {
605 { Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
613 scope = NewScope(scope, EVAL_SCOPE);
707 Scope* scope = NewScope(top_scope_, GLOBAL_SCOPE);
    [all...]
parser.h 781 Scope* NewScope(Scope* parent, ScopeType type);

Completed in 904 milliseconds