HomeSort by relevance Sort by last modified time
    Searched defs:KV (Results 1 - 25 of 26) sorted by null

1 2

  /external/libcxx/test/std/containers/associative/map/map.access/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/associative/multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/unord/unord.map/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
36 typedef limited_allocator<KV, (size_t)-1> A;
  /external/libcxx/test/std/containers/unord/unord.multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
37 typedef limited_allocator<KV, (size_t)-1> A;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSubtargetInfo.cpp 83 SubtargetInfoKV KV;
84 KV.Key = CPU.data();
86 std::lower_bound(ProcItins, ProcItins+NumProcs, KV);
SubtargetFeature.cpp 121 /// Find KV in array using binary search.
124 T KV;
125 KV.Key = S.data();
129 const T *F = std::lower_bound(A, Hi, KV);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.access/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
35 typedef limited_allocator<KV, (size_t)-1> A;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
36 typedef limited_allocator<KV, (size_t)-1> A;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/
max_size.pass.cpp 26 typedef std::pair<const int, int> KV;
28 typedef limited_allocator<KV, 10> A;
37 typedef limited_allocator<KV, (size_t)-1> A;
  /external/llvm/lib/Transforms/IPO/
ForceFunctionAttrs.cpp 67 auto KV = StringRef(S).split(':');
68 if (KV.first != F.getName())
71 auto Kind = parseAttrKind(KV.second);
73 DEBUG(dbgs() << "ForcedAttribute: " << KV.second
  /external/clang/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprObjC.h 311 const KeyValuePair &KV = getTrailingObjects<KeyValuePair>()[Index];
312 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]

Completed in 719 milliseconds

1 2