HomeSort by relevance Sort by last modified time
    Searched refs:DISPATCH (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 37 #define DISPATCH(NAME, CLASS) \
42 // If we have a binary expr, dispatch to the subcode of the binop. A smart
47 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator);
48 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator);
49 case BO_Mul: DISPATCH(BinMul, BinaryOperator);
50 case BO_Div: DISPATCH(BinDiv, BinaryOperator);
51 case BO_Rem: DISPATCH(BinRem, BinaryOperator);
52 case BO_Add: DISPATCH(BinAdd, BinaryOperator);
53 case BO_Sub: DISPATCH(BinSub, BinaryOperator);
54 case BO_Shl: DISPATCH(BinShl, BinaryOperator)
    [all...]
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH

Completed in 476 milliseconds

1 2 3 4