Searched refs:exception_check (Results 1 - 1 of 1) sorted by relevance

/system/tools/aidl/
H A Dgenerate_cpp.cpp323 IfStatement* exception_check = new IfStatement( local
325 b->AddStatement(exception_check);
326 exception_check->OnTrue()->AddLiteral(
464 IfStatement* exception_check = new IfStatement( local
466 b->AddStatement(exception_check);
467 exception_check->OnTrue()->AddLiteral("break");

Completed in 21 milliseconds