Searched refs:GlobalVariable (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | variable.cpp | 57 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical()
|
H A D | variable.h | 205 class GlobalVariable : public Variable { class 207 explicit GlobalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in GlobalVariable() function in ark::es2panda::ark::es2panda::varbinder::GlobalVariable
|
H A D | variableFlags.h | 103 _(GLOBAL, GlobalVariable) \
|
H A D | scope.cpp | 266 return scope->InsertBinding(newDecl->Name(), allocator->New<GlobalVariable>(newDecl, varFlags)).first->second; in AddLocalVar() 502 return AddVar<GlobalVariable>(allocator, currentVariable, newDecl); in AddBinding() 505 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
H A D | cleanup_inline_module.cpp | 45 using llvm::GlobalVariable; 334 if (isa<GlobalVariable>(value)) { in IsInlinable() 335 auto globalVariable = cast<GlobalVariable>(value); in IsInlinable()
|
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | variable.h | 174 class GlobalVariable : public Variable { class 176 explicit GlobalVariable(Decl *decl, VariableFlags flags) : Variable(decl, flags) {} in GlobalVariable() function in panda::es2panda::panda::es2panda::binder::GlobalVariable
|
H A D | variable.cpp | 81 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical()
|
H A D | variableFlags.h | 92 _(GLOBAL, GlobalVariable) \
|
H A D | scope.cpp | 438 scope->Bindings().insert({newDecl->Name(), allocator->New<GlobalVariable>(newDecl, varFlags)}); in AddLocal() 705 return AddVar<GlobalVariable>(allocator, currentVariable, newDecl); in AddBinding() 708 return AddFunction<GlobalVariable>(allocator, currentVariable, newDecl, extension); in AddBinding()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A D | llvm_aot_compiler.cpp | 434 new llvm::GlobalVariable(*wrappedModule->GetModule(), array64, false, llvm::GlobalValue::ExternalLinkage, in PrepareAotGot() 438 aotGot->setVisibility(llvm::GlobalVariable::ProtectedVisibility); in PrepareAotGot()
|
/arkcompiler/ets_frontend/ets2panda/public/ |
H A D | es2panda_lib.rb | 806 %w[GLOBAL GlobalVariable],
|
Completed in 9 milliseconds