Searched defs:MatchingNewIsOK (Results 1 – 1 of 1) sorted by relevance
59 struct MatchingNewIsOK { struct 62 MatchingNewIsOK() : p{new int}, is_array_(false) {} in MatchingNewIsOK() argument 63 explicit MatchingNewIsOK(unsigned c) : p{new int[c]}, is_array_(true) {} in MatchingNewIsOK() argument 64 ~MatchingNewIsOK() { in ~MatchingNewIsOK() argument 60 pMemberCheck::MatchingNewIsOK global() argument 61 is_array_MemberCheck::MatchingNewIsOK global() argument