Searched defs:VISIT (Results 1 – 14 of 14) sorted by relevance
/external/bcc/src/cc/frontends/b/ |
D | printer.h | 32 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
|
D | type_check.h | 38 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
|
D | codegen_llvm.h | 64 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n); macro
|
D | node.h | 621 #define VISIT(type, func) virtual STATUS_RETURN visit_##func(type* n) = 0; macro
|
/external/v8/src/heap/ |
D | objects-visiting-inl.h | 77 #define VISIT(type) \ macro 94 TYPED_VISITOR_ID_LIST(VISIT) in TYPED_VISITOR_ID_LIST() argument
|
D | objects-visiting.h | 99 #define VISIT(type) V8_INLINE ResultType Visit##type(Map* map, type* object); macro
|
/external/v8/tools/gcmole/ |
D | gcmole.cc | 559 #define VISIT(type) \ in VisitExpr() macro 887 #define VISIT(type) \ in VisitStmt() macro
|
/external/v8/src/regexp/ |
D | regexp-ast.h | 18 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument
|
D | jsregexp.h | 328 #define FOR_EACH_NODE_TYPE(VISIT) \ argument
|
/external/python/cpython2/Python/ |
D | symtable.c | 952 #define VISIT(ST, TYPE, V) \ macro
|
D | compile.c | 1111 #define VISIT(C, TYPE, V) {\ macro
|
/external/python/cpython3/Python/ |
D | symtable.c | 1053 #define VISIT(ST, TYPE, V) \ macro
|
D | compile.c | 1328 #define VISIT(C, TYPE, V) {\ macro
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 239 VISIT, enumConstant
|