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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSparsePropagation.h33 class KeyInfo = LatticeKeyInfo<LatticeKey>>
110 template <class LatticeKey, class LatticeVal, class KeyInfo>
226 template <class LatticeKey, class LatticeVal, class KeyInfo>
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) {
243 template <class LatticeKey, class LatticeVal, class KeyInfo>
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key,
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key))
257 template <class LatticeKey, class LatticeVal, class KeyInfo>
258 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable(
266 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp385 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); local
387 KeyInfo[i] = IIV[i];
/freebsd-13-stable/sys/dev/mwl/
H A Dmwlreg.h1106 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member in struct:__anon13495
H A Dmwlhal.c1195 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
1241 pCmd->KeyParam.KeyInfo = htole32(kv->keyFlags);
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c14796 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
15357 struct KeyInfo*, /* First argument to compare function */
15591 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
15655 #define P4_KEYINFO (-9) /* P4 is a pointer to a KeyInfo structure */
16041 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16044 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
17854 struct KeyInfo { struct
17855 u32 nRef; /* Number of references to this KeyInfo object */
17865 ** Allowed bit values for entries in the KeyInfo
[all...]

Completed in 542 milliseconds