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 748 size_t PrefixLoc = Buffer.find(Prefix);
750 if (PrefixLoc == StringRef::npos)
758 if (PrefixLoc < SearchLoc)
759 SearchLoc = SkipWord(Buffer, PrefixLoc);
762 if (PrefixLoc > FirstLoc)
766 if (PrefixLoc == FirstLoc && Prefix.size() < FirstPrefix.size())
769 StringRef Rest = Buffer.drop_front(PrefixLoc);
773 if (PrefixLoc != 0 && IsPartOfWord(Buffer[PrefixLoc - 1]))
778 FirstLoc = PrefixLoc;
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 121 milliseconds