Home
last modified time | relevance | path

Searched defs:neg (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dstr.h43 bool neg = false; variable
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp572 auto neg = BoundsRange(-1L); in TEST_F() local
590 auto neg = BoundsRange(-1L); in TEST_F() local
604 auto neg = BoundsRange(-1L); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-no-assignment-constant-bigint.ts36 export const neg = -123n; constant
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_idioms.cpp313 auto neg = GetGraph()->CreateInstNeg(offset->GetType(), offset->GetPc(), offset); in NegateIfNeeded() local