OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISPATCH
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtVisitor.h
39
#define
DISPATCH
(NAME, CLASS) \
44
// If we have a binary expr,
dispatch
to the subcode of the binop. A smart
49
case BO_PtrMemD:
DISPATCH
(BinPtrMemD, BinaryOperator);
50
case BO_PtrMemI:
DISPATCH
(BinPtrMemI, BinaryOperator);
51
case BO_Mul:
DISPATCH
(BinMul, BinaryOperator);
52
case BO_Div:
DISPATCH
(BinDiv, BinaryOperator);
53
case BO_Rem:
DISPATCH
(BinRem, BinaryOperator);
54
case BO_Add:
DISPATCH
(BinAdd, BinaryOperator);
55
case BO_Sub:
DISPATCH
(BinSub, BinaryOperator);
56
case BO_Shl:
DISPATCH
(BinShl, BinaryOperator)
[
all
...]
TemplateArgumentVisitor.h
28
#define
DISPATCH
(NAME) \
35
DISPATCH
(Null);
36
DISPATCH
(Type);
37
DISPATCH
(Declaration);
38
DISPATCH
(NullPtr);
39
DISPATCH
(Integral);
40
DISPATCH
(Template);
41
DISPATCH
(TemplateExpansion);
42
DISPATCH
(Expression);
43
DISPATCH
(Pack)
[
all
...]
TypeLocVisitor.h
20
#define
DISPATCH
(CLASSNAME) \
31
case TypeLoc::CLASS:
DISPATCH
(CLASS##TypeLoc);
41
case TypeLoc::CLASS:
DISPATCH
(CLASS##TypeLoc);
49
DISPATCH
(PARENT); \
56
#undef
DISPATCH
TypeVisitor.h
20
#define
DISPATCH
(CLASS) \
69
// Top switch stmt:
dispatch
to VisitFooType for each FooType.
72
#define TYPE(CLASS, PARENT) case Type::CLASS:
DISPATCH
(CLASS##Type);
81
DISPATCH
(PARENT); \
90
#undef
DISPATCH
AttrVisitor.h
28
#define
DISPATCH
(NAME) \
36
DISPATCH
(NAME##Attr);
45
RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) {
DISPATCH
(Attr); }
51
#undef
DISPATCH
DeclVisitor.h
34
#define
DISPATCH
(NAME, CLASS) \
40
case Decl::DERIVED:
DISPATCH
(DERIVED##Decl, DERIVED##Decl);
50
RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) {
DISPATCH
(BASE, BASE); }
56
#undef
DISPATCH
CommentVisitor.h
23
#define
DISPATCH
(NAME, CLASS) \
35
case Comment::CLASS##Kind:
DISPATCH
(CLASS, CLASS);
46
RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) {
DISPATCH
(PARENT, PARENT); }
54
#undef
DISPATCH
OpenMPClause.h
7655
/// #pragma omp
dispatch
novariants(a > 5)
7657
/// In this example directive '#pragma omp
dispatch
' has simple 'novariants'
7726
/// #pragma omp
dispatch
nocontext(a > 5)
7728
/// In this example directive '#pragma omp
dispatch
' has simple 'nocontext'
8305
#define
DISPATCH
(CLASS) \
8310
RetTy Visit##Class(PTR(Class) S) {
DISPATCH
(Class); }
8329
#undef
DISPATCH
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValVisitor.h
30
#define
DISPATCH
(NAME, CLASS) \
34
//
Dispatch
to VisitFooVal for each FooVal.
37
#define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind:
DISPATCH
(Id, Id);
42
case loc::Id ## Kind:
DISPATCH
(Loc ## Id, loc :: Id);
49
case nonloc::Id ## Kind:
DISPATCH
(NonLoc ## Id, nonloc :: Id);
58
RetTy Visit ## Id(Id V) {
DISPATCH
(Parent, Id); }
62
RetTy VisitLoc ## Id(loc::Id V) {
DISPATCH
(Parent, Parent); }
64
RetTy VisitNonLoc ## Id(nonloc::Id V) {
DISPATCH
(Parent, Parent); }
70
#undef
DISPATCH
78
#define
DISPATCH
(CLASS)
[
all
...]
/src/external/bsd/ipf/dist/
mln_rule.c
53
DISPATCH
(lkmtp, cmd, ver, ipfruleaction, ipfruleaction, ipfruleaction);
/src/sys/arch/luna68k/dev/xplx/
xplx.asm
434
XPBUS_PRT0_TIMER:: ; PRT0 TIMER TLDR (devices
dispatch
)
833
; ここから呼び出される
DISPATCH
ルーチンは、
Completed in 71 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026