Home
last modified time | relevance | path

Searched refs:PARSE_COMMENT_MARKER (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Ddefine.h21 constexpr char PARSE_COMMENT_MARKER = '#'; variable
H A Dlexer.cpp334 * find PARSE_COMMENT_MARKER and move line->end
360 } else if (curr_line_->buffer[cmt_pos] == PARSE_COMMENT_MARKER && !inside_str_lit) { in LexPreprocess()
/arkcompiler/runtime_core/static_core/assembler/
H A Ddefine.h21 constexpr char PARSE_COMMENT_MARKER = '#'; variable
H A Dlexer.cpp340 * find PARSE_COMMENT_MARKER and move line->end
366 } else if (currLine_->buffer[cmtPos] == PARSE_COMMENT_MARKER && !insideStrLit) { in LexPreprocess()

Completed in 2 milliseconds