Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 118) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h153 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/
Drule84.ts17 let r: number = 42 variable
21 let r: number = 42 variable
/arkcompiler/ets_frontend/ets2panda/linter/test_rules/
Drule84.ts17 let r: number = 42 variable
21 let r: number = 42 variable
Drule71.ts35 const r = (c(), b, 1) constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …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/
Daarch64_regsaves.h37 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/
Dmutex_test_4.cpp39 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/
Dmutex_test_4.cpp38 int r = g_shared; in Thread1() local
52 int r = g_shared; in Thread2() local
65 int r = g_shared; in Thread3() local
Dcommon.h34 int r = g_shared; in CheckGlobalVar() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_isa.h73 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/
Dreg_encoder.cpp121 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/
Dlarge_func_acc.ts21 var r = 0; variable
/arkcompiler/runtime_core/libpandabase/serializer/
Dserializer.h128 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/
DrecursiveTypeofWithProperty.ts26 r: number variable
DobjectDestructuring20.ts18 …r } | { a: number, b: string, c: { a: number, b: boolean } } | { a: number, r: boolean } = { a: 12… variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
DrecursiveTypeofWithProperty.ts26 r: number variable
DobjectDestructuring20.ts18 …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/
Dlocation_mask.h87 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/
Dlocation_mask.h90 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/
Dserializer.h136 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/
Denum_define.ts20 let r = Color.red; variable
/arkcompiler/ets_frontend/ets2panda/linter/test/
Ddynamic_object_literals.ts68 r?: Object | undefined | Record<string, Object>; property
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Ddynamic_object_literals.ts68 r?: Object | undefined | Record<string, Object>; property
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtarget_info.h109 #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/
Dsample_info.h82 [[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

12345