HomeSort by relevance Sort by last modified time
    Searched defs:IsVoid (Results 1 - 10 of 10) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
api.go 260 // TODO(gri) Consider eliminating the IsVoid predicate. Instead, report
263 // IsVoid reports whether the corresponding expression
265 func (tv TypeAndValue) IsVoid() bool {
  /prebuilts/go/linux-x86/src/go/types/
api.go 260 // TODO(gri) Consider eliminating the IsVoid predicate. Instead, report
263 // IsVoid reports whether the corresponding expression
265 func (tv TypeAndValue) IsVoid() bool {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
type.go 29 IsVoid() bool
72 func (t *CompilerType) IsVoid() bool { return t.Void }
105 func (t *TupleType) IsVoid() bool { return false }
type_test.go 43 func (t *TypeImpl) IsVoid() bool { return false }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
type.go 29 IsVoid() bool
72 func (t *CompilerType) IsVoid() bool { return t.Void }
105 func (t *TupleType) IsVoid() bool { return false }
type_test.go 43 func (t *TypeImpl) IsVoid() bool { return false }
  /art/runtime/
dex_file.cc     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 637 bool IsVoid = FuncTy->getReturnType()->isVoidTy();
639 if (IsVoid) {
700 if (!IsVoid)
711 if (!IsVoid)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
type.go 1234 func (t *Type) IsVoid() bool { return false }
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
type.go 1234 func (t *Type) IsVoid() bool { return false }

Completed in 200 milliseconds