Lines Matching refs:groupElem
558 groupElem = groupinfo.elem
565 if self.genOpts.conventions.constFlagBits and groupElem.get('type') == 'bitmask':
569 if groupElem.get('bitwidth'):
571 bitwidth = int(groupElem.get('bitwidth'))
573 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for '…
581 if groupElem.get('type') == 'bitmask':
590 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for b…
597 …self.logMsg('error', 'Invalid value for bitwidth attribute (', groupElem.get('bitwidth'), ') for e…
605 groupElem = groupinfo.elem
606 flagTypeName = groupElem.get('name')
621 enums = groupElem.findall('enum')
686 groupElem = groupinfo.elem
710 enums = groupElem.findall('enum')
797 if groupElem.get('type') == 'bitmask':