Home
last modified time | relevance | path

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

/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/assembler/
Dmeta.cpp397 if (IsAnnotationElementNameAttribute(attribute)) { in StoreValue()
Dmeta.h244 virtual bool IsAnnotationElementNameAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementNameAttribute() function