Home
last modified time | relevance | path

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

/llvm-project/clang/utils/ABITest/
H A DTypeGen.py220 class TypeGenerator(object): class
238 class FixedTypeGenerator(TypeGenerator):
240 TypeGenerator.__init__(self)
277 class EnumTypeGenerator(TypeGenerator):
279 TypeGenerator.__init__(self)
313 class ComplexTypeGenerator(TypeGenerator):
315 TypeGenerator.__init__(self)
326 class VectorTypeGenerator(TypeGenerator):
328 TypeGenerator.__init__(self)
341 class FixedArrayTypeGenerator(TypeGenerator):
[all …]