Home
last modified time | relevance | path

Searched refs:unsignedNum (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp478 auto unsignedNum{Int::Read(p, 10, false /*unsigned*/)}; in Test() local
479 num.value = unsignedNum.value.Negate().value; in Test()
480 num.overflow = unsignedNum.overflow || num.value > Int{0}; in Test()