Searched refs:_singleton (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/clang/utils/ABITest/
H A DEnumeration.py9 _singleton = None variable in class:Aleph0
11 if type._singleton is None:
12 type._singleton = int.__new__(type)
13 return type._singleton

Completed in 103 milliseconds