Searched refs:PointsToConstString (Results 1 – 4 of 4) sorted by relevance
71 bool MIRSymbol::PointsToConstString() const in PointsToConstString() function in maple::MIRSymbol75 return static_cast<MIRPtrType *>(origType)->PointsToConstString(); in PointsToConstString()82 return typeAttrs.GetAttr(ATTR_static) && typeAttrs.GetAttr(ATTR_final) && PointsToConstString(); in IsConstString()
675 bool MIRType::PointsToConstString() const in PointsToConstString() function in maple::MIRType677 …return (typeKind == kTypePointer) ? static_cast<const MIRPtrType *>(this)->PointsToConstString() :… in PointsToConstString()1010 bool MIRPtrType::PointsToConstString() const in PointsToConstString() function in maple::MIRPtrType
451 bool PointsToConstString() const;
986 virtual bool PointsToConstString() const;1098 bool PointsToConstString() const override;