/external/llvm/lib/MC/ |
MCSubtargetInfo.cpp | 94 SubtargetInfoKV KV; 95 KV.Key = CPU.data(); 97 std::lower_bound(ProcSchedModels, ProcSchedModels+NumProcs, KV);
|
SubtargetFeature.cpp | 121 /// Find KV in array using binary search. 125 SubtargetFeatureKV KV; 126 KV.Key = S.data(); 130 const SubtargetFeatureKV *F = std::lower_bound(A, Hi, KV);
|
/external/llvm/include/llvm/ADT/ |
MapVector.h | 93 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { 94 std::pair<KeyT, unsigned> Pair = std::make_pair(KV.first, 0); 98 Vector.push_back(std::make_pair(KV.first, KV.second));
|
ValueMap.h | 133 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { 135 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
|
DenseMap.h | 151 std::pair<iterator, bool> insert(const std::pair<KeyT, ValueT> &KV) { 153 if (LookupBucketFor(KV.first, TheBucket)) 158 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket); 166 std::pair<iterator, bool> insert(std::pair<KeyT, ValueT> &&KV) { 168 if (LookupBucketFor(KV.first, TheBucket)) 173 TheBucket = InsertIntoBucket(std::move(KV.first), 174 std::move(KV.second), [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 570 if (Optional<KnownSVal> KV = 572 BR.addVisitor(new FindLastStoreBRVisitor(*KV, OriginalR, [all...] |
/external/clang/include/clang/AST/ |
ExprObjC.h | 308 const KeyValuePair &KV = getKeyValues()[Index]; 309 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None }; [all...] |
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mockdata.js | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/ |
h264-svc-99-640x360.rtpdump | [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |