Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/
DAsmLexer.h54 bool isAtStartOfComment(const char *Ptr);
/external/llvm/include/llvm/MC/MCParser/
DAsmLexer.h56 bool isAtStartOfComment(const char *Ptr);
/external/llvm-project/llvm/include/llvm/MC/MCParser/
DAsmLexer.h56 bool isAtStartOfComment(const char *Ptr);
/external/llvm/lib/MC/MCParser/
DAsmLexer.cpp423 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
474 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
515 if (isAtStartOfComment(TokStart)) in LexToken()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp491 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
533 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
574 if (isAtStartOfComment(TokStart)) in LexToken()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmLexer.cpp619 while (!isAtStartOfComment(CurPtr) && // Start of line comment. in LexUntilEndOfStatement()
661 bool AsmLexer::isAtStartOfComment(const char *Ptr) { in isAtStartOfComment() function in AsmLexer
702 if (isAtStartOfComment(TokStart)) in LexToken()