Searched refs:AllocKind (Results 1 – 1 of 1) sorted by relevance
997 enum AllocKind { enum1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; } in Alloc()1005 AllocKind kind() const { return static_cast<AllocKind>(Flags); } in kind()