Home
last modified time | relevance | path

Searched defs:new_statements (Results 1 – 2 of 2) sorted by relevance

/dports/net/rssguard/rssguard-4.0.4/src/librssguard/database/
H A Ddatabasedriver.cpp21 QStringList new_statements = sql_script.split(QSL(APP_DB_COMMENT_SPLIT), in prepareScript() local
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dpatch.rs12 new_statements: Vec<(Location, StatementKind<'tcx>)>, field
139 let mut new_statements = self.new_statements; in apply() localVariable