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

  /external/llvm/include/llvm/Support/
InstVisitor.h 27 #define DELEGATE(CLASS_TO_VISIT) \
154 RetTy visit##OPCODE(CLASS &I) { DELEGATE(CLASS); }
160 RetTy visitReturnInst(ReturnInst &I) { DELEGATE(TerminatorInst);}
161 RetTy visitBranchInst(BranchInst &I) { DELEGATE(TerminatorInst);}
162 RetTy visitSwitchInst(SwitchInst &I) { DELEGATE(TerminatorInst);}
163 RetTy visitIndirectBrInst(IndirectBrInst &I) { DELEGATE(TerminatorInst);}
164 RetTy visitInvokeInst(InvokeInst &I) { DELEGATE(TerminatorInst);}
165 RetTy visitUnwindInst(UnwindInst &I) { DELEGATE(TerminatorInst);}
166 RetTy visitUnreachableInst(UnreachableInst &I) { DELEGATE(TerminatorInst);}
167 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);
    [all...]
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Script.cpp 592 #define DELEGATE(STATUS) \
598 DELEGATE(Cached);
601 DELEGATE(Compiled);
602 #undef DELEGATE
625 #define DELEGATE(STATUS) \
631 DELEGATE(Cached);
634 DELEGATE(Compiled);
635 #undef DELEGATE
660 #define DELEGATE(STATUS) \
666 DELEGATE(Cached)
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 857 next if $stripEditingCallbacks && $_ =~ /^EDITING DELEGATE:/;
    [all...]

Completed in 50 milliseconds