Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dc++filt.go38 var stripUnderscore = flag.Bool("_", false, "Ignore first leading underscore") var
119 if *stripUnderscore && name[skip] == '_' {