Home
last modified time | relevance | path

Searched refs:IsQuote (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dlexer.cpp147 static bool IsQuote(char c) in IsQuote() function
217 if (IsQuote(curr_line_->buffer[beg])) { in LexGetType()
302 } else if (IsQuote(curr_line_->buffer[curr_line_->pos])) { in LexTokens()
/arkcompiler/runtime_core/static_core/assembler/
H A Dlexer.cpp145 static bool IsQuote(char c) in IsQuote() function
212 if (IsQuote(currLine_->buffer[beg])) { in LexGetType()
296 } else if (IsQuote(currLine_->buffer[currLine_->pos])) { in LexTokens()

Completed in 2 milliseconds