Searched defs:Key (Results 126 - 145 of 145) sorted by relevance

123456

/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp6167 /// \brief Add code completions for Objective-C Key-Value Coding (KVC) and
6168 /// Key-Value Observing (KVO).
6193 StringRef Key; member in struct:KeyHolder
6196 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) argument
6197 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {}
6203 return CopiedKey = Allocator.CopyString(Key);
6205 } Key(Allocator, PropName->getName());
6226 Builder.AddTypedTextChunk(Key);
6272 Builder.AddTextChunk(Key);
[all...]
H A DSemaExprObjC.cpp893 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Elements[I].Key, local
895 if (Key.isInvalid())
904 Elements[I].Key = Key.get();
910 if (!Elements[I].Key->containsUnexpandedParameterPack() &&
914 << SourceRange(Elements[I].Key->getLocStart(),
H A DSemaDecl.cpp12974 static unsigned getHashValue(const DupKey Key) { argument
12975 return (unsigned)(Key.val * 37);
13022 DupKey Key = GetDupKey(ECD->getInitVal()); local
13023 DeclOrVector &Entry = EnumMap[Key];
13036 DupKey Key = GetDupKey(ECD->getInitVal()); local
13038 DeclOrVector& Entry = EnumMap[Key];
H A DSemaDeclCXX.cpp3976 const void *Key = GetKeyForMember(Context, Init); local
3977 if (CheckRedundantInit(*this, Init, Members[Key]) ||
3981 const void *Key = GetKeyForMember(Context, Init); local
3982 if (CheckRedundantInit(*this, Init, Members[Key]))
H A DTreeTransform.h2510 Expr *Base, Expr *Key,
2513 return getSema().BuildObjCSubscriptExpression(RB, Base, Key,
9297 getSema().collectUnexpandedParameterPacks(OrigElement.Key, Unexpanded);
9307 SourceRange PatternRange(OrigElement.Key->getLocStart(),
9321 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
9322 if (Key.isInvalid())
9325 if (Key.get() != OrigElement.Key)
9336 Key
2509 RebuildObjCSubscriptRefExpr(SourceLocation RB, Expr *Base, Expr *Key, ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) argument
9350 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
9379 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1276 SmallVector<const SCEV *, 4> Key = F.BaseRegs; local
1277 if (F.ScaledReg) Key.push_back(F.ScaledReg);
1279 std::sort(Key.begin(), Key.end());
1280 return Uniquifier.count(Key);
1292 SmallVector<const SCEV *, 4> Key = F.BaseRegs;
1293 if (F.ScaledReg) Key.push_back(F.ScaledReg);
1295 std::sort(Key.begin(), Key.end());
1297 if (!Uniquifier.insert(Key)
3961 SmallVector<const SCEV *, 4> Key; local
[all...]
/external/chromium_org/v8/src/heap/
H A Dheap.h2286 struct Key { struct in class:v8::internal::KeyedLookupCache
2291 Key keys_[kLength];
2311 Key& key = keys_[index];
2321 Key& key = keys_[index];
2354 struct Key { struct in class:v8::internal::DescriptorLookupCache
2359 Key keys_[kLength];
/external/clang/lib/Serialization/
H A DASTReader.cpp835 ASTDeclContextNameLookupTrait::ComputeHash(const DeclNameKey &Key) const {
837 ID.AddInteger(Key.Kind);
839 switch (Key.Kind) {
842 ID.AddString(((IdentifierInfo*)Key.Data)->getName());
847 ID.AddInteger(serialization::ComputeHash(Selector(Key.Data)));
850 ID.AddInteger((OverloadedOperatorKind)Key.Data);
865 DeclNameKey Key; local
866 Key.Kind = Name.getNameKind();
869 Key.Data = (uint64_t)Name.getAsIdentifierInfo();
874 Key
[all...]
H A DASTWriter.cpp1871 key_type_ref Key, data_type_ref Data) {
1877 static void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { argument
1879 endian::Writer<little>(Out).write<uint32_t>(Key);
1882 static void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data, argument
1870 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) argument
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp373 /// \return True if 'Key' is saved in the Value Map.
374 bool has(Value *Key) const { return MapStorage.count(Key); }
379 VectorParts &splat(Value *Key, Value *Val) { argument
380 VectorParts &Entry = MapStorage[Key];
385 ///\return A reference to the value that is stored at 'Key'.
386 VectorParts &get(Value *Key) { argument
387 VectorParts &Entry = MapStorage[Key];
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4229 // Key cannot be zero in hashmap.
4311 typedef RefPtr<OffHeapInt> Key; typedef
4312 typedef HeapHashMap<Key, WeakSet, WTF::DefaultHash<Key>::Hash, HashTraits<Key>, EmptyClearingHashSetTraits> Map;
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h467 PVOID Key; member in struct:_IMAGEHLP_LINE64
479 PVOID Key; member in struct:_IMAGEHLP_LINE
679 PVOID Key; member in struct:_SRCCODEINFO
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h467 PVOID Key; member in struct:_IMAGEHLP_LINE64
479 PVOID Key; member in struct:_IMAGEHLP_LINE
679 PVOID Key; member in struct:_SRCCODEINFO
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2300 milliseconds

123456