Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/utils/TableGen/
H A DLLDBPropertyDefEmitter.cpp47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue"); in emitProperty() local
53 assert((hasDefaultUnsignedValue || hasDefaultEnumValue || in emitProperty()
59 assert(!(hasDefaultUnsignedValue && hasDefaultEnumValue) && in emitProperty()
82 if (hasDefaultUnsignedValue) { in emitProperty()