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

/freebsd-current/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>
230 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) {
245 template <class LatticeKey, class LatticeVal, class KeyInfo>
246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key,
255 if (Value *V = KeyInfo::getValueFromLatticeKey(Key))
259 template <class LatticeKey, class LatticeVal, class KeyInfo>
260 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
268 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h896 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); local
898 KeyInfo[i] = IIV[i];
/freebsd-current/sys/dev/mwl/
H A Dmwlreg.h1104 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member in struct:__anon3660
H A Dmwlhal.c1193 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
1239 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c15362 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
16257 struct KeyInfo*, /* First argument to compare function */
16504 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
16566 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */
16975 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16978 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
18619 struct KeyInfo { struct
18620 u32 nRef; /* Number of references to this KeyInfo object */
18630 ** Allowed bit values for entries in the KeyInfo
[all...]

Completed in 414 milliseconds