Home | History | Annotate | Download | only in cgo

Lines Matching refs:rewrites

158 // Translate rewrites f.AST, the original Go input, to remove
616 // rewriteCalls rewrites all calls that pass pointers to check that
639 // rewriteCall rewrites one call to add pointer checks.
1044 // rewriteRef rewrites all the C.xxx references in f.AST to refer to the
2530 // godefsFields rewrites field names for use in Go or C definitions.
2532 // converts names to upper case, and rewrites _ into Pad_godefs_n,