Searched refs:StringCmp (Results 1 – 2 of 2) sorted by relevance
/external/llvm/test/Transforms/GlobalOpt/ |
D | 2006-07-07-InlineAsmCrash.ll | 9 …,std::_Select1st<std::pair<const char* const, FlagDescription<bool> > >,StringCmp,std::allocator<s… 10 …StringCmp,std::allocator<std::pair<const char* const, FlagDescription<bool> > > >" = type { %"stru… 11 …gDescription<bool> > >,StringCmp,std::allocator<std::pair<const char* const, FlagDescription<bool>…
|
/external/v8/test/cctest/ |
D | test-heap-profiler.cc | 1827 static int StringCmp(const char* ref, i::String* act) { in StringCmp() function 1858 CHECK_EQ(0, StringCmp( in TEST() 1862 CHECK_EQ(0, StringCmp( in TEST() 1869 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj3))); in TEST() 1875 0, StringCmp("Object", i::V8HeapExplorer::GetConstructorName(*js_obj4))); in TEST() 1878 CHECK_EQ(0, StringCmp( in TEST() 1882 CHECK_EQ(0, StringCmp( in TEST()
|