Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DSparsePropagation.h34 class KeyInfo = LatticeKeyInfo<LatticeKey>>
111 template <class LatticeKey, class LatticeVal, class KeyInfo>
227 template <class LatticeKey, class LatticeVal, class KeyInfo>
244 template <class LatticeKey, class LatticeVal, class KeyInfo>
254 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
258 template <class LatticeKey, class LatticeVal, class KeyInfo>
267 template <class LatticeKey, class LatticeVal, class KeyInfo>
287 template <class LatticeKey, class LatticeVal, class KeyInfo>
349 KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
416 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp375 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
377 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/freebsd-12.1/sys/dev/mwl/
H A Dmwlreg.h1115 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member
H A Dmwlhal.c1195 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags); in mwl_hal_keyset()
1241 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags); in mwl_hal_keyreset()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7888 typedef struct KeyInfo KeyInfo; typedef
10056 struct KeyInfo { struct
59044 KeyInfo *pKeyInfo;
61256 KeyInfo *pKeyInfo;
63828 KeyInfo *pKeyInfo;
66635 KeyInfo *pKeyInfo;
77772 KeyInfo *pKey;
82917 KeyInfo *pKey = (KeyInfo *)sqlite3DbMallocZero(db, nBytes);
93105 KeyInfo *pInfo;
96292 KeyInfo *pKeyInfo;
[all …]
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c14649 typedef struct KeyInfo KeyInfo; typedef
17652 struct KeyInfo { struct
19961 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
21122 KeyInfo keyinfo;
78895 KeyInfo *pKeyInfo;
81609 KeyInfo *pKeyInfo;
82017 KeyInfo *pKeyInfo;
115033 KeyInfo *pKey;
130135 KeyInfo *p = sqlite3DbMallocRawNN(db, sizeof(KeyInfo) + nExtra);
130164 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo *p){
[all …]