Searched refs:checkSignedNumberFits (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
D | ResourceFileWriter.cpp | 69 static Error checkSignedNumberFits(uint32_t Number, const Twine &FieldName, in checkSignedNumberFits() function 1006 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl() 1008 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl() 1011 checkSignedNumberFits<int16_t>(Ctl.Width, "Dialog control width", false)); in writeSingleDialogControl() 1012 RETURN_IF_ERROR(checkSignedNumberFits<int16_t>( in writeSingleDialogControl() 1106 checkSignedNumberFits<int16_t>(Res->X, "Dialog x-coordinate", true)); in writeDialogBody() 1108 checkSignedNumberFits<int16_t>(Res->Y, "Dialog y-coordinate", true)); in writeDialogBody() 1110 checkSignedNumberFits<int16_t>(Res->Width, "Dialog width", false)); in writeDialogBody() 1112 checkSignedNumberFits<int16_t>(Res->Height, "Dialog height", false)); in writeDialogBody()
|