Searched refs:ByteCodeStmtGen (Results 1 – 5 of 5) sorted by relevance
31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope()33 ByteCodeStmtGen<Emitter> *Ctx;39 using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;40 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy;42 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope()63 using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;65 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap;113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { in visitStmt()134 bool ByteCodeStmtGen<Emitter>::visitCompoundStmt( in visitCompoundStmt()189 bool ByteCodeStmtGen<Emitter>::visitIfStmt(const IfStmt *IS) { in visitIfStmt()[all …]
40 class ByteCodeStmtGen : public ByteCodeExprGen<Emitter> {48 ByteCodeStmtGen(Tys&&... Args) in ByteCodeStmtGen() function
32 if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) { in isPotentialConstantExpr()
201 return ByteCodeStmtGen<ByteCodeEmitter>(Ctx, *this).compileFunc(FD); in getOrCreateFunction()
93 SRCS_MIN+= AST/Interp/ByteCodeStmtGen.cpp