Home
last modified time | relevance | path

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

/sqlite-3.40.0/tool/
H A Dlemon.c3853 char lhsdirect; /* True if LHS writes directly into stack */ in translate_code() local
3873 lhsdirect = 1; in translate_code()
3877 lhsdirect = 1; in translate_code()
3887 lhsdirect = 1; in translate_code()
3891 lhsdirect = 1; in translate_code()
3908 lhsdirect = 1; in translate_code()
3910 lhsdirect = 0; in translate_code()
3913 if( lhsdirect ){ in translate_code()
4023 if( lhsdirect==0 ){ in translate_code()