Searched defs:DECLARE_METHOD (Results 1 – 3 of 3) sorted by relevance
40 #define DECLARE_METHOD(Name) Type* Name(Type* type); macro45 #define DECLARE_METHOD(Name) Type* Name(Type* lhs, Type* rhs); macro
218 #define DECLARE_METHOD(x) inline Type* Type##x(Node* node); macro220 DECLARE_METHOD(IfException) in DECLARE_METHOD() function in v8::internal::compiler::Typer::Visitor273 #define DECLARE_METHOD(Name) \ macro279 #define DECLARE_METHOD(Name) \ macro297 #define DECLARE_METHOD(x) static Type* x##Typer(Type*, Type*, Typer*); macro
37 #define DECLARE_METHOD(name) - (void)name; macro