Searched refs:VdbeCoverageIf (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 17492 # define VdbeCoverageIf(v,x) if(x)sqlite3VdbeSetLineNumber(v,__LINE__) macro 17506 # define VdbeCoverageIf(v,x) macro 111095 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); 111096 testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); 111097 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); 111098 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 111099 testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq); 111100 testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne); 111105 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT); 111106 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT); [all …]
|