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

1234567891011>>

/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dcharset.c125 this range, it is mapped to a pair (H, L) as follows:
131 component of a surrogate pair. Even if the encoding within a
132 two-byte value is little-endian, the H member of the surrogate pair
269 little-endian encoding is to be used for the member of the pair
590 when conversion between a suitable pair of character sets is requested. */
597 const char *pair; member in struct:conversion
621 char *pair; local
631 pair = (char *) alloca(strlen(to) + strlen(from) + 2);
633 strcpy(pair, from);
634 strcat(pair, "/");
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Ddebug_fn_imps.hpp111 const std::pair<const_pointer, const_pointer>
118 const std::pair<const_pointer, const_pointer>
/freebsd-10.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dhash_policy.hpp212 // Returns a pair of the minimal and maximal loads, respectively.
213 inline std::pair<float, float>
216 // Sets the loads through a pair of the minimal and maximal
219 set_loads(std::pair<float, float> load_pair);
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h177 // CallRecord - This is a pair of the calling instruction (a call or invoke)
180 typedef std::pair<WeakVH, CallGraphNode*> CallRecord;
345 typedef std::pair<const Function*, CallGraphNode*> PairTy;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h92 SmallVector<std::pair<SlotIndex, SlotIndex>, 8> LastSplitPoint;
272 typedef DenseMap<std::pair<unsigned, unsigned>, ValueForcePair> ValueMap;
275 /// intervals. Given a pair (RegIdx, ParentVNI->id), Values contains:
H A DPasses.cpp210 SmallVector<std::pair<AnalysisID, IdentifyingPassPtr>, 4> InsertedPasses;
251 std::pair<AnalysisID, IdentifyingPassPtr> P(TargetPassID, InsertedPassID);
334 for (SmallVector<std::pair<AnalysisID, IdentifyingPassPtr>, 4>::iterator
/freebsd-10.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h138 // symbol name to a (SectionID, offset in section) pair.
139 typedef std::pair<unsigned, uintptr_t> SymbolLoc;
144 typedef std::pair<unsigned, unsigned> CommonSymbolInfo;
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCSectionMachO.cpp188 std::pair<StringRef, StringRef> Comma = Spec.split(',');
259 std::pair<StringRef, StringRef> Plus = Attrs.split('+');
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp213 SmallVector<std::pair<BasicBlock *, BasicBlock::iterator>, 4> Worklist;
216 std::pair<BasicBlock *, BasicBlock::iterator> Pair =
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp202 SmallVector<std::pair<unsigned, MDNode *>, 4> MDs;
204 for (SmallVectorImpl<std::pair<unsigned, MDNode *> >::iterator
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCallGraph.h205 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy;
230 typedef std::pair<const clang::Decl*, clang::CallGraphNode*> PairTy;
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h187 const std::pair<SVal, uintptr_t>&
190 const std::pair<SVal, SVal>&
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DBroadcaster.h113 typedef std::pair<BroadcastEventSpec, Listener *> event_listener_key;
453 typedef std::vector< std::pair<Listener*,uint32_t> > collection;
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindMacOSXFrameBackchain.cpp97 std::pair<lldb::addr_t, lldb::addr_t> fp_pc_pair;
196 std::pair<lldb::addr_t, lldb::addr_t> fp_pc_pair;
/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.hh550 typedef std::vector<std::pair<string,string> > node_path;
579 typedef std::pair<uint64_t, uint64_t> reservation;
/freebsd-10.0-release/usr.sbin/pkg/
H A Dpkg.c276 yaml_node_pair_t *pair; local
283 pair = node->data.mapping.pairs.start;
284 while (pair < node->data.mapping.pairs.top) {
285 yaml_node_t *key = yaml_document_get_node(doc, pair->key);
286 yaml_node_t *val = yaml_document_get_node(doc, pair->value);
289 ++pair;
294 ++pair;
304 ++pair;
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.cpp27 static bool isIntOrIntVectorValue(const std::pair<const Value*, unsigned> &V) {
68 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
176 bool operator()(const std::pair<const Value*, unsigned> &LHS,
177 const std::pair<const Value*, unsigned> &RHS) {
489 SmallVector<std::pair<unsigned, MDNode*>, 8> MDs;
/freebsd-10.0-release/contrib/llvm/lib/Target/MBlaze/
H A DMBlazeFrameLowering.cpp42 SmallVector<std::pair<int,int64_t>, 16> &FR) {
45 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRB = FR.begin();
46 const SmallVector<std::pair<int,int64_t>, 16>::iterator FRE = FR.end();
48 SmallVector<std::pair<int,int64_t>, 16>::iterator FRI = FRB;
96 SmallVector<std::pair<int,int64_t>, 16> FrameRelocate;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp83 static std::pair<unsigned, unsigned>
224 std::pair<GlobalModuleIndex *, GlobalModuleIndex::ErrorCode>
453 typedef std::pair<StringRef, bool> data_type;
601 std::pair<StringRef, bool> Ident = *D;
630 std::pair<unsigned,unsigned>
/freebsd-10.0-release/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp124 DenseSet<std::pair<Value*, Value*> > TentativeValues;
133 typedef std::pair<BasicBlock*, BasicBlock*> BlockPair;
198 llvm::SmallVector<std::pair<Instruction*,Instruction*>, 20> TentativePairs;
655 SmallVector<std::pair<Function*,Function*>, 20> Queue;
673 for (SmallVectorImpl<std::pair<Function*,Function*> >::iterator
/freebsd-10.0-release/contrib/smbfs/lib/smb/
H A Dctx.c393 smb_parse_owner(char *pair, uid_t *uid, gid_t *gid) argument
399 cp = strchr(pair, ':');
411 if (*pair) {
412 pw = getpwnam(pair);
416 smb_error("Invalid user name %s, ignored", 0, pair);
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_dataset.c1018 nvpair_t *pair; local
1021 for (pair = nvlist_next_nvpair(ddsa->ddsa_snaps, NULL);
1022 pair != NULL; pair = nvlist_next_nvpair(ddsa->ddsa_snaps, pair)) {
1028 name = nvpair_name(pair);
1184 nvpair_t *pair; local
1186 for (pair = nvlist_next_nvpair(ddsa->ddsa_snaps, NULL);
1187 pair != NULL; pair
1214 nvpair_t *pair; local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dstl_tree.h674 pair<iterator, bool>
755 pair<iterator,iterator>
758 pair<const_iterator, const_iterator>
984 pair<typename _Rb_tree<_Key, _Val, _KeyOfValue,
1002 return pair<iterator,bool>(_M_insert(__x, __y, __v), true);
1007 return pair<iterator, bool>(_M_insert(__x, __y, __v), true);
1008 return pair<iterator, bool>(__j, false);
1289 pair<iterator, iterator> __p = equal_range(__x);
1432 pair<const_iterator, const_iterator> __p = equal_range(__k);
1512 pair<typenam
[all...]
/freebsd-10.0-release/contrib/mdocml/
H A Dmdoc_term.c43 struct termpair *pair, \
285 print_mdoc_node(p, pair, m, n);
287 print_mdoc_nodelist(p, pair, m, n->next);
306 npair.ppair = pair;
917 (pair->ppair->ppair->count)++;
919 pair->ppair->ppair->count);
1330 * If we're the second in a pair of like elements, emit our
1343 * If we're one of the SYNOPSIS set and non-like pair-wise after
1378 return(termp_under_pre(p, pair, m, n));
1385 return(termp_under_pre(p, pair,
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DImmutableMap.h22 /// and second elements in a pair are used to generate profile information,
26 typedef const std::pair<T,S> value_type;
111 TreeTy *T = F.add(Old.Root, std::pair<key_type,data_type>(K,D));
246 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
342 TreeTy *NewT = Factory->add(Root, std::pair<key_type, data_type>(K, D));
414 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for

Completed in 210 milliseconds

1234567891011>>