Searched refs:RECURSE (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ast/ |
D | ast-traversal-visitor.h | 75 #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/ |
D | subst2.td | 5 // 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/ |
D | subst2.td | 5 // CHECK: RECURSE foo 12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>; 16 def Trouble : Text<"RECURSE NORECURSE">;
|
/external/llvm/test/TableGen/ |
D | subst2.td | 5 // CHECK: RECURSE foo 12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>; 16 def Trouble : Text<"RECURSE NORECURSE">;
|
/external/v8/src/asmjs/ |
D | asm-parser.cc | 66 #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/ |
D | cppSimple.vert | 317 #define RECURSE RECURSE 318 int RECURSE; 321 #undef RECURSE 322 int R1 = RECURSE;
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator_test.cc | 67 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F() 74 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F() 81 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
|
D | field_comparator.h | 67 RECURSE, // Compared submessages need to be compared recursively. enumerator
|
D | field_comparator.cc | 124 return RECURSE; in Compare()
|
D | message_differencer.cc | 902 result == FieldComparator::RECURSE) { in CompareFieldValueUsingParentFields()
|
D | message_differencer_unittest.cc | 1896 return RECURSE; in Compare()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppSimple.vert.out | 188 12:9011 'RECURSE' ( global int) 199 0:? 'RECURSE' ( global int) 287 12:9011 'RECURSE' ( global int) 298 0:? 'RECURSE' ( global int)
|