HomeSort by relevance Sort by last modified time
    Searched refs:is_array_ (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
delete.cpp 61 bool is_array_; member in struct:MemberCheck::MatchingNewIsOK
62 MatchingNewIsOK() : p{new int}, is_array_(false) {} function in struct:MemberCheck::MatchingNewIsOK
63 explicit MatchingNewIsOK(unsigned c) : p{new int[c]}, is_array_(true) {} function in struct:MemberCheck::MatchingNewIsOK
65 if (is_array_)
  /system/tools/aidl/
aidl_language.cpp 45 is_array_(is_array),
49 return name_ + (is_array_ ? "[]" : "");
aidl_language.h 87 bool IsArray() const { return is_array_; }
104 bool is_array_; member in class:AidlType

Completed in 90 milliseconds