Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/utils/ABITest/
H A DTypeGen.py354 def __init__(self, typeGen, useUnion, maxSize): argument
357 self.useUnion = bool(useUnion)
362 M = 1 + self.useUnion
373 if self.useUnion: