Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp9518 const int64_t enum_svalue = data.GetMaxS64Bitfield( in DumpTypeValue() local
9523 if (enum_pos->getInitVal().getSExtValue() == enum_svalue) { in DumpTypeValue()
9530 s->Printf("%" PRIi64, enum_svalue); in DumpTypeValue()