Home | History | Annotate | Download | only in src

Lines Matching full:testcontext

146   class TestContext;
332 void DoTest(const TestContext* context);
396 TestContext context(this, expr, if_true, if_false, fall_through);
682 // implementation will bind both labels unless it's a TestContext, which
764 class TestContext : public ExpressionContext {
766 TestContext(FullCodeGenerator* codegen,
777 static const TestContext* cast(const ExpressionContext* context) {
779 return reinterpret_cast<const TestContext*>(context);