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