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

/freebsd-9.3-release/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp431 const char *KeywordEnd = 0; local
437 if (!KeywordEnd && !isalnum(static_cast<unsigned char>(*CurPtr)) &&
439 KeywordEnd = CurPtr;
464 if (KeywordEnd == 0) KeywordEnd = CurPtr;
465 CurPtr = KeywordEnd;

Completed in 94 milliseconds