Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h160 eSigned = 0x1, enumerator
H A DSymbolFileCTF.cpp357 const bool type_is_signed = (ctf_integer.encoding & IntEncoding::eSigned); in CreateInteger()