Home
last modified time | relevance | path

Searched refs:EnterScope (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineCSE.cpp100 void EnterScope(MachineBasicBlock *MBB);
436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
701 EnterScope(MBB); in PerformCSE()
DMachineLICM.cpp195 void EnterScope(MachineBasicBlock *MBB);
592 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
692 EnterScope(MBB); in HoistOutOfLoop()
/external/clang/include/clang/Parse/
DParser.h781 Self->EnterScope(ScopeFlags); in Self()
805 void EnterScope(unsigned ScopeFlags);
1195 bool EnterScope, bool OnDefinition);
1197 bool EnterScope, bool OnDefinition);
2260 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/external/clang/lib/Parse/
DParseDecl.cpp1159 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
1165 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1177 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
1208 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
1214 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
2009 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2059 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2099 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
DParser.cpp373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
455 EnterScope(Scope::DeclScope); in Initialize()
/external/v8/tools/gcmole/
Dgcmole.cc152 EnterScope(name); in AnalyzeFunction()
165 void EnterScope(const MangledName& name) { in EnterScope() function in __anona69aa4600111::CalleesPrinter