Searched refs:VisitWithExpectation (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | typing-asm.cc | 130 RECURSE(VisitWithExpectation(decl->fun(), Type::Any(), "UNREACHABLE")); in VisitAsmModule() 143 RECURSE(VisitWithExpectation(stmt->expression(), Type::Object(), in VisitAsmModule() 272 RECURSE(VisitWithExpectation(expr, Type::Any(), "invalid literal")); in VisitExpressionAnnotation() 322 RECURSE(VisitWithExpectation(stmt->expression(), Type::Any(), in VisitExpressionStatement() 343 RECURSE(VisitWithExpectation(stmt->condition(), cache_.kAsmSigned, in VisitIfStatement() 374 VisitWithExpectation(stmt->expression(), Type::Any(), in VisitReturnStatement() 392 RECURSE(VisitWithExpectation(stmt->tag(), cache_.kAsmSigned, in VisitSwitchStatement() 404 RECURSE(VisitWithExpectation(label, cache_.kAsmSigned, in VisitSwitchStatement() 437 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitDoWhileStatement() 446 RECURSE(VisitWithExpectation(stmt->cond(), cache_.kAsmSigned, in VisitWhileStatement() [all …]
|
D | typing-asm.h | 168 void VisitWithExpectation(Expression* expr, Type* expected_type,
|