Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast-traversal-visitor.h75 #define RECURSE(call) \ macro
109 RECURSE(Visit(decl)); in VisitDeclarations()
118 RECURSE(Visit(stmt)); in VisitStatements()
133 RECURSE(Visit(decl->fun())); in VisitFunctionDeclaration()
142 RECURSE(VisitStatements(stmt->statements())); in VisitBlock()
149 RECURSE(Visit(stmt->expression())); in VisitExpressionStatement()
159 RECURSE(Visit(stmt->statement())); in VisitSloppyBlockFunctionStatement()
165 RECURSE(Visit(stmt->condition())); in VisitIfStatement()
166 RECURSE(Visit(stmt->then_statement())); in VisitIfStatement()
167 RECURSE(Visit(stmt->else_statement())); in VisitIfStatement()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;
/external/swiftshader/third_party/LLVM/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;
/external/llvm/test/TableGen/
Dsubst2.td5 // CHECK: RECURSE foo
12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>;
16 def Trouble : Text<"RECURSE NORECURSE">;
/external/v8/src/asmjs/
Dasm-parser.cc66 #define RECURSE(call) RECURSE_OR_RETURN(, call) macro
343 RECURSE(ValidateModuleParameters()); in ValidateModule()
347 RECURSE(ValidateModuleVars()); in ValidateModule()
349 RECURSE(ValidateFunction()); in ValidateModule()
352 RECURSE(ValidateFunctionTable()); in ValidateModule()
354 RECURSE(ValidateExport()); in ValidateModule()
426 RECURSE(ValidateModuleVar(mutable_variable)); in ValidateModuleVars()
473 RECURSE(ValidateModuleVarNewStdlib(info)); in ValidateModuleVar()
476 RECURSE(ValidateModuleVarStdlib(info)); in ValidateModuleVar()
478 RECURSE(ValidateModuleVarImport(info, mutable_variable)); in ValidateModuleVar()
[all …]
/external/deqp-deps/glslang/Test/
DcppSimple.vert317 #define RECURSE RECURSE
318 int RECURSE;
321 #undef RECURSE
322 int R1 = RECURSE;
/external/protobuf/src/google/protobuf/util/
Dfield_comparator_test.cc67 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
74 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
81 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
Dfield_comparator.h67 RECURSE, // Compared submessages need to be compared recursively. enumerator
Dfield_comparator.cc124 return RECURSE; in Compare()
Dmessage_differencer.cc902 result == FieldComparator::RECURSE) { in CompareFieldValueUsingParentFields()
Dmessage_differencer_unittest.cc1896 return RECURSE; in Compare()
/external/deqp-deps/glslang/Test/baseResults/
DcppSimple.vert.out188 12:9011 'RECURSE' ( global int)
199 0:? 'RECURSE' ( global int)
287 12:9011 'RECURSE' ( global int)
298 0:? 'RECURSE' ( global int)