Searched defs:VISIT (Results 1 – 12 of 12) 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.h | 98 #define VISIT(TypeName) \ in TORQUE_VISITOR_ID_LIST() macro
|
| D | objects-visiting-inl.h | 80 #define VISIT(TypeName) \ macro 99 TORQUE_VISITOR_ID_LIST(VISIT) in TORQUE_VISITOR_ID_LIST() argument
|
| /external/v8/src/regexp/ |
| D | regexp-ast.h | 19 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument
|
| D | regexp-nodes.h | 25 #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 | 1118 #define VISIT(ST, TYPE, V) \ macro
|
| D | compile.c | 1517 #define VISIT(C, TYPE, V) {\ macro
|