Home | History | Annotate | Download | only in aidl

Lines Matching defs:fallthrough

268     IfStatement* fallthrough = new IfStatement();
269 fallthrough->statements = new StatementBlock;
270 fallthrough->statements->Add(new ReturnStatement(
275 this->dispatchIfStatement->elseif = fallthrough;