Lines Matching refs:T_TOSTRING
112 #define T_TOSTRING(x) T_TOSTRING_HELPER(x) macro
132 T_SYM(set_current_expr)(T_TOSTRING(lhs) " "\
133 T_TOSTRING(cmp) " "\
134 T_TOSTRING(rhs));\
135 T_SYM(set_current_var)(T_TOSTRING(lhs), fmt, T_SYM(temp1).type);\
136 T_SYM(set_current_var)(T_TOSTRING(rhs), fmt, T_SYM(temp2).type);\
240 T_SYM(set_current_expr)(T_TOSTRING(expr));\
261 T_SYM(set_current_expr)(T_TOSTRING(expr) " != NULL");\
262 T_SYM(set_current_var)(T_TOSTRING(expr),\
273 T_SYM(set_current_expr)(T_TOSTRING(expr) " == NULL");\
274 T_SYM(set_current_var)(T_TOSTRING(expr),\
299 T_SYM(set_current_expr)(T_TOSTRING(lhs) " == " T_TOSTRING(rhs));\
300 T_SYM(set_current_var)(T_TOSTRING(lhs), "%s", T_SYM(temp1)._ptr);\
301 T_SYM(set_current_var)(T_TOSTRING(rhs), "%s", T_SYM(temp2)._ptr);\
311 T_SYM(set_current_expr)(T_TOSTRING(lhs) " == " T_TOSTRING(rhs));\
312 T_SYM(set_current_var)(T_TOSTRING(lhs), "%s", T_SYM(temp1)._ptr);\
313 T_SYM(set_current_var)(T_TOSTRING(rhs), "%s", T_SYM(temp2)._ptr);\