Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/assembler/
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()