Home | History | Annotate | Download | only in src

Lines Matching defs:TestContext

129   class TestContext;
315 void DoTest(const TestContext* context);
386 TestContext context(this, expr, if_true, if_false, fall_through);
677 // implementation will bind both labels unless it's a TestContext, which
759 class TestContext : public ExpressionContext {
761 TestContext(FullCodeGenerator* codegen,
772 static const TestContext* cast(const ExpressionContext* context) {
774 return reinterpret_cast<const TestContext*>(context);