OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isIndex
(Results
1 - 2
of
2
) 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
...]
Completed in 42 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026