Home
last modified time | relevance | path

Searched defs:IsVoid (Results 1 – 4 of 4) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dtype.go47 func (f exprFlags) IsVoid() bool { return f&1 != 0 } func
/prebuilts/go/linux-x86/src/go/types/
Dapi.go383 func (tv TypeAndValue) IsVoid() bool { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dapi.go386 func (tv TypeAndValue) IsVoid() bool { func
/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1586 func (t *Type) IsVoid() bool { return t == TypeVoid } func