Searched refs:pair (Results 226 - 250 of 778) sorted by relevance

1234567891011>>

/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic_tab.h125 struct { double x, y; } pair; member in union:__anon8804
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_multimap.h79 * is T, and the value_type is std::pair<const Key,T>.
91 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
97 typedef std::pair<const _Key, _Tp> value_type;
238 * Returns a read/write iterator that points to the first pair in the
247 * Returns a read-only (constant) iterator that points to the first pair
256 * Returns a read/write iterator that points one past the last pair in
266 * pair in the %multimap. Iteration is done in ascending order according
274 * Returns a read/write reverse iterator that points to the last pair in
284 * last pair in the %multimap. Iteration is done in descending order
293 * first pair i
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp105 inline std::pair<typename PB_DS_CLASS_C_DEC::point_iterator, bool>
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DStringExtras.h108 /// The function returns a pair containing the extracted token and the
110 std::pair<StringRef, StringRef> getToken(StringRef Source,
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DDFAPacketizer.h45 typedef std::pair<unsigned, unsigned> UnsignPair;
H A DLiveIntervalAnalysis.h92 SmallVector<std::pair<unsigned, unsigned>, 8> RegMaskBlocks;
292 std::pair<unsigned, unsigned> P = RegMaskBlocks[MBBNum];
303 std::pair<unsigned, unsigned> P = RegMaskBlocks[MBBNum];
H A DMachineModuleInfo.h88 typedef std::vector<std::pair<MCSymbol*, StubValueTy> > SymbolListTy;
172 typedef std::pair<unsigned, DebugLoc> UnsignedDebugLocPair;
173 typedef SmallVector<std::pair<TrackingVH<MDNode>, UnsignedDebugLocPair>, 4>
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLiveRangeCalc.h50 typedef std::pair<VNInfo*, MachineDomTreeNode*> LiveOutPair;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DTimer.cpp200 StringMap<std::pair<TimerGroup*, Name2TimerMap> > Map;
203 for (StringMap<std::pair<TimerGroup*, Name2TimerMap> >::iterator
211 std::pair<TimerGroup*, Name2TimerMap> &GroupEntry = Map[GroupName];
351 const std::pair<TimeRecord, std::string> &Entry = TimersToPrint[e-i-1];
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Sparc/
H A DSparcISelLowering.h65 std::pair<unsigned, const TargetRegisterClass*>
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A DMCFunction.h74 typedef std::vector<std::pair<uint64_t, MCBasicBlock> > MapTy;
/macosx-10.10.1/swig-12/Lib/python/
H A DREADME12 attribute.i Convert a pair of set/get methods into a "native" python attribute
39 std_pair.i pair
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Darchive.tcl62 # checkpoints. Between each pair of checkpoints, we end one
222 foreach pair $txnlist {
223 set t [lindex $pair 0]
224 set tdb [lindex $pair 1]
H A Drecd001.tcl163 foreach pair $rlist {
164 set cmd [subst [lindex $pair 0]]
165 set msg [lindex $pair 1]
H A Drecd008.tcl71 foreach pair $rlist {
72 set cmd [subst [lindex $pair 0]]
73 set msg [lindex $pair 1]
H A Drecd009.tcl63 foreach pair $rlist {
64 set cmd [subst [lindex $pair 0]]
65 set msg [lindex $pair 1]
H A Drecd010.tcl93 foreach pair $rlist {
94 set cmd [subst [lindex $pair 0]]
95 set msg [lindex $pair 1]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmacho++.h44 // Simply a pair or (cpu type, cpu subtype), really.
46 class Architecture : public std::pair<cpu_type_t, cpu_subtype_t> {
47 typedef std::pair<cpu_type_t, cpu_subtype_t> _Pair;
51 : std::pair<cpu_type_t, cpu_subtype_t>(type, sub) { }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmacho++.h44 // Simply a pair or (cpu type, cpu subtype), really.
46 class Architecture : public std::pair<cpu_type_t, cpu_subtype_t> {
47 typedef std::pair<cpu_type_t, cpu_subtype_t> _Pair;
51 : std::pair<cpu_type_t, cpu_subtype_t>(type, sub) { }
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dlegacy-gnus-agent.el114 (mapcar (lambda (pair)
115 (let* ((article-id (car pair))
116 (day-of-download (cdr pair))
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rb_tree_map_/
H A Dsplit_join_fn_imps.hpp84 std::pair<node_pointer, node_pointer> join_pos;
154 std::pair<
191 std::pair<
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp193 inline std::pair<point_iterator, bool>
201 std::pair<point_iterator, bool> ins_pair =
241 inline std::pair<point_iterator, bool>
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DMemoryBuiltins.h149 typedef std::pair<APInt, APInt> SizeOffsetType;
203 typedef std::pair<Value*, Value*> SizeOffsetEvalType;
212 typedef std::pair<WeakVH, WeakVH> WeakEvalType;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonPeephole.cpp112 DenseMap<unsigned, std::pair<unsigned, unsigned> > PeepholeDoubleRegsMap;
202 DenseMap<unsigned, std::pair<unsigned, unsigned> >::iterator DI =
205 std::pair<unsigned,unsigned> PeepholeSrc = DI->second;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp61 struct DenseMapInfo<std::pair<BasicBlock*, unsigned> > {
62 typedef std::pair<BasicBlock*, unsigned> EltTy;
69 static unsigned getHashValue(const std::pair<BasicBlock*, unsigned> &Val) {
217 DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*> NewPhiNodes;
352 typedef std::pair<DomTreeNode*, unsigned> DomTreeNodePair;
591 for (DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*>::iterator I =
615 for (DenseMap<std::pair<BasicBlock*, unsigned>, PHINode*>::iterator I =
769 SmallVector<std::pair<unsigned, BasicBlock*>, 32> DFBlocks;
898 /// first element of a pair.
900 bool operator()(const std::pair<unsigne
[all...]

Completed in 316 milliseconds

1234567891011>>