Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp68 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() function
1012 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl()
1014 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl()
1017 checkSignedNumberFits<int16_t>(Ctl.Width, "Dialog control width", false)); in writeSingleDialogControl()
1018 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl()
1113 checkSignedNumberFits<int16_t>(Res->X, "Dialog x-coordinate", true)); in writeDialogBody()
1115 checkSignedNumberFits<int16_t>(Res->Y, "Dialog y-coordinate", true)); in writeDialogBody()
1117 checkSignedNumberFits<int16_t>(Res->Width, "Dialog width", false)); in writeDialogBody()
1119 checkSignedNumberFits<int16_t>(Res->Height, "Dialog height", false)); in writeDialogBody()