Home
last modified time | relevance | path

Searched defs:tgt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/cflow/
Dcflow_info.cpp47 [[maybe_unused]] auto tgt) -> std::optional<VerificationStatus> { in FillCodeMaps()
103 [[maybe_unused]] auto tgt) -> std::optional<VerificationStatus> { in ProcessCatchBlocks()
/arkcompiler/runtime_core/static_core/verification/absint/
Dexec_context.h163 while (auto tgt = fetcher()) { in SetCheckPoints() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsUnionType.cpp196 … = []([[maybe_unused]] TypeRelation *rel, [[maybe_unused]] Type *src, [[maybe_unused]] Type *tgt) { in AssignmentTarget()
228 … = []([[maybe_unused]] TypeRelation *rel, [[maybe_unused]] Type *src, [[maybe_unused]] Type *tgt) { in CastTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5700 RegOperand &tgt = CreateRegisterOperandOfType(PTY_a64); in SelectRangeGoto() local