Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddelete.cpp59 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