Searched refs:isArrayElement (Results 1 – 3 of 3) sorted by relevance
121 while (Ptr.isField() || Ptr.isArrayElement()) { in toAPValue()122 if (Ptr.isArrayElement()) { in toAPValue()
138 F = F.isArrayElement() ? F.getArray().expand() : F.getBase(); in print()
282 bool isArrayElement() const { return inArray() && Base != Offset; } in isArrayElement() function