| /arkcompiler/ets_frontend/es2panda/lexer/ |
| D | lexer.cpp | 43 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 …]
|
| D | lexer.h | 237 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/ |
| D | json_builder.h | 61 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()
|
| D | expected.h | 139 return std::forward<U>(v); in ValueOr() 147 return std::forward<U>(v); in ValueOr()
|
| D | ring_buffer.h | 167 * @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/ |
| D | for_each_tuple.h | 26 …[[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()
|
| D | tuple_to_struct.h | 26 return {std::get<Is>(std::forward<Tuple>(tup))...}; in TupleToStructImpl() 35 return TupleToStructImpl<Struct>(sequence, std::forward<Tuple>(tup)); in TupleToStruct()
|
| D | struct_to_tuple.h | 33 auto [__VA_ARGS__] = std::forward<Struct>(str); \ 60 return StructToTupleImpl<N> {}(std::forward<Struct>(str)); in StructToTuple()
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | expect_pauses.h | 48 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()
|
| D | inspector_test_base.h | 58 [&](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/ |
| D | regAllocator.h | 65 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/ |
| D | function_traits.h | 75 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))...);
|
| D | tagged_index.h | 112 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/ |
| D | jlez.yaml | 36 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
|
| D | jgez.yaml | 36 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
|
| D | jnez.yaml | 38 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
|
| D | jgtz.yaml | 36 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
|
| D | jeqz.yaml | 36 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
|
| D | jltz.yaml | 36 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
|
| D | jmp.yaml | 33 … 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/ |
| D | basicblock.h | 36 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/ |
| D | binder.h | 222 …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/ |
| D | panda_smart_pointers.h | 75 … mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->New<T>(std::forward<Args>(args)...)}; 94 … mem::InternalAllocator<>::GetInternalAllocatorFromRuntime()->New<T>(std::forward<Args>(args)...),
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | caddress_allocator.h | 90 ::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/ |
| D | abstract_type.h | 170 return GetTypeSet().ForAll(std::forward<TypeHandler>(type_handler)); in ForAllTypes() 179 return ForAllTypes(std::forward<TypeHandler>(type_handler), []() { return true; }); in ForAllTypes()
|