Searched refs:swap (Results 251 - 275 of 463) sorted by relevance

<<111213141516171819

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DInstructionSimplify.cpp439 std::swap(LHS, RHS);
563 std::swap(LHS, RHS);
602 std::swap(Op0, Op1);
901 std::swap(Op0, Op1);
1000 if (Y != Op1) std::swap(X, Y); // Ensure expression is (X * Y) / Y, Y = Op1
1329 std::swap(Op0, Op1);
1428 std::swap(Op0, Op1);
1522 std::swap(Op0, Op1);
1646 std::swap(LHS, RHS);
2178 if (A != RHS) std::swap(
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns_info.inc58 "swap",
499 case BIN(swap):{
/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dstd_list.i46 void swap(list<T> &x);
/macosx-10.10.1/swig-12/Lib/ocaml/
H A Dstd_list.i35 void swap(list<T> &x);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dbst.vim44 syn keyword bstBuiltIn skip$ stack$ substring$ swap$
H A Dgkrellmrc.vim51 syn keyword gkrellmrcMeterName apm cal clock fs host mail mem swap timer sensors uptime
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSClassRef.cpp122 swap(definition.staticFunctions, protoDefinition.staticFunctions); // Move static functions to the prototype.
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBinarySwitch.cpp158 std::swap(firstCase, secondCase);
/macosx-10.10.1/JavaScriptCore-7600.1.17/yarr/
H A DYarrPattern.cpp182 characterClass->m_matches.swap(m_matches);
183 characterClass->m_ranges.swap(m_ranges);
184 characterClass->m_matchesUnicode.swap(m_matchesUnicode);
185 characterClass->m_rangesUnicode.swap(m_rangesUnicode);
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGMainLoopSource.cpp74 m_source.swap(source);
/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DWTFString.h140 void swap(String& o) { m_impl.swap(o.m_impl); } function in class:WTF::String
503 inline void swap(String& a, String& b) { a.swap(b); } function in namespace:WTF
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Storage/
H A DLocalStorageDatabase.cpp266 m_changedItems.swap(changedItems);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DEventDispatcher.cpp194 localCopy.swap(m_touchEvents);
/macosx-10.10.1/ksh-23/ksh/src/lib/libsum/
H A Dsumlib.c38 #include <swap.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp192 swap(PB_DS_CLASS_C_DEC& other);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dleft_child_next_sibling_heap_.hpp208 swap(PB_DS_CLASS_C_DEC& other);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Dlu_map_.hpp211 swap(PB_DS_CLASS_C_DEC&);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Derase_fn_imps.hpp190 std::swap(p_y->m_red, p_z->m_red);
H A Drb_tree_.hpp163 swap(PB_DS_CLASS_C_DEC&);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp184 swap(PB_DS_CLASS_C_DEC&);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp182 swap(PB_DS_CLASS_C_DEC& other);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DCallGraph.h255 std::swap(CalledFunctions, N->CalledFunctions);
/macosx-10.10.1/llvmCore-3425.0.34/lib/DebugInfo/
H A DDWARFCompileUnit.cpp226 // to see this). So we need to create a temporary vector and swap the
233 DieArray.swap(tmpArray);
H A DDWARFDebugAranges.cpp171 // Now swap our new minimal aranges into place. The local
174 minimal_aranges.swap(Aranges);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Object/
H A DArchive.cpp172 Result.swap(ret);

Completed in 246 milliseconds

<<111213141516171819