HomeSort by: relevance | last modified time | path
    Searched refs:isIndex (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.h 171 bool isIndex() const { return (Data & 1) != 0; }
172 bool isConstant() const { return !isIndex(); }
175 assert(isIndex());
179 assert(isIndex());
183 assert(isIndex());
187 assert(isIndex());
  /src/external/public-domain/sqlite/dist/
shell.c 21850 "WITH dbschema(rootpage, name, sql, tbl, isVirtual, isIndex) AS ("
21859 " WHERE tbl OR isIndex"
25664 int isIndex;
25685 isIndex = sqlite3_strlike("CREATE INDEX%", zSql, 0)==0
25728 && nParen==0 && isIndex
    [all...]
sqlite3.c     [all...]

Completed in 82 milliseconds