HomeSort by relevance Sort by last modified time
    Searched defs:DISPATCH (Results 126 - 131 of 131) sorted by null

1 2 3 4 56

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 242 /// \brief Recursively visit a template name and dispatch to the
248 /// \brief Recursively visit a template argument and dispatch to the
255 /// \brief Recursively visit a template argument location and dispatch to the
548 // If we have a binary expr, dispatch to the subcode of the binop. A smart
581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt.
665 #define DISPATCH(NAME, CLASS, VAR) \
677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 242 /// \brief Recursively visit a template name and dispatch to the
248 /// \brief Recursively visit a template argument and dispatch to the
255 /// \brief Recursively visit a template argument location and dispatch to the
548 // If we have a binary expr, dispatch to the subcode of the binop. A smart
581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt.
665 #define DISPATCH(NAME, CLASS, VAR) \
677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 242 /// \brief Recursively visit a template name and dispatch to the
248 /// \brief Recursively visit a template argument and dispatch to the
255 /// \brief Recursively visit a template argument location and dispatch to the
548 // If we have a binary expr, dispatch to the subcode of the binop. A smart
581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt.
665 #define DISPATCH(NAME, CLASS, VAR) \
677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 242 /// \brief Recursively visit a template name and dispatch to the
248 /// \brief Recursively visit a template argument and dispatch to the
255 /// \brief Recursively visit a template argument location and dispatch to the
548 // If we have a binary expr, dispatch to the subcode of the binop. A smart
581 // Top switch stmt: dispatch to TraverseFooStmt for each concrete FooStmt.
665 #define DISPATCH(NAME, CLASS, VAR) \
677 DISPATCH(CLASS##Type, CLASS##Type, const_cast<Type *>(T.getTypePtr()));
    [all...]
  /external/python/cpython2/Python/
ceval.c 736 #define DISPATCH() \
780 #define DISPATCH() continue
832 inst0 -- beginning of switch statement for opcode dispatch
    [all...]
  /external/python/cpython3/Python/
ceval.c 818 #define DISPATCH() \
852 #define DISPATCH() continue
    [all...]

Completed in 525 milliseconds

1 2 3 4 56