/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | controlFlowDestructuringLoop.ts | 24 interface StrVal { val: string; } property 45 const { val } = thing; constant 55 const { val } = thing; constant
|
D | unionReductionMutualSubtypes.ts | 35 declare const val: ReturnVal; constant 39 const something = options.something ?? val.something; constant
|
D | controlFlowCommaExpressionAssertionWithinTernary.ts | 24 const val = param !== undefined; constant
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | mem_common.h | 23 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() 33 inline void *ToVoidPtr(uintptr_t val) in ToVoidPtr()
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/ |
D | test_helper.h | 42 inline static void ExpectTrue(bool val) in ExpectTrue() 50 inline static void ExpectFalse(bool val) in ExpectFalse()
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | trace.cpp | 40 void DoIntTracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int32_t val) in DoIntTracePoint() 45 void DoInt64TracePoint([[maybe_unused]] const char *str, [[maybe_unused]] int64_t val) in DoInt64TracePoint()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/ |
D | ts-test-as-expression-3.ts | 17 var val = 1; variable
|
D | ts-test-type-assertions-2.ts | 17 var val: string = ""; variable
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
D | fmutex.h | 30 #define ATOMIC_STORE(addr, val, mem) atomic_store_explicit(addr, val, mem) argument 32 #define ATOMIC_FETCH_ADD(addr, val, mem) atomic_fetch_add_explicit(addr, val, mem) argument 33 #define ATOMIC_FETCH_SUB(addr, val, mem) atomic_fetch_sub_explicit(addr, val, mem) argument 53 #define ATOMIC_STORE(addr, val, mem) (addr)->store(val, std::mem) // NOLINT(cppcoreguideli… argument 55 #define ATOMIC_FETCH_ADD(addr, val, mem) (addr)->fetch_add(val, std::mem) // NOLINT(cppcoreguideli… argument 56 #define ATOMIC_FETCH_SUB(addr, val, mem) (addr)->fetch_sub(val, std::mem) // NOLINT(cppcoreguideli… argument 77 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int… in futex()
|
/arkcompiler/runtime_core/libpandafile/ |
D | bytecode_emitter.cpp | 28 static inline constexpr BitImmSize GetBitLengthUnsigned(uint32_t val) in GetBitLengthUnsigned() 43 static inline constexpr BitImmSize GetBitLengthSigned(int32_t val) in GetBitLengthSigned() 82 auto val = static_cast<uint8_t>(arg); in EmitImpl() local 87 auto val = static_cast<uint8_t>(arg); in EmitImpl() local 92 auto val = static_cast<uint16_t>(arg); in EmitImpl() local 98 auto val = static_cast<uint32_t>(arg); in EmitImpl() local 105 auto val = static_cast<uint64_t>(arg); in EmitImpl() local
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | trace.cpp | 80 void DoIntTracePoint(const char *str, int32_t val) in DoIntTracePoint() 86 void DoInt64TracePoint(const char *str, int64_t val) in DoInt64TracePoint()
|
/arkcompiler/runtime_core/libpandabase/trace/ |
D | trace.h | 56 static inline void IntTracePoint(const char *str, int32_t val) in IntTracePoint() 63 static inline void Int64TracePoint(const char *str, int64_t val) in Int64TracePoint()
|
/arkcompiler/ets_frontend/ts2panda/tests/types/class/ |
D | class_methods.ts | 18 val: number = 3; property in A
|
D | class_static_methods.ts | 18 val: number = 3; property in A
|
/arkcompiler/ets_runtime/test/moduletest/hugearray/ |
D | hugearray.js | 27 arr.push({val : i}); property
|
/arkcompiler/runtime_core/libpandabase/mem/ringbuf/ |
D | lock_free_ring_buffer.h | 46 bool TryPush(const T val) in TryPush() 64 void Push(const T val) in Push()
|
/arkcompiler/ets_runtime/test/moduletest/weaktransitions/ |
D | weaktransitions.js | 26 let val = {value: index.toString() + "value"}; variable
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | bit_memory_region-inl.h | 35 auto val = Read(i, width); in Dump() local
|
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectsetvalue_fuzzer/ |
D | pttypesremoteobjectsetvalue_fuzzer.cpp | 34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectSetValueFuzzTest() local
|
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectunserializablevalue_fuzzer/ |
D | pttypesremoteobjectunserializablevalue_fuzzer.cpp | 34 UnserializableValue val((const char*)data, size); in PtTypesRemoteObjectUnserializableValueFuzzTest() local
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | math_helpers_test.cpp | 25 uint64_t val = 0; variable
|
/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectgetvalue_fuzzer/ |
D | pttypesremoteobjectgetvalue_fuzzer.cpp | 34 Local<PrimitiveRef> val = JSValueRef::Undefined(vm); in PtTypesRemoteObjectGetValueFuzzTest() local
|
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | elementAccess.test.ts | 85 let val = new VReg(); variable
|
/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
D | orphaned_md.rb | 30 def fmt(val) argument
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | mem.h | 110 inline uintptr_t ToUintPtr(T *val) in ToUintPtr() 121 inline T *ToNativePtr(uintptr_t val) in ToNativePtr() 126 inline void *ToVoidPtr(uintptr_t val) in ToVoidPtr() 227 inline object_pointer_type ToObjPtrType(T *val) in ToObjPtrType()
|