Searched refs:pair (Results 251 - 275 of 778) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DDebugLoc.cpp236 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
290 std::pair<DebugRecVH, DebugRecVH> &Entry = Ctx->ScopeInlinedAtRecords[-Idx-1];
312 std::pair<DebugRecVH, DebugRecVH> &Entry=Ctx->ScopeInlinedAtRecords[-Idx-1];
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.y154 pairs: pair
155 | pairs pair { $2->next = $1; $1->prev = $2; $$ = $2; }
158 pair: object '=' object ';' { $$ = newObject(); label
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_map.h81 * value_type is std::pair<const Key,T>.
92 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
98 typedef std::pair<const _Key, _Tp> value_type;
239 * Returns a read/write iterator that points to the first pair in the
248 * Returns a read-only (constant) iterator that points to the first pair
258 * pair in the %map. Iteration is done in ascending order
267 * pair in the %map. Iteration is done in ascending order according to
275 * Returns a read/write reverse iterator that points to the last pair in
285 * last pair in the %map. Iteration is done in descending order
294 * first pair i
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/VMCore/
H A DValueMapTest.cpp90 std::pair<typename ValueMap<TypeParam*, int>::iterator, bool> InsertResult1 =
96 std::pair<typename ValueMap<TypeParam*, int>::iterator, bool> InsertResult2 =
111 SmallVector<std::pair<Instruction*, int>, 2> Elems;
132 std::pair<TypeParam*, int> value = *I; (void)value;
154 std::pair<TypeParam*, int> value = *I; (void)value;
/macosx-10.10.1/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c556 volatile VALUE pair; local
563 pair = RARRAY_PTR(assoc)[i];
564 if (TYPE(pair) != T_ARRAY) {
565 rb_ary_push(dst, key2keyname(pair));
570 rb_ary_push(dst, RARRAY_PTR(pair)[2]);
573 rb_ary_push(dst, key2keyname(RARRAY_PTR(pair)[0]));
579 rb_ary_push(dst, key2keyname(RARRAY_PTR(pair)[0]));
581 val = rb_ary_new2(RARRAY_LEN(pair) - 1);
582 for(j = 1; j < RARRAY_LEN(pair); j++) {
583 rb_ary_push(val, RARRAY_PTR(pair)[
604 volatile VALUE pair; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Djoin.tcl355 set pair [$curs get -set $realkey]
356 error_check_good cursor_set:$realkey:$pair \
357 [llength [lindex $pair 0]] 2
411 for { set pair [eval {$join_curs get} $flags] } { \
412 [llength [lindex $pair 0]] == $l } {
413 set pair [eval {$join_curs get} $flags] } {
414 set k [lindex [lindex $pair 0] 0]
H A Drecd006.tcl59 # p1: a pair of keys that are likely to be on the same page.
60 # p2: a pair of keys that are likely to be on the same page,
122 foreach pair $rlist {
123 set cmd [subst [lindex $pair 0]]
124 set msg [lindex $pair 1]
H A Dtxn003.tcl90 foreach pair $rlist {
92 set op [lindex $pair 0]
93 set msg [lindex $pair 1]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp164 #define PB_DS_GEN_POS std::pair<entry_pointer, typename Allocator::size_type>
282 inline std::pair<point_iterator, bool>
432 inline std::pair<point_iterator, bool>
435 inline std::pair<point_iterator, bool>
537 std::pair<entry_pointer, size_type>& r_pos) const
545 std::pair<entry_pointer, size_type>& r_pos) const
567 std::pair<entry_pointer, size_type>& r_pos) const
/macosx-10.10.1/libauto-186/
H A DReferenceIterator.h133 // The block being referenced is either a small/medium block, represented by the subzone / quantum pair, or a Large block.
503 ObjectAssociationMap::value_type &pair = *j; local
504 void *key = pair.first;
505 void *value = pair.second;
510 _visitor.visit(info, &pair.second, subzone, q);
516 _visitor.visit(info, &pair.second, large);
588 ObjectAssociationMap::value_type &pair = *j; local
589 void *key = pair.first;
590 void *value = pair.second;
595 _visitor.visit(info, &pair
[all...]
H A DBlockIterator.h266 ObjectAssociationMap::value_type &pair = *j; local
267 if (!visitor(zone, block, pair.first, pair.second)) return false;
/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session.c378 char *encoded, *pair; local
388 pair = apr_strtok(encoded, sep, &last);
389 while (pair && pair[0]) {
392 char *key = apr_strtok(pair, psep, &plast);
407 pair = apr_strtok(NULL, sep, &last);
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.cpp154 std::pair<unsigned,unsigned>
209 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false);
230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
237 std::pair<unsigned,unsigned> SrcOp =
270 std::pair<StringRef, StringRef> P = getToken(DisableEncoding, " ,\t");
276 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dicusvtst.cpp705 const StringPair* pair = (const StringPair*)names[i]; local
706 logln(" " + pair->displayName + " --> " + pair->id);
745 const StringPair* pair = (const StringPair*)names[i]; local
746 logln(" " + pair->displayName + " --> " + pair->id);
917 const StringPair* pair = (const StringPair*)names[i]; local
918 logln(" " + pair->displayName + " --> " + pair->id);
942 const StringPair* pair local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dparser.cpp45 std::pair< size_t, std::string >(line, msg)
302 std::pair< size_t, impl::headers_map >
344 return std::pair< size_t, headers_map >(tkz.lineno(), hm);
/macosx-10.10.1/libsecurity_ldap_dl-55003/lib/
H A DDSX509Relation.cpp281 CSSM_X509_TYPE_VALUE_PAIR &pair = rdn.AttributeTypeAndValue[j]; local
282 if (CompareOIDs (pair.type, oid))
283 return &pair.value;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dhash_multiset.h155 std::pair<iterator, iterator>
159 std::pair<_Base_iterator, _Base_iterator> __res =
169 std::pair<iterator, iterator> __victims = this->equal_range(__key);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dhashtable.h84 using std::pair;
434 pair<iterator, bool>
448 pair<iterator, bool>
544 pair<iterator, iterator>
547 pair<const_iterator, const_iterator>
746 pair<typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::iterator, bool>
755 return pair<iterator, bool>(iterator(__cur, this), false);
761 return pair<iterator, bool>(iterator(__tmp, this), true);
811 pair<typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::iterator,
816 typedef pair<iterato
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/bin_search_tree_/
H A Dbin_search_tree_.hpp358 inline std::pair<node_pointer, bool>
367 inline std::pair<
453 typedef std::pair< const_pointer, const_pointer> node_consistent_t;
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringRef.h425 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
428 /// pair (LHS, RHS) where (*this == LHS) and (RHS == "").
432 std::pair<StringRef, StringRef> split(char Separator) const {
442 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
445 /// pair (LHS, RHS) where (*this == LHS) and (RHS == "").
449 std::pair<StringRef, StringRef> split(StringRef Separator) const {
477 /// If \p Separator is in the string, then the result is a pair (LHS, RHS)
480 /// pair (LHS, RHS) where (*this == LHS) and (RHS == "").
484 std::pair<StringRef, StringRef> rsplit(char Separator) const {
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineFrameInfo.h210 SmallVector<std::pair<int, int64_t>, 32> LocalFrameObjects;
292 LocalFrameObjects.push_back(std::pair<int, int64_t>(ObjectIndex, Offset));
297 std::pair<int, int64_t> getLocalFrameObjectMap(int i) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp580 for (DenseMap<SDValue, std::pair<SDValue, SDValue> >::iterator
587 for (DenseMap<SDValue, std::pair<SDValue, SDValue> >::iterator
594 for (DenseMap<SDValue, std::pair<SDValue, SDValue> >::iterator
776 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op];
795 std::pair<SDValue, SDValue> &Entry = ExpandedIntegers[Op];
807 std::pair<SDValue, SDValue> &Entry = ExpandedFloats[Op];
826 std::pair<SDValue, SDValue> &Entry = ExpandedFloats[Op];
838 std::pair<SDValue, SDValue> &Entry = SplitVectors[Op];
859 std::pair<SDValue, SDValue> &Entry = SplitVectors[Op];
1091 std::pair<SDValu
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86InstrInfo.h138 std::pair<unsigned, unsigned> > RegOp2MemOpTableType;
148 std::pair<unsigned, unsigned> > MemOp2RegOpTableType;
355 std::pair<uint16_t, uint16_t>
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp271 SmallVectorImpl< std::pair<Instruction*,Instruction*> > &SimpleIVUsers) {
327 SmallVector<std::pair<Instruction*, Instruction*>, 8> SimpleIVUsers;
335 std::pair<Instruction*, Instruction*> UseOper =
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DASTFactory.hpp25 typedef ANTLR_USE_NAMESPACE(std)pair< const char*, factory_type_ > factory_descriptor_;

Completed in 733 milliseconds

<<11121314151617181920>>