HomeSort by: relevance | last modified time | path
    Searched refs:ByteCodeStmtGen (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeStmtGen.cpp 1 //===--- ByteCodeStmtGen.cpp - Code generator for expressions ---*- C++ -*-===//
9 #include "ByteCodeStmtGen.h"
31 LabelScope(ByteCodeStmtGen<Emitter> *Ctx) : Ctx(Ctx) {}
32 /// ByteCodeStmtGen instance.
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,
63 using LabelTy = typename ByteCodeStmtGen<Emitter>::LabelTy;
64 using OptLabelTy = typename ByteCodeStmtGen<Emitter>::OptLabelTy
    [all...]
ByteCodeStmtGen.h 1 //===--- ByteCodeStmtGen.h - Code generator for expressions -----*- C++ -*-===//
40 class ByteCodeStmtGen : public ByteCodeExprGen<Emitter> {
48 ByteCodeStmtGen(Tys&&... Args)
Context.cpp 12 #include "ByteCodeStmtGen.h"
32 if (auto R = ByteCodeStmtGen<ByteCodeEmitter>(*this, *P).compileFunc(FD)) {
Program.cpp 10 #include "ByteCodeStmtGen.h"
201 return ByteCodeStmtGen<ByteCodeEmitter>(Ctx, *this).compileFunc(FD);
  /src/external/apache2/llvm/lib/libclangAST/
Makefile 92 ByteCodeStmtGen.cpp \

Completed in 34 milliseconds