Searched refs:VdbeCoverageIf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 18135 # define VdbeCoverageIf(v,x) if(x)sqlite3VdbeSetLineNumber(v,__LINE__) macro 18149 # define VdbeCoverageIf(v,x) macro 113573 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); 113574 testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); 113575 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); 113576 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 113577 testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq); 113578 testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne); 113583 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT); 113584 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT); [all …]
|