Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc238 typedef Type (*UnaryTyperFun)(Type, Typer* t); typedef in v8::internal::compiler::Typer::Visitor
241 Type TypeUnaryOp(Node* node, UnaryTyperFun);
388 Type Typer::Visitor::TypeUnaryOp(Node* node, UnaryTyperFun f) { in TypeUnaryOp()