Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp69 unsigned long long TempInt; in input() local
70 if (getAsUnsignedInteger(Scalar.slice(Idx, Idx + 2), 16, TempInt)) in input()
72 if (TempInt > 0xFF) in input()
74 Val[OutIdx] = static_cast<uint8_t>(TempInt); in input()