Home
last modified time | relevance | path

Searched refs:printstring (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dprint.go106 printstring(" ")
110 printstring("\n")
115 printstring("true")
117 printstring("false")
124 printstring("NaN")
127 printstring("+Inf")
130 printstring("-Inf")
212 printstring("-")
245 func printstring(s string) { func
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dlive.go31 func printstring(string) func
385 printstring(x)
451printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "stack object .autotmp_[0-9…
453 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10)
454 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10)
462 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
466 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
469 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
Dlive_regabi.go28 func printstring(string) func
382 printstring(x)
448printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "stack object .autotmp_[0-9…
450 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10)
451 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10)
459 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
463 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
466 printstring(k) // ERROR "live at call to printstring: .autotmp_[0-9]+$"
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/_builtin/
Druntime.go57 func printstring(string) func