Searched refs:VdbeCoverageIf (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 18114 # define VdbeCoverageIf(v,x) if(x)sqlite3VdbeSetLineNumber(v,__LINE__) macro 18128 # define VdbeCoverageIf(v,x) macro 113397 testcase(op==OP_Lt); VdbeCoverageIf(v,op==OP_Lt); 113398 testcase(op==OP_Le); VdbeCoverageIf(v,op==OP_Le); 113399 testcase(op==OP_Gt); VdbeCoverageIf(v,op==OP_Gt); 113400 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); 113401 testcase(op==OP_Eq); VdbeCoverageIf(v,op==OP_Eq); 113402 testcase(op==OP_Ne); VdbeCoverageIf(v,op==OP_Ne); 113407 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT); 113408 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT); [all …]
|