Home
last modified time | relevance | path

Searched defs:funcVar (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DfunctionExpression.cpp44 binder::Variable *funcVar = nullptr; in Check() local
DarrowFunctionExpression.cpp44 binder::Variable *funcVar = nullptr; in Check() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp550 … Checker::InferFunctionDeclarationType(const binder::FunctionDecl *decl, binder::Variable *funcVar) in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp564 …er::InferFunctionDeclarationType(const varbinder::FunctionDecl *decl, varbinder::Variable *funcVar) in InferFunctionDeclarationType()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp309 varbinder::Variable *funcVar = nullptr; in Check() local
552 varbinder::Variable *funcVar = nullptr; in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp2895 Var &funcVar = lmirBuilder_->CreateLocalVar(callee.GetType(), "DeoptimizeSubFunc"); in GenDeoptEntry() local