Home
last modified time | relevance | path

Searched refs:ByteCodeStmtGen (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp28 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {} in LabelScope()
30 ByteCodeStmtGen<Emitter> *Ctx;
36 using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;
39 LoopScope(ByteCodeStmtGen<Emitter> *Ctx, LabelTy BreakLabel, in LoopScope()
60 using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;
62 using CaseMap = typename ByteCodeStmtGen<Emitter>::CaseMap;
90 bool ByteCodeStmtGen<Emitter>::emitLambdaStaticInvokerBody( in emitLambdaStaticInvokerBody()
245 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { in visitStmt()
293 bool ByteCodeStmtGen<Emitter>::visitLoopBody(const Stmt *S) { in visitLoopBody()
308 bool ByteCodeStmtGen<Emitter>::visitCompoundStmt( in visitCompoundStmt()
[all …]
H A DByteCodeStmtGen.h31 class ByteCodeStmtGen final : public ByteCodeExprGen<Emitter> {
39 ByteCodeStmtGen(Tys&&... Args) in ByteCodeStmtGen() function
H A DContext.cpp34 Func = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD); in isPotentialConstantExpr()
281 if (auto F = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) in getOrCreateFunction()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile97 SRCS_MIN+= AST/Interp/ByteCodeStmtGen.cpp