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

  /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/clang/include/clang/AST/
ExprObjC.h 308 const KeyValuePair &KV = getKeyValues()[Index];
309 ObjCDictionaryElement Result = { KV.Key, KV.Value, SourceLocation(), None };
    [all...]

Completed in 60 milliseconds