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

  /external/llvm/utils/TableGen/
StringMatcher.h 48 bool EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
StringMatcher.cpp 38 /// EmitStringMatcherForChar - Given a set of strings that are known to be the
44 EmitStringMatcherForChar(const std::vector<const StringPair*> &Matches,
98 return EmitStringMatcherForChar(Matches, FirstNonCommonLetter, IndentCount);
113 if (EmitStringMatcherForChar(LI->second, CharNo+1, IndentCount+1))
144 if (EmitStringMatcherForChar(LI->second, 0, Indent))

Completed in 141 milliseconds