| 88 | __forceinline bool isAnyType() const; |
| 89 | bool isRefType() const; |
| 90 | bool isRefOrPointer() const { return isRef() || isPointer(); } |
| 91 | bool canWrite() const; |
| 92 | bool isTemp( bool topLevel = true, bool refMatters = true) const; |
| 93 | bool isTemp(bool topLevel, bool refMatters, das_set<Structure*> & dep) const; |