HomeSort by relevance Sort by last modified time
    Searched full:startswithword (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/Basic/
IdentifierTable.cpp 404 static bool startsWithWord(StringRef name, StringRef word) {
434 if (startsWithWord(name, "alloc")) return OMF_alloc;
437 if (startsWithWord(name, "copy")) return OMF_copy;
440 if (startsWithWord(name, "init")) return OMF_init;
443 if (startsWithWord(name, "mutableCopy")) return OMF_mutableCopy;
446 if (startsWithWord(name, "new")) return OMF_new;
464 if (startsWithWord(name, "alloc")) return OIT_MemManage;
466 if (startsWithWord(name, "array")) return OIT_Array;
469 if (startsWithWord(name, "dictionary")) return OIT_Dictionary;
470 if (startsWithWord(name, "default")) return OIT_Singleton
    [all...]

Completed in 264 milliseconds