Home
last modified time | relevance | path

Searched defs:VISIT (Results 1 – 14 of 14) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dprinter.h32 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
Dtype_check.h38 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
Dcodegen_llvm.h64 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
Dnode.h621 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n) = 0; macro
/external/v8/src/heap/
Dobjects-visiting-inl.h77 #define VISIT(type) \ macro
94 TYPED_VISITOR_ID_LIST(VISIT) in TYPED_VISITOR_ID_LIST() argument
Dobjects-visiting.h99 #define VISIT(type) V8_INLINE ResultType Visit##type(Map* map, type* object); macro
/external/v8/tools/gcmole/
Dgcmole.cc559 #define VISIT(type) \ in VisitExpr() macro
887 #define VISIT(type) \ in VisitStmt() macro
/external/v8/src/regexp/
Dregexp-ast.h18 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument
Djsregexp.h328 #define FOR_EACH_NODE_TYPE(VISIT) \ argument
/external/python/cpython2/Python/
Dsymtable.c952 #define VISIT(ST, TYPE, V) \ macro
Dcompile.c1111 #define VISIT(C, TYPE, V) {\ macro
/external/python/cpython3/Python/
Dsymtable.c1053 #define VISIT(ST, TYPE, V) \ macro
Dcompile.c1328 #define VISIT(C, TYPE, V) {\ macro
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DGeneratedMessageLite.java239 VISIT, enumConstant