Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp68 unsigned long long TempInt; in input() local
69 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
71 if (TempInt > 0xFF) in input()
73 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()