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

  /external/llvm/utils/FileCheck/
FileCheck.cpp 767 size_t PrefixLoc = Buffer.find(Prefix);
769 if (PrefixLoc == StringRef::npos)
777 if (PrefixLoc < SearchLoc)
778 SearchLoc = SkipWord(Buffer, PrefixLoc);
781 if (PrefixLoc > FirstLoc)
785 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size())
788 StringRef Rest = Buffer.drop_front(PrefixLoc);
792 if (PrefixLoc != 0 && IsPartOfWord(Buffer[PrefixLoc - 1]))
797 FirstLoc = PrefixLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 103 milliseconds