Searched refs:ParmTypeIsFloatingBit (Results 1 – 2 of 2) sorted by relevance
350 static constexpr uint32_t ParmTypeIsFloatingBit = 0x8000'0000; member
950 if ((Value & TracebackTable::ParmTypeIsFloatingBit) == 0) { in parseParmsType()