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

  /external/llvm/utils/TableGen/
OptParserEmitter.cpp 24 static int StrCmpOptionName(const char *A, const char *B) {
56 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").c_str(),
71 if (int Cmp = StrCmpOptionName(APre->c_str(), BPre->c_str()))
  /external/llvm/lib/Option/
OptTable.cpp 50 static int StrCmpOptionName(const char *A, const char *B) {
60 if (int N = StrCmpOptionName(A.Name, B.Name))
66 if (int N = StrCmpOptionName(*APre, *BPre))

Completed in 65 milliseconds