Searched refs:isOr (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp127 bool isOrExpr() const { return isOr; }
155 bool isOr; member in class:__anon26317::XorOpnd
216 isOr = (I->getOpcode() == Instruction::Or);
224 isOr = true;
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c955 signed char isOr; /* this term is preceded by "OR" */ member in struct:QueryTerm
994 int nextIsOr; /* Set the isOr flag on the next inserted term */
2635 t->isOr = q->nextIsOr;
2807 while( iNext<pQuery->nTerms && aTerm[iNext].isOr ){
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c1874 signed char isOr; /* this term is preceded by "OR" */ member in struct:QueryTerm
1914 int nextIsOr; /* Set the isOr flag on the next inserted term */
3682 t->isOr = q->nextIsOr;
3898 while( iNext<pQuery->nTerms && aTerm[iNext].isOr ){
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 447 milliseconds