Home
last modified time | relevance | path

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

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