Home
last modified time | relevance | path

Searched defs:m2 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-21.ts42 m2(@paramDec((c: C1) => print(c.#x)) p: any) { } method in C1
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dtypes.ts84 m2(): void; method
88 m2(): string; method
Dfunc_return_type.ts114 m2(x: number) { // Need fix method in C
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dtypes.ts84 m2(): void; method
88 m2(): string; method
Dfunc_return_type.ts114 m2(x: number) { // Need fix method in C
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp130 auto m2 = MulWithOverflowCheck(left_, range.GetRight()); in Mul() local
148 auto m2 = DivWithOverflowCheck(right_, range.GetLeft()); in Div() local