HomeSort by relevance Sort by last modified time
    Searched refs:DoNothingVisitor (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
visitor.cpp 25 void DoNothingVisitor::visit(Entity *e) { e->accept(this); }
27 void DoNothingVisitor::visit(Module *m) { m->accept(this); }
29 void DoNothingVisitor::visit(EntryPointDefinition *entry) {
33 void DoNothingVisitor::visit(DebugInfoSection *dinfo) { dinfo->accept(this); }
35 void DoNothingVisitor::visit(AnnotationSection *a) { a->accept(this); }
37 void DoNothingVisitor::visit(GlobalSection *g) { g->accept(this); }
38 void DoNothingVisitor::visit(FunctionDeclaration *fdecl) {
41 void DoNothingVisitor::visit(Block *b) { b->accept(this); }
42 void DoNothingVisitor::visit(FunctionDefinition *fdef) { fdef->accept(this); }
43 void DoNothingVisitor::visit(Instruction *inst) { inst->accept(this);
    [all...]
visitor.h 59 class DoNothingVisitor : public IVisitor {
61 virtual ~DoNothingVisitor() {}
79 template <typename T> class InstructionVisitor : public DoNothingVisitor {
test_utils.h 25 template <typename T> class EntityCounter : public DoNothingVisitor {
transformer.h 33 class Transformer : public Pass, public DoNothingVisitor {
55 DoNothingVisitor::visit(fdef);
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 330 class StorageClassVisitor : public DoNothingVisitor {
  /frameworks/rs/rsov/driver/
rsovScript.cpp 669 class ExtractRSoVMD : public android::spirit::DoNothingVisitor {

Completed in 94 milliseconds