Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddelete.cpp61 bool is_array_; member
62 MatchingNewIsOK() : p{new int}, is_array_(false) {} in MatchingNewIsOK()
63 explicit MatchingNewIsOK(unsigned c) : p{new int[c]}, is_array_(true) {} in MatchingNewIsOK()
65 if (is_array_) in ~MatchingNewIsOK()