Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h175 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function
176 bool isConstant() const { return !isIndex(); } in isConstant()
179 assert(isIndex()); in getIndex()
183 assert(isIndex()); in getOffset()
187 assert(isIndex()); in getCleanup()
191 assert(isIndex()); in setCleanup()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c70764 int isIndex, /* True if iRoot is the root of an index b-tree */
70786 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
70794 if( isIndex ){