/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type.h | 153 GlobalTSTypeRef r = GetGTRef(); in IsAnyType() local 161 GlobalTSTypeRef r = GetGTRef(); in IsNumberType() local 171 GlobalTSTypeRef r = GetGTRef(); in IsIntType() local 179 GlobalTSTypeRef r = GetGTRef(); in IsDoubleType() local 187 GlobalTSTypeRef r = GetGTRef(); in IsStringType() local 195 GlobalTSTypeRef r = GetGTRef(); in IsNullType() local 203 GlobalTSTypeRef r = GetGTRef(); in IsUndefinedType() local 211 GlobalTSTypeRef r = GetGTRef(); in IsBooleanType() local 219 GlobalTSTypeRef r = GetGTRef(); in IsBigIntType() local 237 GlobalTSTypeRef r = GetGTRef(); in IsSymbolType() local [all …]
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test_rules/ |
D | rule84.ts | 17 let r: number = 42 variable 21 let r: number = 42 variable
|
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
D | rule84.ts | 17 let r: number = 42 variable 21 let r: number = 42 variable
|
D | rule71.ts | 35 const r = (c(), b, 1) constant
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …js":e=>{var t=Object.prototype.toString,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.al… argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
D | aarch64_regsaves.h | 37 bool ContainSaveReg(regno_t r) in ContainSaveReg() 45 bool ContainEntryReg(regno_t r) in ContainEntryReg() 53 bool ContainExitReg(regno_t r) in ContainExitReg() 61 void InsertSaveReg(regno_t r) in InsertSaveReg() 66 void InsertEntryReg(regno_t r) in InsertEntryReg() 71 void InsertExitReg(regno_t r) in InsertExitReg() 91 void RemoveSaveReg(regno_t r) in RemoveSaveReg() 225 uint32 r; in RegBitMap() local
|
/arkcompiler/runtime_core/libpandabase/tests/genmc/ |
D | mutex_test_4.cpp | 39 int r = g_shared; in Thread1() local 53 int r = g_shared; in Thread2() local 66 int r = g_shared; in Thread3() local
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/genmc/ |
D | mutex_test_4.cpp | 38 int r = g_shared; in Thread1() local 52 int r = g_shared; in Thread2() local 65 int r = g_shared; in Thread3() local
|
D | common.h | 34 int r = g_shared; in CheckGlobalVar() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
D | x64_isa.h | 73 static inline bool IsGPRegister(X64reg r) in IsGPRegister() 78 static inline bool IsFPSIMDRegister(X64reg r) in IsFPSIMDRegister() 83 static inline bool IsFPRegister(X64reg r) in IsFPRegister() 88 static inline bool IsSIMDRegister(X64reg r) in IsSIMDRegister() 93 static inline bool IsPhysicalRegister(regno_t r) in IsPhysicalRegister() 98 static inline RegType GetRegType(X64reg r) in GetRegType()
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | reg_encoder.cpp | 121 for (compiler::Register r = 0; r < num_regs; r++) { in RunImpl() local 144 static bool RegNeedsRenumbering(panda::compiler::Register r) in RegNeedsRenumbering() 149 static panda::compiler::Register RenumberReg(const panda::compiler::Register r, const panda::compil… in RenumberReg() 229 compiler::Register r = num_non_args - 1; in RenumberArgRegs() local 263 for (compiler::Register r = min_reg; r < min_reg + num_temps; r++) { in RenumberArgRegs() local 268 for (compiler::Register r = num_locals; r < min_reg; r++) { in RenumberArgRegs() local 275 for (compiler::Register r = min_reg; r < frame_size; r++) { in RenumberArgRegs() local
|
/arkcompiler/ets_runtime/test/aottest/large_func_acc/ |
D | large_func_acc.ts | 21 var r = 0; variable
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
D | serializer.h | 128 auto r = BufferToType(data, size, str_size); in BufferToType() local 153 auto r = BufferToType(data, size, vector_size); in BufferToType() local 177 auto r = BufferToType(data, size, count); in BufferToType() local 311 auto r = RawBufferToStruct<N>(data, size, str); in BufferToStruct() local
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
D | recursiveTypeofWithProperty.ts | 26 r: number variable
|
D | objectDestructuring20.ts | 18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
|
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
D | recursiveTypeofWithProperty.ts | 26 r: number variable
|
D | objectDestructuring20.ts | 18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
D | location_mask.h | 87 for (size_t r = firstBit; r < mask_.size(); r++) { variable 93 for (size_t r = 0; r < firstBit; r++) { variable
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | location_mask.h | 90 for (size_t r = first_bit; r < mask_.size(); r++) { variable 96 for (size_t r = 0; r < first_bit; r++) { variable
|
/arkcompiler/runtime_core/static_core/libpandabase/serializer/ |
D | serializer.h | 136 auto r = BufferToType(data, size, strSize); in BufferToType() local 153 auto r = BufferToType(data, size, vectorSize); in BufferToType() local 177 auto r = BufferToType(data, size, count); in BufferToType() local 311 auto r = RawBufferToStruct<N>(data, size, out); in BufferToStruct() local
|
/arkcompiler/ets_frontend/arkguard/test/grammar/types_definition/ |
D | enum_define.ts | 20 let r = Color.red; variable
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | dynamic_object_literals.ts | 68 r?: Object | undefined | Record<string, Object>; property
|
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/ |
D | dynamic_object_literals.ts | 68 r?: Object | undefined | Record<string, Object>; property
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
D | target_info.h | 109 #define DEF_ENUM(r) id_##r, argument 126 #define DEF_REG_NAME(r) #r, argument 131 #define DEF_FP_REG_NAME(r) "xmm" #r, argument 156 #define DEF_FP_REG_NAME(r) "r" #r, argument 161 #define DEF_FP_REG_NAME(r) "d" #r, argument 187 #define DEF_FP_REG_NAME(r) "r" #r, argument 192 #define DEF_FP_REG_NAME(r) "d" #r, argument
|
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
D | sample_info.h | 82 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUintptrTBitMisaligned() local 90 [[maybe_unused]] int r = memcpy_s(&value, sizeof(value), ptr, sizeof(value)); in ReadUint32TBitMisaligned() local
|