Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h997 enum AllocKind { enum
1002 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()