Home
last modified time | relevance | path

Searched refs:VISIT (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.cc721 #define VISIT(type) \ in VisitExpr() macro
729 VISIT(AbstractConditionalOperator); in VisitExpr()
730 VISIT(AddrLabelExpr); in VisitExpr()
731 VISIT(ArraySubscriptExpr); in VisitExpr()
732 VISIT(BinaryOperator); in VisitExpr()
733 VISIT(BlockExpr); in VisitExpr()
734 VISIT(CallExpr); in VisitExpr()
735 VISIT(CastExpr); in VisitExpr()
736 VISIT(CharacterLiteral); in VisitExpr()
737 VISIT(ChooseExp in VisitExpr()
786 #undef VISIT VisitExpr() macro
1117 #define VISIT VisitStmt() macro
1148 #undef VISIT VisitStmt() macro
[all...]
/third_party/python/Python/
H A Dsymtable.c1116 /* VISIT, VISIT_SEQ and VIST_SEQ_TAIL take an ASDL type as their second argument.
1130 #define VISIT(ST, TYPE, V) \ macro
1213 VISIT(st, arguments, s->v.FunctionDef.args); in symtable_visit_stmt()
1240 VISIT(st, expr, s->v.Return.value); in symtable_visit_stmt()
1249 VISIT(st, expr, s->v.Assign.value); in symtable_visit_stmt()
1284 VISIT(st, expr, s->v.AnnAssign.target); in symtable_visit_stmt()
1291 VISIT(st, expr, s->v.AnnAssign.value); in symtable_visit_stmt()
1295 VISIT(st, expr, s->v.AugAssign.target); in symtable_visit_stmt()
1296 VISIT(st, expr, s->v.AugAssign.value); in symtable_visit_stmt()
1299 VISIT(s in symtable_visit_stmt()
[all...]
H A Dcompile.c1662 /* VISIT and VISIT_SEQ takes an ASDL type as their second argument. They use
1675 #define VISIT(C, TYPE, V) {\ macro
2169 VISIT(c, expr, st->v.Expr.value); in compiler_body()
2176 VISIT(c, stmt, (stmt_ty)asdl_seq_GET(stmts, i)); in compiler_body()
2323 VISIT(c, expr, (expr_ty)asdl_seq_GET(decos, i)); in compiler_decorators()
2430 VISIT(c, annexpr, annotation); in compiler_visit_argannotation()
2438 VISIT(c, expr, annotation->v.Starred.value); in compiler_visit_argannotation()
2442 VISIT(c, expr, annotation); in compiler_visit_argannotation()
2951 VISIT(c, expr, e->v.Compare.left); in compiler_jump_if()
2953 VISIT( in compiler_jump_if()
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-ast.h17 #define FOR_EACH_REG_EXP_TREE_TYPE(VISIT) \
18 VISIT(Disjunction) \
19 VISIT(Alternative) \
20 VISIT(Assertion) \
21 VISIT(CharacterClass) \
22 VISIT(Atom) \
23 VISIT(Quantifier) \
24 VISIT(Capture) \
25 VISIT(Group) \
26 VISIT(Lookaroun
[all...]
H A Dregexp-nodes.h25 #define FOR_EACH_NODE_TYPE(VISIT) \
26 VISIT(End) \
27 VISIT(Action) \
28 VISIT(Choice) \
29 VISIT(LoopChoice) \
30 VISIT(NegativeLookaroundChoice) \
31 VISIT(BackReference) \
32 VISIT(Assertion) \
33 VISIT(Text)
/third_party/musl/libc-test/src/api/
H A Dsearch.c9 T(VISIT) in f()
20 switch((VISIT)0){ in f()
36 {void(*p)(const void*,void(*)(const void*,VISIT,int)) = twalk;} in f()
/third_party/node/deps/v8/src/heap/
H A Dobjects-visiting.h111 #define VISIT(TypeName) \ macro
113 TYPED_VISITOR_ID_LIST(VISIT)
114 TORQUE_VISITOR_ID_LIST(VISIT)
115 #undef VISIT macro
H A Dobjects-visiting-inl.h99 #define VISIT(TypeName) \ macro
117 TYPED_VISITOR_ID_LIST(VISIT)
118 TORQUE_VISITOR_ID_LIST(VISIT)
119 #undef VISIT macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dtsearch.h31 } VISIT; typedef
46 void twalk(const void *, void (*)(const void *, VISIT, int));
/third_party/musl/src/search/
H A Dtwalk.c4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d) in walk()
19 void twalk(const void *root, void (*action)(const void *, VISIT, int)) in twalk()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
48 void twalk(const void *, void (*)(const void *, VISIT, int));
/third_party/musl/porting/uniproton/kernel/include/
H A Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
48 void twalk(const void *, void (*)(const void *, VISIT, int));
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
48 void twalk(const void *, void (*)(const void *, VISIT, int));
/third_party/musl/include/
H A Dsearch.h14 typedef enum { preorder, postorder, endorder, leaf } VISIT; typedef
48 void twalk(const void *, void (*)(const void *, VISIT, int));
/third_party/alsa-lib/include/
H A Dsearch.h126 VISIT; typedef
145 VISIT __value,
/third_party/musl/libc-test/src/functional/
H A Dsearch_tsearch.c25 static void act(const void *node, VISIT v, int d) in act()
47 static void getparent(const void *node, VISIT v, int d) in getparent()
/third_party/elfutils/libcpu/
H A Di386_parse.y867 nameout (const void *nodep, VISIT value, int level)
1075 print_op_str (const void *nodep, VISIT value,
1091 print_op_str_idx (const void *nodep, VISIT value,
1100 print_op_fct (const void *nodep, VISIT value,
1375 add_mnemonics (const void *nodep, VISIT value,

Completed in 18 milliseconds