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 793 size_t PrefixLoc = Buffer.find(Prefix);
795 if (PrefixLoc == StringRef::npos)
803 if (PrefixLoc < SearchLoc)
804 SearchLoc = SkipWord(Buffer, PrefixLoc);
807 if (PrefixLoc > FirstLoc)
811 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size())
814 StringRef Rest = Buffer.drop_front(PrefixLoc);
818 if (PrefixLoc != 0 && IsPartOfWord(Buffer[PrefixLoc - 1]))
823 FirstLoc = PrefixLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 69 milliseconds