Home
last modified time | relevance | path

Searched refs:OP_Not (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dops.h25 double OP_Not (double op1, double op2);
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h45 #define OP_Not 44 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h45 #define OP_Not 44 macro
H A Dexpr.c1030 case TK_NOT: op = OP_Not; break; in sqliteExprCode()
H A Dvdbe.c1700 case OP_Not: { in sqliteVdbeExec()
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dsmiley.h523 OP_Not = 1, enumerator
759 case OP_Not: in operation()
1925 m_callback.operation(OP_Not); in parseAtomExpr()
1927 parsedOp = OP_Not; in parseAtomExpr()
2070 case OP_Not: in parseAtomExpr()
2336 m_callback.operation(OP_Not); in parseBond()
2337 parsedOp = OP_Not; in parseBond()
2349 case OP_Not: in parseBond()
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dops.c28 OP_Not (double op1, double op2) in OP_Not() function
H A Dexp.c42 {"!", OP_Not, 1},
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h52 #define OP_Not 19 /* same as TK_NOT */ macro
H A Dsqlite3.c8085 #define OP_Not 19 /* same as TK_NOT */ macro
55350 case OP_Not: { /* same as TK_NOT, in1, out2 */
64297 assert( TK_NOT==OP_Not );
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1030 case TK_NOT: op = OP_Not; break; in sqliteExprCode()
H A Dvdbe.c1700 case OP_Not: { in sqliteVdbeExec()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcompiler.cpp1984 pushInstruction(QScriptInstruction::OP_Not); in iNot()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c2491 assert( TK_NOT==OP_Not ); in sqlite3ExprCodeTarget()
H A Dvdbe.c1981 case OP_Not: { /* same as TK_NOT, in1, out2 */ in sqlite3VdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c3653 assert( TK_NOT==OP_Not ); testcase( op==TK_NOT ); in sqlite3ExprCodeTarget()
H A Dvdbe.c2197 case OP_Not: { /* same as TK_NOT, in1, out2 */ in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c4040 assert( TK_NOT==OP_Not ); testcase( op==TK_NOT ); in sqlite3ExprCodeTarget()
H A Dvdbe.c2403 case OP_Not: { /* same as TK_NOT, in1, out2 */ in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c4120 assert( TK_NOT==OP_Not ); testcase( op==TK_NOT ); in sqlite3ExprCodeTarget()
H A Dvdbe.c2393 case OP_Not: { /* same as TK_NOT, in1, out2 */ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c4090 assert( TK_NOT==OP_Not ); testcase( op==TK_NOT ); in sqlite3ExprCodeTarget()
H A Dvdbe.c2406 case OP_Not: { /* same as TK_NOT, in1, out2 */ in sqlite3VdbeExec()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7283 #define OP_Not 19 /* same as TK_NOT */ macro
54101 case OP_Not: { /* same as TK_NOT, in1, out2 */
62777 assert( TK_NOT==OP_Not );
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c7061 #define OP_Not 19 /* same as TK_NOT */ macro
51397 case OP_Not: { /* same as TK_NOT, in1 */
59300 assert( TK_NOT==OP_Not );

12345678