Searched defs:BLOCK (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cgbb.h | 47 #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/ |
| D | parserFlags.h | 24 BLOCK, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserFlags.h | 27 BLOCK, enumerator
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 111 BLOCK, enumerator
|
| /arkcompiler/ets_frontend/ets2panda/lsp/include/formatting/ |
| D | formatting_settings.h | 23 enum class IndentStyle { NONE, BLOCK, SMART }; enumerator
|
| /arkcompiler/toolchain/tooling/dynamic/base/ |
| D | pt_types.h | 1482 BLOCK, enumerator
|