Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h35 class KeyInfo = LatticeKeyInfo<LatticeKey>>
112 template <class LatticeKey, class LatticeVal, class KeyInfo>
228 template <class LatticeKey, class LatticeVal, class KeyInfo>
245 template <class LatticeKey, class LatticeVal, class KeyInfo>
255 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
259 template <class LatticeKey, class LatticeVal, class KeyInfo>
268 template <class LatticeKey, class LatticeVal, class KeyInfo>
288 template <class LatticeKey, class LatticeVal, class KeyInfo>
346 KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()
413 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h896 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in alignas() local
898 KeyInfo[i] = IIV[i]; in alignas()
/freebsd-14.2/sys/dev/mwl/
H A Dmwlreg.h1104 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member
H A Dmwlhal.c1193 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags); in mwl_hal_keyset()
1239 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags); in mwl_hal_keyreset()
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c15362 typedef struct KeyInfo KeyInfo; typedef
18619 struct KeyInfo { struct
21376 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
23637 KeyInfo keyinfo;
86457 KeyInfo *pKeyInfo;
89118 KeyInfo *pKeyInfo;
89551 KeyInfo *pKeyInfo;
126921 KeyInfo *pKey;
144401 KeyInfo *p = sqlite3DbMallocRawNN(db, sizeof(KeyInfo) + nExtra);
144431 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo *p){
[all …]