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.cpp229 void EnterScope(MachineBasicBlock *MBB);
669 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
770 EnterScope(MBB); in HoistOutOfLoop()
/external/clang/include/clang/Parse/
DParser.h759 Self->EnterScope(ScopeFlags); in Self()
783 void EnterScope(unsigned ScopeFlags);
1173 bool EnterScope, bool OnDefinition);
1175 bool EnterScope, bool OnDefinition);
2170 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/external/clang/lib/Parse/
DParseDecl.cpp1130 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
1136 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1149 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
1180 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
1186 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
1943 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
1993 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2033 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
DParser.cpp352 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
425 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 __anond932a49f0111::CalleesPrinter