tools/go/ssa/interp
Robert Griesemer ebfa4efbc4 go.tools/go/types: cleanup: more consistent exported predicate names
Renamed predicates:
IsIdentical -> Identical
IsAssignableTo -> AssignableTo
Signature.IsVariadic -> Signature.Variadic
Object.IsExported -> Object.Exported

LGTM=adonovan
R=adonovan
CC=golang-codereviews
https://golang.org/cl/53370043
2014-01-28 10:57:56 -08:00
..
testdata go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
external.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
external_plan9.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
external_unix.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
external_windows.go go.tools/ssa/interp: add intrinsics for (*sync.Pool).{Get,Put}. 2014-01-27 13:11:16 -05:00
interp.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
interp_test.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
map.go go.tools: rename packages. 2014-01-16 09:33:58 -05:00
ops.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00
reflect.go go.tools/go/ssa/interp: implement reflection over callstack (now that we have access to it). 2014-01-27 15:39:17 -05:00
value.go go.tools/go/types: cleanup: more consistent exported predicate names 2014-01-28 10:57:56 -08:00