Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h47 #define FIRST_INSN(BLOCK) (BLOCK)->GetFirstInsn() argument
48 #define LAST_INSN(BLOCK) (BLOCK)->GetLastInsn() argument
56 #define FOR_BB_INSNS(INSN, BLOCK) for (Insn * (INSN) = FIRST_INSN(BLOCK); (INSN) != nullptr; (INSN)… argument
57 #define FOR_BB_INSNS_CONST(INSN, BLOCK) \ argument
60 #define FOR_BB_INSNS_REV(INSN, BLOCK) \ argument
62 #define FOR_BB_INSNS_REV_CONST(INSN, BLOCK) \ argument
66 #define FOR_BB_INSNS_SAFE(INSN, BLOCK, NEXT) … argument
70 #define FOR_BB_INSNS_REV_SAFE(INSN, BLOCK, NEXT) … argument
/arkcompiler/ets_frontend/es2panda/parser/
DparserFlags.h24 BLOCK, enumerator
/arkcompiler/ets_frontend/ets2panda/parser/
DparserFlags.h27 BLOCK, enumerator
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts111 BLOCK, enumerator
/arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/
Dformatting_settings.h23 enum class IndentStyle { NONE, BLOCK, SMART }; enumerator
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h1482 BLOCK, enumerator