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

/freebsd-13-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-13-stable/contrib/sqlite3/
H A Dsqlite3.c65135 hasSharedCacheTableLock( Btree *pBtree, Pgno iRoot, int isIndex, int eLockType ) argument
[all...]

Completed in 518 milliseconds