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

/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp421 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); local
423 KeyInfo[i] = IIV[i];
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h3577 template <typename MemberTy, typename KeyInfo = DenseMapInfo<MemberTy>>
3579 using SetTy = DenseSet<MemberTy, KeyInfo>;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15316 typedef struct KeyInfo KeyInfo; typedef in typeref:struct:KeyInfo
16211 struct KeyInfo*, /* First argument to compare function */
16457 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
16519 #define P4_KEYINFO (-8) /* P4 is a pointer to a KeyInfo structure */
16927 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16930 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
18557 struct KeyInfo { struct
18558 u32 nRef; /* Number of references to this KeyInfo object */
18568 ** Allowed bit values for entries in the KeyInfo
[all...]

Completed in 523 milliseconds