| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| D | fmutex.cpp | 20 #define FAIL_WITH_MESSAGE(m) \ argument 23 #define LOG_MESSAGE(l, m) argument 24 #define HELPERS_TO_UNSIGNED(m) m argument 28 #define LOG_MESSAGE(l, m) LOG(l, COMMON) << (m) // NOLINT(cppcoreguidelines-macro-usage) argument 29 #define FAIL_WITH_MESSAGE(m) LOG_MESSAGE(FATAL, m) // NOLINT(cppcoreguidelines-macro-usage) argument 30 #define HELPERS_TO_UNSIGNED(m) helpers::ToUnsigned(m) // NOLINT(cppcoreguidelines-macro-usage) argument 43 static inline void FutexWait(ATOMIC_INT *m, int v) in FutexWait() 75 int *GetStateAddr(struct fmutex *const m) in GetStateAddr() 80 void IncrementWaiters(struct fmutex *m) in IncrementWaiters() 85 void DecrementWaiters(struct fmutex *m) in DecrementWaiters() [all …]
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | restParameterAssignmentCompatibility.ts | 28 m(p1, p2) { method in S 47 m(p1?, p2?) { method in T1
|
| D | declFileTypeAnnotationTupleType.ts | 33 let k: [c, m.c] = [new c(), new m.c()]; variable 46 let x: [g<string>, m.g<number>, () => c] = [new g<string>(), new m.g<number>(), () => new c()]; variable
|
| D | multipleDeclarations.ts | 56 m() { method in X 81 m() { method in Y
|
| D | divergentAccessorsTypes1.ts | 75 let m: string = t.foo; variable 110 let m: string = t.foo; variable 145 let m: string = t.foo; variable
|
| D | strictNullNotNullIndexTypeShouldWork.ts | 28 m() { method in Test 60 m() { method in Test2
|
| D | es6ModuleConst.ts | 43 export const l: string = b, m = k; constant 49 export const l: string = b, m = k; constant
|
| D | jsDeclarationsExportDoubleAssignmentInClosure.ts | 48 const m = function () { constant
|
| D | typeGuardNarrowsIndexedAccessOfKnownProperty11.ts | 23 declare const m: { [K in E]: string | null }; constant
|
| D | typeGuardNarrowsIndexedAccessOfKnownProperty12.ts | 26 declare const m: { [K in E]: string | null }; constant
|
| D | typeAliasDoesntMakeModuleInstantiated.ts | 30 declare let m: m.IStatic; // Should be ok to have let 'm' as module is non instantiated variable
|
| D | structuralTypeInDeclareFileForModule.ts | 22 let m = M; variable
|
| D | superInCatchBlock1.ts | 25 m() { method in B
|
| D | argumentsReferenceInMethod3_Js.ts | 34 m(foo = {}) { method in B
|
| D | typeParameterConstraintInstantiation.ts | 27 let m: Mapper<string>; variable
|
| D | thisTypeInFunctions3.ts | 26 m() { method in Test
|
| D | argumentsReferenceInMethod5_Js.ts | 36 m(foo = {}) { method in A
|
| D | propertyOverridesMethod.ts | 26 m = () => 1 property in B
|
| D | importInTypePosition.ts | 38 let m: typeof a; variable
|
| D | arrayconcat.ts | 34 public m() { method in parser
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type.h | 134 uint32_t m = r.GetModuleId(); in IsAnyType() local 142 uint32_t m = r.GetModuleId(); in IsNumberType() local 152 uint32_t m = r.GetModuleId(); in IsIntType() local 160 uint32_t m = r.GetModuleId(); in IsDoubleType() local 168 uint32_t m = r.GetModuleId(); in IsStringType() local 176 uint32_t m = r.GetModuleId(); in IsNullType() local 184 uint32_t m = r.GetModuleId(); in IsUndefinedType() local 192 uint32_t m = r.GetModuleId(); in IsBooleanType() local 200 uint32_t m = r.GetModuleId(); in IsBigIntType() local
|
| /arkcompiler/ets_runtime/test/moduletest/merge/ |
| D | merge.js | 25 var m = new Merge("a") variable
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/aliasUsageInVarAssignment/ |
| D | aliasUsageInVarAssignment_main.ts | 29 let m: typeof moduleA = i; variable
|
| /arkcompiler/ets_frontend/es2panda/test/type_extractor/testcases/ |
| D | test-builtin-generic-class-type.ts | 17 let m = new Map(); variable
|
| D | test-interface.ts | 21 let m : Child = new Member(); variable
|