Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1751 uint32_t *tmp_out_start = buffer_begin; in CharLiteralParser() local
1767 buffer_begin = tmp_out_start; in CharLiteralParser()
1774 for (; tmp_out_start < buffer_begin; ++tmp_out_start) { in CharLiteralParser()
1775 if (*tmp_out_start > largest_character_for_kind) { in CharLiteralParser()