Searched refs:InsertPair (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dpersist.cpp113 void InsertPair(int i_, t4_i32 from_, t4_i32 to_);
192 InsertPair(i, pos_, pos_ + len_);
227 InsertPair(i, pos, pos + len);
256 void c4_Allocator::InsertPair(int i_, t4_i32 from_, t4_i32 to_) { function in class:c4_Allocator
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DObjCARC.cpp95 insert(const std::pair<KeyT, ValueT> &InsertPair) { argument
97 Map.insert(std::make_pair(InsertPair.first, size_t(0)));
101 Vector.push_back(InsertPair);

Completed in 149 milliseconds