Home
last modified time | relevance | path

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

/netbsd-src/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) { in getValueState()
243 template <class LatticeKey, class LatticeVal, class KeyInfo>
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState()
257 template <class LatticeKey, class LatticeVal, class KeyInfo>
258 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::MarkBlockExecutable( in MarkBlockExecutable()
266 template <class LatticeKey, class LatticeVal, class KeyInfo>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp421 IdentifierInfo **KeyInfo = reinterpret_cast<IdentifierInfo **>(this + 1); in MultiKeywordSelector() local
423 KeyInfo[i] = IIV[i]; in MultiKeywordSelector()
/netbsd-src/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-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15316 typedef struct KeyInfo KeyInfo; typedef
16211 struct KeyInfo*, /* First argument to compare function */
16457 KeyInfo *pKeyInfo; /* Used when p4type is P4_KEYINFO */
16927 SQLITE_PRIVATE void sqlite3VdbeRecordUnpack(KeyInfo*,int,const void*,UnpackedRecord*);
16930 SQLITE_PRIVATE UnpackedRecord *sqlite3VdbeAllocUnpackedRecord(KeyInfo*);
18557 struct KeyInfo { struct
18609 KeyInfo *pKeyInfo; /* Collation and sort-order information */
21292 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
21293 SQLITE_PRIVATE void sqlite3KeyInfoUnref(KeyInfo*);
21294 SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
[all …]