Home
last modified time | relevance | path

Searched refs:BLOCK (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h47 #define FIRST_INSN(BLOCK) (BLOCK)->GetFirstInsn()
48 #define LAST_INSN(BLOCK) (BLOCK)->GetLastInsn()
56 #define FOR_BB_INSNS(INSN, BLOCK) for (Insn * (INSN) = FIRST_INSN(BLOCK); (INSN) != nullptr; (INSN) = (INSN)->GetNext())
57 #define FOR_BB_INSNS_CONST(INSN, BLOCK) \
58 for (const Insn *(INSN) = FIRST_INSN(BLOCK); (INSN) != nullptr; (INSN) = (INSN)->GetNext())
60 #define FOR_BB_INSNS_REV(INSN, BLOCK) \
61 for (Insn * (INSN) = LAST_INSN(BLOCK); (INS
[all...]
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserFlags.h24 BLOCK, member in panda::es2panda::parser::LexicalScopeType
/arkcompiler/ets_frontend/ets2panda/parser/
H A DparserFlags.h27 BLOCK, member in ark::es2panda::parser::LexicalScopeType
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1471 BLOCK, member in panda::ecmascript::tooling::final::ScopeType

Completed in 6 milliseconds