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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp120 static bool isIdentifierChar(char C) { function
185 while (isIdentifierChar(C.peek()))
278 while (isIdentifierChar(C.peek()))
310 while (isIdentifierChar(C.peek()))
348 while (isIdentifierChar(C.peek()))
423 return isIdentifierChar(C) && C != '.';
496 while (isIdentifierChar(C.peek()))
606 if (isdigit(C.peek()) || !isIdentifierChar(C.peek())) {
610 while (isIdentifierChar(C.peek()))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2387 static bool isIdentifierChar(char c) { function
2464 while (isIdentifierChar(Body[I]) && I + 1 != End)
4571 while (isIdentifierChar(Body[I]) && I + 1 != End)
H A DMasmParser.cpp2535 static bool isIdentifierChar(char c) { function
2612 while (isIdentifierChar(Body[I]) && I + 1 != End)
5409 while (isIdentifierChar(Body[I]) && I + 1 != End)

Completed in 89 milliseconds