Searched refs:MatchingNewIsOK (Results 1 – 1 of 1) sorted by relevance
59 struct MatchingNewIsOK { struct62 MatchingNewIsOK() : p{new int}, is_array_(false) {} in MatchingNewIsOK() function63 explicit MatchingNewIsOK(unsigned c) : p{new int[c]}, is_array_(true) {} in MatchingNewIsOK() argument64 ~MatchingNewIsOK() { in ~MatchingNewIsOK() argument