Home
last modified time | relevance | path

Searched refs:RECURSE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dtyping.cc29 #define RECURSE(call) \ macro
43 RECURSE(visitor->VisitVariableDeclaration(scope->function())); in Run()
45 RECURSE(visitor->VisitDeclarations(scope->declarations())); in Run()
46 RECURSE(visitor->VisitStatements(info->function()->body())); in Run()
49 #undef RECURSE
120 #define RECURSE(call) \ macro
131 RECURSE(Visit(stmt)); in VisitStatements()
138 RECURSE(VisitStatements(stmt->statements())); in VisitBlock()
146 RECURSE(Visit(stmt->expression())); in VisitExpressionStatement()
161 RECURSE(Visit(stmt->condition())); in VisitIfStatement()
[all …]
/external/llvm/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;