Searched refs:is_array_ (Results 1 – 3 of 3) sorted by relevance
61 bool is_array_; member62 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()
139 bool IsArray() const { return is_array_; } in IsArray()171 bool is_array_ : 1; variable
32 is_array_ = shape.IsArray(); in BufferValue()