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

  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 93 std::set<BasicBlock *> tmpSet;
96 tmpSet.insert(*I);
102 if (tmpSet.erase(Node) == 0)
107 if (!tmpSet.empty())
  /external/icu4c/i18n/
uspoof_impl.cpp 263 UnicodeSet *tmpSet = NULL;
303 tmpSet = new UnicodeSet(0, 0x10ffff);
304 if (fAllowedLocales == NULL || tmpSet == NULL) {
308 tmpSet->freeze();
310 fAllowedCharsSet = tmpSet;
330 tmpSet = static_cast<UnicodeSet *>(allowedChars.clone());
332 if (tmpSet == NULL || tmpLocalesList == NULL) {
338 tmpSet->freeze();
340 fAllowedCharsSet = tmpSet;
364 UnicodeSet tmpSet;
    [all...]
  /external/icu4c/test/cintltst/
spooftest.c 389 USet *tmpSet;
395 tmpSet = uset_open(0, 0x10ffff);
396 TEST_ASSERT(uset_equals(tmpSet, set));
403 uset_remove(tmpSet, goodLatin[1]);
404 uspoof_setAllowedChars(sc, tmpSet, &status);
406 uset_close(tmpSet);
  /external/valgrind/main/coregrind/
m_redir.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 

Completed in 3763 milliseconds