Searched refs:KeyInfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | SparsePropagation.h | 35 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) { in getValueState() 245 template <class LatticeKey, class LatticeVal, class KeyInfo> 246 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState() 255 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() 259 template <class LatticeKey, class LatticeVal, class KeyInfo> 260 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable() 268 template <class LatticeKey, class LatticeVal, class KeyInfo> [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | IdentifierTable.h | 921 const IdentifierInfo **KeyInfo = in MultiKeywordSelector() local 924 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
|
/freebsd/sys/dev/mwl/ |
H A D | mwlreg.h | 1104 uint32_t KeyInfo; // key flags (ENCR_KEY_FLAG_XXX_ member
|
H A D | mwlhal.c | 1193 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 D | sqlite3.c | 15362 typedef struct KeyInfo KeyInfo; typedef 16257 struct KeyInfo*, /* First argument to compare function */ 16504 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */ 16975 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*); 16978 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*); 18619 struct KeyInfo { struct 18671 KeyInfo *pKeyInfo; /* Collation and sort-order information */ 21374 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int); 21375 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*); 21376 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*); [all …]
|