Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h46 #define FIRST_INSN(BLOCK) (BLOCK)->GetFirstInsn() argument
47 #define LAST_INSN(BLOCK) (BLOCK)->GetLastInsn() argument
55 #define FOR_BB_INSNS(INSN, BLOCK) for (Insn * (INSN) = FIRST_INSN(BLOCK); (INSN) != nullptr; (INSN)… argument
56 #define FOR_BB_INSNS_CONST(INSN, BLOCK) \ argument
57 for (const Insn *(INSN) = FIRST_INSN(BLOCK); (INSN) != nullptr; (INSN) = (INSN)->GetNext())
59 #define FOR_BB_INSNS_REV(INSN, BLOCK) \ argument
60 for (Insn * (INSN) = LAST_INSN(BLOCK); (INSN) != nullptr; (INSN) = (INSN)->GetPrev())
63 #define FOR_BB_INSNS_SAFE(INSN, BLOCK, NEXT) … argument
64 …for (Insn * (INSN) = FIRST_INSN(BLOCK), *(NEXT) = (INSN) ? NEXT_INSN(INSN) : nullptr; (INSN) != nu…
67 #define FOR_BB_INSNS_REV_SAFE(INSN, BLOCK, NEXT) … argument
[all …]
/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h24 BLOCK, enumerator
/arkcompiler/ets_frontend/ets2panda/parser/
DparserFlags.h24 BLOCK, enumerator
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts79 BLOCK, enumerator
827 current = createScope(scopeName, node, ScopeKind.BLOCK, false, current);
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1444 BLOCK, enumerator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js90581 N.BLOCK = N.D;