Searched defs:BLOCK (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
D | cgbb.h | 46 #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 59 #define FOR_BB_INSNS_REV(INSN, BLOCK) \ argument 63 #define FOR_BB_INSNS_SAFE(INSN, BLOCK, NEXT) … argument 67 #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 | 24 BLOCK, enumerator
|
/arkcompiler/ets_frontend/arkguard/src/utils/ |
D | ScopeAnalyzer.ts | 79 BLOCK, enumerator
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_types.h | 1444 BLOCK, enumerator
|