Home
last modified time | relevance | path

Searched refs:IsAnnotationElementNameAttribute (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/assembler/extension/
Dets_meta.h45 static bool IsAnnotationElementNameAttribute(std::string_view attribute) in IsAnnotationElementNameAttribute() function
109 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
111 return AnnotationHelper::IsAnnotationElementNameAttribute(attribute); in IsAnnotationElementNameAttribute()
154 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
156 return AnnotationHelper::IsAnnotationElementNameAttribute(attribute); in IsAnnotationElementNameAttribute()
199 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
201 return AnnotationHelper::IsAnnotationElementNameAttribute(attribute); in IsAnnotationElementNameAttribute()
244 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
246 return AnnotationHelper::IsAnnotationElementNameAttribute(attribute); in IsAnnotationElementNameAttribute()
/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h61 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
106 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
151 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
196 … bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementNameAttribute() function
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp396 if (IsAnnotationElementNameAttribute(attribute)) { in StoreValue()
Dmeta.h238 virtual bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementNameAttribute() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp395 if (IsAnnotationElementNameAttribute(attribute)) { in StoreValue()
Dmeta.h243 virtual bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementNameAttribute() function