Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineCSE.cpp100 void EnterScope(MachineBasicBlock *MBB);
436 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
696 EnterScope(MBB); in PerformCSE()
DMachineLICM.cpp195 void EnterScope(MachineBasicBlock *MBB);
583 void MachineLICM::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICM
682 EnterScope(MBB); in HoistOutOfLoop()
/external/llvm-project/clang/lib/Parse/
DParseCXXInlineMethods.cpp672 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
678 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
690 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
721 ReenterTemplateScopeRAII InDeclScope(*this, D, EnterScope); in ParseLexedAttribute()
724 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
DParser.cpp403 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
476 EnterScope(Scope::DeclScope); in Initialize()
DParseOpenMP.cpp3428 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
3572 EnterScope(Scope::OpenMPDirectiveScope | Scope::DeclScope); in ParseOpenMPVarList()
DParseDecl.cpp2176 P.EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCSE.cpp131 void EnterScope(MachineBasicBlock *MBB);
497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
760 EnterScope(MBB); in PerformCSE()
DMachineLICM.cpp237 void EnterScope(MachineBasicBlock *MBB);
668 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
766 EnterScope(MBB); in HoistOutOfLoop()
/external/llvm-project/llvm/lib/CodeGen/
DMachineCSE.cpp132 void EnterScope(MachineBasicBlock *MBB);
497 void MachineCSE::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineCSE
759 EnterScope(MBB); in PerformCSE()
DMachineLICM.cpp238 void EnterScope(MachineBasicBlock *MBB);
673 void MachineLICMBase::EnterScope(MachineBasicBlock *MBB) { in EnterScope() function in MachineLICMBase
771 EnterScope(MBB); in HoistOutOfLoop()
/external/ruy/ruy/
Dtrace.h107 void EnterScope(const char* scope_name) { in EnterScope() function
363 ThreadLocalTrace()->EnterScope(scope_name_); in RuyTraceScope()
/external/clang/include/clang/Parse/
DParser.h803 Self->EnterScope(ScopeFlags); in Self()
827 void EnterScope(unsigned ScopeFlags);
1217 bool EnterScope, bool OnDefinition);
1219 bool EnterScope, bool OnDefinition);
2310 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/external/llvm-project/clang/include/clang/Parse/
DParser.h1090 Self->EnterScope(ScopeFlags); in Self()
1124 Self.EnterScope(ScopeFlags); in Enter()
1139 void EnterScope(unsigned ScopeFlags);
1547 bool EnterScope, bool OnDefinition);
1549 bool EnterScope, bool OnDefinition);
2860 P.EnterScope(0); // Not a decl scope. in EnterDeclaratorScope()
/external/clang/lib/Parse/
DParseDecl.cpp1190 bool EnterScope, bool OnDefinition) { in ParseLexedAttributeList() argument
1196 ParseLexedAttribute(*LAs[i], EnterScope, OnDefinition); in ParseLexedAttributeList()
1208 bool EnterScope, bool OnDefinition) { in ParseLexedAttribute() argument
1239 bool HasTemplateScope = EnterScope && D->isTemplateDecl(); in ParseLexedAttribute()
1245 bool HasFunScope = EnterScope && D->isFunctionOrFunctionTemplate(); in ParseLexedAttribute()
2045 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2096 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
2136 EnterScope(0); in ParseDeclarationAfterDeclaratorAndAttributes()
DParser.cpp373 void Parser::EnterScope(unsigned ScopeFlags) { in EnterScope() function in Parser
455 EnterScope(Scope::DeclScope); in Initialize()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp10004 llvm::function_ref<Scope *()> EnterScope) { in ActOnReenterTemplateScope() argument
10050 InnermostTemplateScope = EnterScope(); in ActOnReenterTemplateScope()
/external/llvm-project/clang/include/clang/Sema/
DSema.h6952 llvm::function_ref<Scope *()> EnterScope);