Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c17009 # define VdbeCoverageIf(v,x) if(x)sqlite3VdbeSetLineNumber(v,__LINE__) macro
17023 # define VdbeCoverageIf(v,x) macro
109134 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt);
109135 testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le);
109136 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt);
109137 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
109138 testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq);
109139 testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne);
109144 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT);
109145 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT);
[all …]