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

  /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
ubsan_diag.h 166 Arg(SIntMax SInt) : Kind(AK_SInt), SInt(SInt) {}
174 SIntMax SInt;
ubsan_diag.cc 196 if (A.SInt >= INT64_MIN && A.SInt <= INT64_MAX)
197 Buffer->append("%lld", (long long)A.SInt);
199 RenderHex(Buffer, A.SInt);

Completed in 44 milliseconds