Home
last modified time | relevance | path

Searched defs:Variable (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.cpp153 binder::Variable *LReference::Variable() const in Variable() function in panda::es2panda::compiler::LReference
/arkcompiler/ets_frontend/ets2panda/checker/
H A DresolveResult.h36 varbinder::Variable *Variable() in Variable() function in ark::es2panda::checker::ResolveResult
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A Dtype.h105 binder::Variable *Variable() in Variable() function in panda::es2panda::panda::es2panda::checker::Type
110 const binder::Variable *Variable() const in Variable() function in panda::es2panda::panda::es2panda::checker::Type
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.h46 class Variable { class
146 explicit Variable(Decl *decl, VariableFlags flags) : decl_(decl), flags_(flags) {} in Variable() function in ark::es2panda::ark::es2panda::varbinder::Variable
147 explicit Variable(VariableFlags flags) : flags_(flags) {} in Variable() function in ark::es2panda::ark::es2panda::varbinder::Variable
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.h66 varbinder::Variable *Variable() const in Variable() function in ark::es2panda::ark::es2panda::ark::es2panda::compiler::LReference
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dtype.h204 varbinder::Variable *Variable() in Variable() function in ark::es2panda::ark::es2panda::checker::Type
209 const varbinder::Variable *Variable() const in Variable() function in ark::es2panda::ark::es2panda::checker::Type
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h46 class Variable { class
127 explicit Variable(Decl *decl, VariableFlags flags) : decl_(decl), flags_(flags) {} in Variable() function in panda::es2panda::panda::es2panda::binder::Variable
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A DastNode.h282 binder::Variable *Variable() const in Variable() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::AstNode
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.h392 class Variable { class
394 Variable(Environment *env, VariableType type, uint32_t id, GateRef value) : id_(id), type_(type), env_(env) in Variable() function in panda::panda::ecmascript::kungfu::Variable
399 Variable(CircuitBuilde in Variable() function in panda::panda::ecmascript::kungfu::Variable
[all...]

Completed in 5 milliseconds