Home
last modified time | relevance | path

Searched refs:vd (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/types/primitives/
Dprimitives_in_function.ts23 let vd: void = undefined;
24 return vd;
Dprimitives_in_if.ts23 let vd: void = undefined; variable
Dprimitives_in_block.ts23 let vd: void = undefined; variable
Dprimitives_only_type_annotation.ts23 let vd: void; variable
Dprimitives_no_type_annotation.ts23 let vd = undefined; variable
Dprimitives_in_class.ts24 vd: void = undefined; property in A
Dprimitives_in_for.ts23 let vd: void = undefined; variable
/arkcompiler/ets_frontend/ts2panda/src/base/
DbcGenUtil.ts148 export function moveVreg(vd: VReg, vs: VReg): IRNode {
149 return new Mov(vd, vs);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts805 moveVreg(node: ts.Node | NodeKind, vd: VReg, vs: VReg): void {
806 this.add(node, moveVreg(vd, vs));
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h322 void MoveVreg(const ir::AstNode *node, VReg vd, VReg vs);
Dpandagen.cpp715 void PandaGen::MoveVreg(const ir::AstNode *node, VReg vd, VReg vs) in MoveVreg() argument
717 ra_.Emit<Mov>(node, vd, vs); in MoveVreg()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js25210 let vd;
25256 }(vd || (vd = {}));
25258 [vd.CONSTANT]: B_,
25259 [vd.LINEAR]: D_,
25260 [vd.QUAD_IN]: P_,
25261 [vd.QUAD_OUT]: O_,
25262 [vd.QUAD_IN_OUT]: N_,
25263 [vd.QUAD_OUT_IN]: ud,
25264 [vd.CUBIC_IN]: L_,
25265 [vd.CUBIC_OUT]: F_,
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2vd(t){return(e.isInJSFile(t)&&e.isFunctionDeclaration(t)||Hm(t)||e.isObjectLiteralMethod(t))&&hd(t… function