Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp496 const char *KeywordEnd = nullptr; in LexIdentifier() local
502 if (!KeywordEnd && !isalnum(static_cast<unsigned char>(*CurPtr)) && in LexIdentifier()
504 KeywordEnd = CurPtr; in LexIdentifier()
530 if (!KeywordEnd) KeywordEnd = CurPtr; in LexIdentifier()
531 CurPtr = KeywordEnd; in LexIdentifier()