Searched refs:sexp_to_string (Results 1 – 3 of 3) sorted by relevance
69 def sexp_to_string(sexp): function78 sub_result = sexp_to_string(s)
59 actual = sexps.sexp_to_string(actual)60 expected = sexps.sexp_to_string(expected)
281 input_str = sexp_to_string(sort_decls(input_sexp))282 expected_output = sexp_to_string(sort_decls(expected_sexp)) # XXX: don't stringify this