Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h35 class KeyInfo = LatticeKeyInfo<LatticeKey>>
111 template <class LatticeKey, class LatticeVal, class KeyInfo>
227 template <class LatticeKey, class LatticeVal, class KeyInfo>
229 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 template <class LatticeKey, class LatticeVal, class KeyInfo>
245 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
254 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
258 template <class LatticeKey, class LatticeVal, class KeyInfo>
259 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
267 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h929 const IdentifierInfo **KeyInfo = in MultiKeywordSelector() local
932 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/freebsd/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/contrib/sqlite3/
H A Dsqlite3.c16370 typedef struct KeyInfo KeyInfo; typedef
17282 struct KeyInfo*, /* First argument to compare function */
17547 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
18031 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
19660 struct KeyInfo { struct
19673 #define SZ_KEYINFO(N) (offsetof(KeyInfo,aColl) + (N)*sizeof(CollSeq*))
19677 # define SZ_KEYINFO_0 offsetof(KeyInfo,aColl)
19679 # define SZ_KEYINFO_0 sizeof(KeyInfo)
19723 KeyInfo *pKeyInfo; /* Comparison info for the index that is unpacked */
22497 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
[all …]