Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.h171 bool isIndex() const { return (Data & 1) != 0; } in isIndex() function
172 bool isConstant() const { return !isIndex(); } in isConstant()
175 assert(isIndex()); in getIndex()
179 assert(isIndex()); in getOffset()
183 assert(isIndex()); in getCleanup()
187 assert(isIndex()); in setCleanup()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c70365 int isIndex, /* True if iRoot is the root of an index b-tree */
70387 if( isIndex && (!pSchema || (pSchema->schemaFlags&DB_SchemaLoaded)==0) ){
70395 if( isIndex ){