Searched defs:DECLARE_METHOD (Results 1 – 3 of 3) sorted by relevance
44 #define DECLARE_METHOD(Name) Type Name(Type type); macro51 #define DECLARE_METHOD(Name) Type Name(Type lhs, Type rhs); macro
209 #define DECLARE_METHOD(x) inline Type Type##x(Node* node); macro211 DECLARE_METHOD(IfException) in DECLARE_METHOD() function in v8::internal::compiler::Typer::Visitor272 #define DECLARE_METHOD(Name) \ macro279 #define DECLARE_METHOD(Name) \ macro306 #define DECLARE_METHOD(x) static Type x##Typer(Type, Type, Typer*); macro
37 #define DECLARE_METHOD(name) - (void)name; macro