Searched defs:CTFVolatile (Results 1 – 1 of 1) sorted by relevance
83 struct CTFVolatile : public CTFModifier { struct84 CTFVolatile(lldb::user_id_t uid, uint32_t type) in CTFVolatile() function87 static bool classof(const CTFType *T) { return T->kind == eVolatile; } in classof()