Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DCTFTypes.h31 eConst = 12, enumerator
61 return T->kind == ePointer || T->kind == eConst || T->kind == eVolatile || in classof()
78 : CTFModifier(eConst, uid, type) {} in CTFConst()
80 static bool classof(const CTFType *T) { return T->kind == eConst; } in classof()
H A DSymbolFileCTF.h146 eConst = 12, enumerator
H A DSymbolFileCTF.cpp389 case CTFType::eConst: in CreateModifier()
580 case CTFType::Kind::eConst: in CreateType()
629 case TypeKind::eConst: in ParseType()