Searched defs:VISIT (Results 1 – 14 of 14) sorted by relevance
| /third_party/musl/src/search/ |
| D | twalk.c | 4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d) in walk() argument 19 void twalk(const void *root, void (*action)(const void *, VISIT, int)) in twalk() argument
|
| /third_party/node/deps/v8/src/heap/ |
| D | objects-visiting.h | 111 #define VISIT(TypeName) \ in TORQUE_VISITOR_ID_LIST() macro
|
| D | objects-visiting-inl.h | 99 #define VISIT(TypeName) \ macro 118 TORQUE_VISITOR_ID_LIST(VISIT) in TORQUE_VISITOR_ID_LIST() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| D | tsearch.h | 31 } VISIT; typedef
|
| /third_party/musl/include/ |
| D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | search.h | 14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
|
| /third_party/alsa-lib/include/ |
| D | search.h | 126 VISIT; typedef
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-ast.h | 17 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument
|
| D | regexp-nodes.h | 25 #define FOR_EACH_NODE_TYPE(VISIT) \ argument
|
| /third_party/node/deps/v8/tools/gcmole/ |
| D | gcmole.cc | 721 #define VISIT(type) \ in VisitExpr() macro 1117 #define VISIT(type) \ in VisitStmt() macro
|
| /third_party/python/Python/ |
| D | symtable.c | 1130 #define VISIT(ST, TYPE, V) \ macro
|
| D | compile.c | 1675 #define VISIT(C, TYPE, V) {\ macro
|