Home
last modified time | relevance | path

Searched full:forward (Results 1 – 25 of 110) sorted by relevance

12345

/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp43 Iterator().Forward(1); in ScanUnicodeEscapeSequence()
46 Iterator().Forward(1); in ScanUnicodeEscapeSequence()
64 Iterator().Forward(1); in ScanUnicodeCodePointEscape()
77 Iterator().Forward(1); in ScanUnicodeCodePointEscape()
116 pos_.iterator.Forward(offset); in ForwardToken()
150 Iterator().Forward(1); in SkipMultiLineComment()
163 Iterator().Forward(1); in SkipMultiLineComment()
184 Iterator().Forward(1); in SkipSingleLineComment()
210 Iterator().Forward(1); in CheckNumberLiteralEnd()
228 Iterator().Forward(1); in ScanNumberLeadingZero()
[all …]
Dlexer.h237 Iterator().Forward(1); in ScanString()
246 Iterator().Forward(1); in ScanString()
254 Iterator().Forward(1); in ScanString()
266 Iterator().Forward(1); in ScanString()
270 Iterator().Forward(1); in ScanString()
300 Iterator().Forward(1); in ScanString()
311 Iterator().Forward(1); in ScanHexEscape()
340 Iterator().Forward(1); in ScanNumberRadix()
351 Iterator().Forward(1); in ScanNumberRadix()
/arkcompiler/runtime_core/libpandabase/utils/
Djson_builder.h61 ss_ << (std::forward<T>(value)); in Append()
77 auto value = static_cast<double>(std::forward<T>(number)); in Stringify()
112 Stringify(std::forward<T>(value)); in Add()
119 Add(std::forward<T>(value)); in Add()
135 Stringify(std::forward<T>(value)); in AddProperty()
142 AddProperty(key, std::forward<T>(value)); in AddProperty()
152 std::invoke(std::forward<T>(array), builder); in Stringify()
161 std::invoke(std::forward<T>(object), builder); in Stringify()
Dexpected.h139 return std::forward<U>(v); in ValueOr()
147 return std::forward<U>(v); in ValueOr()
Dring_buffer.h167 * @param args arguments to forward to the constructor of the element
174 buffer_[tail_] = value_type(std::forward<Args>(args)...); in emplace_back()
201 * @param args arguments to forward to the constructor of the element
208 buffer_[head_] = value_type(std::forward<Args>(args)...); in emplace_front()
/arkcompiler/runtime_core/libpandabase/serializer/
Dfor_each_tuple.h26 …[[maybe_unused]] auto unused = {true, (f(std::get<Index>(std::forward<Tuple>(tuple))), void(), tru… in ForEachTupleImpl()
35 ForEachTupleImpl(std::forward<Tuple>(tuple), std::forward<F>(f), sequence); in ForEachTuple()
Dtuple_to_struct.h26 return {std::get<Is>(std::forward<Tuple>(tup))...}; in TupleToStructImpl()
35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
Dstruct_to_tuple.h33 auto [__VA_ARGS__] = std::forward<Struct>(str); \
60 return StructToTupleImpl<N> {}(std::forward<Struct>(str)); in StructToTuple()
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dexpect_pauses.h48 return {"Break on start", {std::forward<CallFrame>(callFrame)...}}; in BreakOnStart()
54 return {"Breakpoint", {std::forward<CallFrame>(callFrame)...}}; in Breakpoint()
60 return {"Step", {std::forward<CallFrame>(callFrame)...}}; in Step()
Dinspector_test_base.h58 [&](auto &object) { std::invoke(std::forward<Function>(handler), object); }); in CallSync()
73 … [&](auto &object) { result = std::invoke(std::forward<Function>(handler), object); }); in CallSync()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h65 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in Emit()
72 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in EmitWithType()
79 auto *ins = Alloc<T>(node, std::forward<Args>(args)...); in EmitRange()
133 … auto *ret = Allocator()->New<T>(isInvalid ? invalidNode : node, std::forward<Args>(args)...); in Alloc()
141 insns.push_back(Alloc<T>(node, std::forward<Args>(args)...)); in Add()
/arkcompiler/runtime_core/verification/util/
Dfunction_traits.h75 return call_helper(f, std::forward(args), typename gen_indices<sizeof...(Args)>::type {});
82 return f(std::forward(std::get<S>(a))...);
110 return binop(lhs, operator()(std::forward<Args>(args)...));
116 …return call_helper(std::forward<std::tuple<Args...>>(args), typename gen_indices<sizeof...(Args)>:…
123 return operator()(std::forward<std::tuple_element_t<S, A>>(std::get<S>(a))...);
Dtagged_index.h112 Base::template SetTags<Int, Shift>(std::forward<const typename Tag::type>(tags)..., val); in SetTags()
162 … AllTags::template SetTags<UInt, IntBits>(std::forward<typename Tags::type>(tags)..., Value_); in TaggedIndexHelper0()
299 …TaggedIndexSelectorH(typename Tags::type... tags, Int &val) : Base {std::forward<typename Tags::ty… in TaggedIndexSelectorH()
314 : Base {std::forward<typename Tags::type>(tags)..., val} in TaggedIndexSelectorH()
329 …TaggedIndexSelector(typename Tags::type... tags, Int &val) : Base {std::forward<typename Tags::typ… in TaggedIndexSelector()
369 TaggedIndex(Args &&... args) : Base {std::forward<Args>(args)...} in TaggedIndex()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djlez.yaml36 for forward, backward, or current cases.
44 # Check forward jump
86 for forward and backward cases.
94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
118 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
152 for forward and backward cases.
160 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
183 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djgez.yaml36 for forward, backward, or current cases.
44 # Check forward jump
86 for forward and backward cases.
94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
117 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
150 for forward and backward cases.
158 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
181 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djnez.yaml38 for forward, backward, or current cases.
46 # Check forward jump
88 for forward and backward cases.
96 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
119 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djgtz.yaml36 for forward, backward, or current cases.
44 # Check forward jump
86 for forward and backward cases.
94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
117 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djeqz.yaml36 for forward, backward, or current cases.
44 # Check forward jump
86 for forward and backward cases.
94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
117 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djltz.yaml36 for forward, backward, or current cases.
44 # Check forward jump
86 for forward and backward cases.
94 # Max forward jump for imm8, 2 + 124 + 1 = 127 bytes
118 # Max forward jump for imm16, 3 + 32760 + 4 = 32767 bytes
Djmp.yaml33 … description: Check execution is transferred, jump forward, backward, jump on current instruction.
42 # Jump forward
199 # Jump forward, other function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h36 FORWARD, enumerator
53 using PhiInstSafeIter = InstSafeIterator<IterationType::PHI, IterationDirection::FORWARD>;
54 using InstSafeIter = InstSafeIterator<IterationType::INST, IterationDirection::FORWARD>;
55 using AllInstSafeIter = InstSafeIterator<IterationType::ALL, IterationDirection::FORWARD>;
671 * |----> InstForwardIterator<Type, Direction::FORWARD>
673 * | |----> InstForwardIterator<Type::PHI, Direction::FORWARD>
679 * |----> InstSafeIterator<Type::PHI, Direction::FORWARD>
711 if constexpr (IterationType::INST == T && IterationDirection::FORWARD == D) { in InstIterator()
715 if constexpr (IterationType::ALL == T && IterationDirection::FORWARD == D) { in InstIterator()
751 class InstForwardIterator : public InstIterator<T, IterationDirection::FORWARD> {
[all …]
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.h222 …cope(binder->Allocator()->New<T>(binder->Allocator(), binder->scope_, std::forward<Args>(args)...), in LexicalScope()
262 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddTsDecl()
275 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddDecl()
288 T *decl = Allocator()->New<T>(std::forward<Args>(args)...); in AddDecl()
/arkcompiler/runtime_core/runtime/include/mem/
Dpanda_smart_pointers.h75 … mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->New<T>(std::forward<Args>(args)...)};
94 … mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->New<T>(std::forward<Args>(args)...),
/arkcompiler/ets_runtime/ecmascript/mem/
Dcaddress_allocator.h90 ::new (static_cast<void *>(p)) U(std::forward<Args>(args)...); in construct()
120 new (p) S(std::forward<Args>(args)...); in New()
/arkcompiler/runtime_core/verification/value/
Dabstract_type.h170 return GetTypeSet().ForAll(std::forward<TypeHandler>(type_handler)); in ForAllTypes()
179 return ForAllTypes(std::forward<TypeHandler>(type_handler), []() { return true; }); in ForAllTypes()

12345