HomeSort by relevance Sort by last modified time
    Searched refs:isAtStartOfComment (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/MC/MCParser/
AsmLexer.h 56 bool isAtStartOfComment(const char *Ptr);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
AsmLexer.h 53 bool isAtStartOfComment(char Char);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
AsmLexer.h 57 bool isAtStartOfComment(const char *Ptr);
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 328 while (!isAtStartOfComment(*CurPtr) && // Start of line comment.
349 bool AsmLexer::isAtStartOfComment(char Char) {
364 if (isAtStartOfComment(CurChar)) {

Completed in 720 milliseconds