Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/extensions/
Decmascript_meta.h76 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute() function
121 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute() function
166 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute() function
211 … bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const override in IsAnnotationElementValueAttribute() function
/arkcompiler/runtime_core/assembler/
Dmeta.cpp409 if (IsAnnotationElementValueAttribute(attribute)) { in StoreValue()
Dmeta.h249 … virtual bool IsAnnotationElementValueAttribute([[maybe_unused]] std::string_view attribute) const in IsAnnotationElementValueAttribute() function