Home
last modified time | relevance | path

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

/art/tools/jfuzz/
Djfuzz.cc717 bool mayFollow = emitStatementList(); in emitScope() local
724 return mayFollow; in emitScope()
902 bool mayFollow = emitStatementList(); in emitTry() local
906 return mayFollow; in emitTry()
911 bool mayFollow = false; in emitCatch() local
915 mayFollow |= emitStatementList(); in emitCatch()
920 return mayFollow; in emitCatch()
926 bool mayFollow = emitStatementList(); in emitFinally() local
930 return mayFollow; in emitFinally()
944 bool mayFollow = emitTry(); in emitTryCatchFinally() local
[all …]