Searched refs:isIndex (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h171 bool isIndex() const { return (Data & 1) != 0; } function in class:clang::CodeGen::CGBlockInfo::Capture
172 bool isConstant() const { return !isIndex(); }
175 assert(isIndex());
179 assert(isIndex());
183 assert(isIndex());
187 assert(isIndex());
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c12604 Bool isIndex; /* True if an index containing keys only - no data */ member in struct:VdbeCursor
48380 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c65135 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]

Completed in 991 milliseconds