Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtag-dialog.test642 ; COORD1-NEXT: Dialog x-coordinate (50000) does not fit in 16-bit signed integer type.
648 ; COORD2-NEXT: Dialog y-coordinate (-40000) does not fit in 16-bit signed integer type.
654 ; COORD3-NEXT: Dialog height (32768) does not fit in 16-bit signed integer type.
660 ; COORD4-NEXT: Dialog width (-50) cannot be negative.
667 ; CTL-COORD1-NEXT: Dialog control x-coordinate (44444) does not fit in 16-bit signed integer type.
674 ; CTL-COORD2-NEXT: Dialog control y-coordinate (-32769) does not fit in 16-bit signed integer type.
681 ; CTL-COORD3-NEXT: Dialog control width (40000) does not fit in 16-bit signed integer type.
688 ; CTL-COORD4-NEXT: Dialog control height (-700) cannot be negative.
H A Dparser.test65 ; PGOOD-NEXT: Dialog (25): loc: (1, 2), size: [3, 4], help ID: 0
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp478 auto Dialog = std::make_unique<DialogResource>( in parseDialogResource() local
484 Dialog->addControl(std::move(*ControlDefResult)); in parseDialogResource()
487 return std::move(Dialog); in parseDialogResource()