Searched refs:DISPATCH (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtVisitor.h | 40 #define DISPATCH(NAME, CLASS) \ macro 50 case BO_PtrMemD: DISPATCH(BinPtrMemD, BinaryOperator); in Visit() 51 case BO_PtrMemI: DISPATCH(BinPtrMemI, BinaryOperator); in Visit() 52 case BO_Mul: DISPATCH(BinMul, BinaryOperator); in Visit() 53 case BO_Div: DISPATCH(BinDiv, BinaryOperator); in Visit() 54 case BO_Rem: DISPATCH(BinRem, BinaryOperator); in Visit() 55 case BO_Add: DISPATCH(BinAdd, BinaryOperator); in Visit() 56 case BO_Sub: DISPATCH(BinSub, BinaryOperator); in Visit() 57 case BO_Shl: DISPATCH(BinShl, BinaryOperator); in Visit() 58 case BO_Shr: DISPATCH(BinShr, BinaryOperator); in Visit() [all …]
|
| H A D | TypeLocVisitor.h | 20 #define DISPATCH(CLASSNAME) \ macro 31 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 41 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc); in Visit() 49 DISPATCH(PARENT); \ 56 #undef DISPATCH
|
| H A D | TypeVisitor.h | 20 #define DISPATCH(CLASS) \ macro 72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() 81 DISPATCH(PARENT); \ 90 #undef DISPATCH
|
| H A D | AttrVisitor.h | 28 #define DISPATCH(NAME) \ macro 36 DISPATCH(NAME##Attr); in Visit() 45 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); } 51 #undef DISPATCH
|
| H A D | DeclVisitor.h | 34 #define DISPATCH(NAME, CLASS) \ macro 40 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl); in Visit() 50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); } 56 #undef DISPATCH
|
| H A D | OpenMPClause.h | 8849 #define DISPATCH(CLASS) \ macro 8854 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); } 8873 #undef DISPATCH
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MCA/Stages/ |
| H A D | InOrderIssueStage.h | 31 DISPATCH, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InOrderIssueStage.cpp | 125 SI.update(IR, /* delay */ 1, StallInfo::StallKind::DISPATCH); in canExecute() 382 case StallInfo::StallKind::DISPATCH: { in notifyStallEvent()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangeConstraintManager.cpp | 1987 #define DISPATCH(CLASS) return assign##CLASS##Impl(cast<CLASS>(Sym), Constraint) macro 2001 DISPATCH(Id); in assignImpl() 2033 DISPATCH(Parent); \ 2046 #undef DISPATCH
|
| /freebsd/crypto/openssl/doc/designs/quic-design/ |
| H A D | glossary.md | 52 **DISPATCH:** Refers to the QUIC-specific dispatch code in `ssl_lib.c`. This
|
| /freebsd/crypto/openssl/doc/designs/quic-design/images/ |
| H A D | quic-concurrency-models.svg | 1 …DISPATCH" transform="translate(941.587 100.772) scale(.95973)" clip-path="url(#r)"/><path d="M922 …
|