Home
last modified time | relevance | path

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

/third_party/musl/src/search/
Dtwalk.c4 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/
Dobjects-visiting.h111 #define VISIT(TypeName) \ in TORQUE_VISITOR_ID_LIST() macro
Dobjects-visiting-inl.h99 #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/
Dtsearch.h31 } VISIT; typedef
/third_party/musl/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
/third_party/alsa-lib/include/
Dsearch.h126 VISIT; typedef
/third_party/node/deps/v8/src/regexp/
Dregexp-ast.h17 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \ argument
Dregexp-nodes.h25 #define FOR_EACH_NODE_TYPE(VISIT) \ argument
/third_party/node/deps/v8/tools/gcmole/
Dgcmole.cc721 #define VISIT(type) \ in VisitExpr() macro
1117 #define VISIT(type) \ in VisitStmt() macro
/third_party/python/Python/
Dsymtable.c1130 #define VISIT(ST, TYPE, V) \ macro
Dcompile.c1675 #define VISIT(C, TYPE, V) {\ macro