Searched refs:Key (Results 151 - 175 of 184) sorted by relevance

12345678

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h531 ProgramStateRef addGDM(ProgramStateRef St, void *Key, void *Data);
532 ProgramStateRef removeGDM(ProgramStateRef state, void *Key);
/freebsd-11.0-release/contrib/llvm/lib/Support/Windows/
H A DSignals.inc55 PVOID Key;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp2128 StringRef Key = KeyString->getValue(KeyStorage); local
2136 if (Key == "file") {
2141 } else if (Key == "offset") {
2144 } else if (Key == "remove") {
2147 } else if (Key == "text") {
/freebsd-11.0-release/sys/dev/mwl/
H A Dmwlhal.c1196 memcpy(&pCmd->KeyParam.Key, &kv->key, kv->keyLen);
1203 pCmd->KeyParam.Key.TkipKey.TkipRsc.low =
1205 pCmd->KeyParam.Key.TkipKey.TkipRsc.high =
1207 pCmd->KeyParam.Key.TkipKey.TkipTsc.low =
1209 pCmd->KeyParam.Key.TkipKey.TkipTsc.high =
H A Dmwlreg.h1027 #define ENCR_KEY_TYPE_ID_WEP 0x00 /* Key type is WEP */
1028 #define ENCR_KEY_TYPE_ID_TKIP 0x01 /* Key type is TKIP */
1029 #define ENCR_KEY_TYPE_ID_AES 0x02 /* Key type is AES-CCMP */
1038 #define ENCR_KEY_FLAG_AUTHENTICATOR 0x00000020 /* Key is for Authenticator */
1057 Key material definitions (for WEP, TKIP, & AES-CCMP)
1061 WEP Key material definition
1072 TKIP Key material definition
1085 // TKIP Key material. Key type (group or pairwise key) is
1095 AES-CCMP Key materia
1120 }__packed Key; member in struct:__anon11126
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1010 ExprResult Key = CheckObjCCollectionLiteralElement(*this, Element.Key, local
1012 if (Key.isInvalid())
1021 Element.Key = Key.get();
1027 if (!Element.Key->containsUnexpandedParameterPack() &&
1031 << SourceRange(Element.Key->getLocStart(),
H A DSemaPseudoObject.cpp1113 Expr *Key) {
1127 S.CheckObjCARCConversion(Key->getSourceRange(),
1128 T, Key, Sema::CCK_ImplicitConversion);
1112 CheckKeyForObjCARCConversion(Sema &S, QualType ContainerT, Expr *Key) argument
H A DTreeTransform.h2758 Expr *Base, Expr *Key,
2761 return getSema().BuildObjCSubscriptExpression(RB, Base, Key,
10647 getSema().collectUnexpandedParameterPacks(OrigElement.Key, Unexpanded);
10657 SourceRange PatternRange(OrigElement.Key->getLocStart(),
10671 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
10672 if (Key.isInvalid())
10675 if (Key.get() != OrigElement.Key)
10686 Key
2757 RebuildObjCSubscriptRefExpr(SourceLocation RB, Expr *Base, Expr *Key, ObjCMethodDecl *getterMethod, ObjCMethodDecl *setterMethod) argument
10700 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
10729 ExprResult Key = getDerived().TransformExpr(OrigElement.Key); local
[all...]
H A DAnalysisBasedWarnings.cpp1281 const WeakObjectProfileTy &Key = P.second->first; local
1290 if (Key.isExactProfile())
1305 const NamedDecl *D = Key.getProperty();
H A DSemaCodeComplete.cpp6389 /// \brief Add code completions for Objective-C Key-Value Coding (KVC) and
6390 /// Key-Value Observing (KVO).
6415 StringRef Key; member in struct:KeyHolder
6418 KeyHolder(CodeCompletionAllocator &Allocator, StringRef Key) argument
6419 : Allocator(Allocator), Key(Key), CopiedKey(nullptr) {}
6425 return CopiedKey = Allocator.CopyString(Key);
6427 } Key(Allocator, PropName->getName());
6448 Builder.AddTypedTextChunk(Key);
6495 Builder.AddTextChunk(Key);
[all...]
H A DSemaTemplateVariadic.cpp102 TraverseStmt(Element.Key);
/freebsd-11.0-release/crypto/heimdal/kdc/
H A Ddigest.c65 Key *key;
806 Key *key = NULL;
1144 Key *key = NULL;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp2006 IsBeforeInTUCacheKey Key(LFID, RFID);
2013 return IBTUCache[Key];
2016 InBeforeInTUCache::iterator I = IBTUCache.find(Key);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp981 auto Key = std::make_pair(V1, V2); local
983 std::swap(Key.first, Key.second);
984 CachedCombinedShadow &CCS = CachedCombinedShadows[Key];
/freebsd-11.0-release/sys/dev/nxge/include/
H A Dxgehal-device.h505 xge_hal_device_rts_rth_key_set(xge_hal_device_t *hldev, u8 KeySize, u8 *Key);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3060 const ObjCContainerDecl *Key = local
3062 if (const ASTRecordLayout *Entry = ObjCLayouts[Key])
3088 ObjCLayouts[Key] = NewEntry;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp2854 #define TYPE_TRAIT_1(Spelling, Name, Key) \
2856 #define TYPE_TRAIT_2(Spelling, Name, Key) \
2859 #define TYPE_TRAIT_N(Spelling, Name, Key) \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp414 BindingKey Key = BindingKey::Make(R, BindingKey::Default); variable
415 if (B.lookup(Key)) {
422 B = B.addBinding(Key, V);
/freebsd-11.0-release/sys/dev/vxge/include/
H A Dvxgehal-ll.h5112 * @Key: up to 40-byte array of 64-bit values
5122 u64 *Key);
5129 * @Key: Buffer to return the key
5140 u64 *Key);
/freebsd-11.0-release/crypto/heimdal/lib/hdb/
H A Dhdb-mitdb.c362 Key *k;
371 /* k points to current Key */
/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dresolve.c806 pRec->Data.KEY.Key, key_len);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp548 std::pair<unsigned, unsigned> Key = Item.first; local
549 if (Key.first == Key.second)
554 auto BaseKey = std::make_pair(Key.first, Key.first);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1532 auto GetFile = [&](const internal_key_type &Key) -> const FileEntry* {
1533 if (!Key.Imported)
1534 return FileMgr.getFile(Key.Filename);
1536 std::string Resolved = Key.Filename;
3557 auto Key = Trait.ReadKey(Data, KeyDataLen.first); local
3558 auto &II = PP.getIdentifierTable().getOwn(Key);
6869 template<typename Key, typename ModuleFile, unsigned InitialCapacity>
6872 const ContinuousRangeMap<Key, ModuleFile *,
6877 typedef ContinuousRangeMap<Key, ModuleFile *, InitialCapacity> MapType;
/freebsd-11.0-release/sys/dev/vxge/vxgehal/
H A Dvxgehal-virtualpath.c1443 * Hashing Mask 9; RTH_KEY; Receive-Traffic Hashing Key 10; QOS;
1592 * Hashing Mask 9; RTH_KEY; Receive-Traffic Hashing Key 10; QOS;
2902 * @Key: up to 40-byte array of 64-bit values
2910 u8 KeySize, u64 *Key)
2917 vxge_assert((vpath_handle != NULL) && (Key != NULL));
2926 ", Key = 0x"VXGE_OS_STXFMT, (ptr_t) vpath_handle, KeySize,
2927 (ptr_t) Key);
2935 vxge_os_htonll(*Key++),
2953 * @Key: Buffer to return the key
2962 u8 KeySize, u64 *Key)
2909 vxge_hal_vpath_rts_rth_key_set(vxge_hal_vpath_h vpath_handle, u8 KeySize, u64 *Key) argument
2961 vxge_hal_vpath_rts_rth_key_get(vxge_hal_vpath_h vpath_handle, u8 KeySize, u64 *Key) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp185 os << "Key argument ";
334 warnIfNilExpr(Element.Key, "Dictionary key cannot be nil", C);

Completed in 584 milliseconds

12345678