Searched defs:DECLARE_DO (Results 1 – 8 of 8) sorted by relevance
123 #define DECLARE_DO(type) void Do##type(L##type* node); macro
208 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro209 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument2042 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
110 #define DECLARE_DO(type) void Do##type(L##type* node); macro
209 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro210 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument2025 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
115 #define DECLARE_DO(type) void Do##type(L##type* node); macro
208 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro209 LITHIUM_ALL_INSTRUCTION_LIST(DECLARE_DO) in LITHIUM_ALL_INSTRUCTION_LIST() argument2099 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node); macro
291 #define DECLARE_DO(type) LInstruction* Do##type(H##type* node) { \ macro
419 #define DECLARE_DO(type) kChanges##type, kDependsOn##type, macro440 #define DECLARE_DO(type) result |= (1 << kChanges##type); in ChangesFlagsMask() macro458 #define DECLARE_DO(type) k##type, macro558 #define DECLARE_DO(type) virtual bool Is##type() const { return false; } macro