HomeSort by: relevance | last modified time | path
    Searched refs:UInt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 165 Arg(UIntMax UInt) : Kind(AK_UInt), UInt(UInt) {}
173 UIntMax UInt;
ubsan_diag.cc 202 if (A.UInt <= UINT64_MAX)
203 Buffer->append("%llu", (unsigned long long)A.UInt);
205 RenderHex(Buffer, A.UInt);

Completed in 17 milliseconds