Home
last modified time | relevance | path

Searched refs:PointsToConstString (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp71 bool MIRSymbol::PointsToConstString() const in PointsToConstString() function in maple::MIRSymbol
75 return static_cast<MIRPtrType *>(origType)->PointsToConstString(); in PointsToConstString()
82 return typeAttrs.GetAttr(ATTR_static) && typeAttrs.GetAttr(ATTR_final) && PointsToConstString(); in IsConstString()
Dmir_type.cpp675 bool MIRType::PointsToConstString() const in PointsToConstString() function in maple::MIRType
677 …return (typeKind == kTypePointer) ? static_cast<const MIRPtrType *>(this)->PointsToConstString() :… in PointsToConstString()
1010 bool MIRPtrType::PointsToConstString() const in PointsToConstString() function in maple::MIRPtrType
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h451 bool PointsToConstString() const;
Dmir_type.h986 virtual bool PointsToConstString() const;
1098 bool PointsToConstString() const override;