Searched refs:StrCmpOptionName (Results 1 – 2 of 2) sorted by relevance
22 static int StrCmpOptionName(const char *A, const char *B) { in StrCmpOptionName() function54 if (int Cmp = StrCmpOptionName(A->getValueAsString("Name").str().c_str(), in CompareOptionRecords()67 if (int Cmp = StrCmpOptionName(APre->str().c_str(), BPre->str().c_str())) in CompareOptionRecords()
60 static int StrCmpOptionName(const char *A, const char *B) { in StrCmpOptionName() function70 if (int N = StrCmpOptionName(A.Name, B.Name)) in operator <()76 if (int N = StrCmpOptionName(*APre, *BPre)) in operator <()