Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dtarget.go129 s = C.GoString(cmsg)
222 err = errors.New(C.GoString(errstr))
229 return C.GoString(C.LLVMGetTargetName(t.C))
233 return C.GoString(C.LLVMGetTargetDescription(t.C))
267 return C.GoString(cstr)
275 err := errors.New(C.GoString(errstr))
294 triple = C.GoString(cTriple)
Dbitreader.go37 err := errors.New(C.GoString(errmsg))
48 err := errors.New(C.GoString(errmsg))
Dexecutionengine.go97 err = errors.New(C.GoString(cmsg))
108 err = errors.New(C.GoString(cmsg))
125 err = errors.New(C.GoString(cmsg))
Dsupport.go36 err := errors.New(C.GoString(errstr))
Danalysis.go44 err := errors.New(C.GoString(cmsg))
Dir.go422 return C.GoString(clayout)
434 return C.GoString(ctarget)
457 ir := C.GoString(cir)
607 return C.GoString(C.LLVMGetStructName(t.C))
668 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
992 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
1090 func (v Value) GC() string { return C.GoString(C.LLVMGetGC(v.C)) }
1846 err = errors.New(C.GoString(cmsg))
1857 err = errors.New(C.GoString(cmsg))
/external/llvm/bindings/go/llvm/
Dtarget.go129 s = C.GoString(cmsg)
222 err = errors.New(C.GoString(errstr))
229 return C.GoString(C.LLVMGetTargetName(t.C))
233 return C.GoString(C.LLVMGetTargetDescription(t.C))
267 return C.GoString(cstr)
275 err := errors.New(C.GoString(errstr))
294 triple = C.GoString(cTriple)
Dbitreader.go37 err := errors.New(C.GoString(errmsg))
48 err := errors.New(C.GoString(errmsg))
Dexecutionengine.go97 err = errors.New(C.GoString(cmsg))
108 err = errors.New(C.GoString(cmsg))
125 err = errors.New(C.GoString(cmsg))
Dsupport.go36 err := errors.New(C.GoString(errstr))
Danalysis.go44 err := errors.New(C.GoString(cmsg))
Dir.go395 return C.GoString(clayout)
407 return C.GoString(ctarget)
430 ir := C.GoString(cir)
580 return C.GoString(C.LLVMGetStructName(t.C))
635 func (v Value) Name() string { return C.GoString(C.LLVMGetValueName(v.C)) }
964 func (v Value) Section() string { return C.GoString(C.LLVMGetSection(v.C)) }
1041 func (v Value) GC() string { return C.GoString(C.LLVMGetGC(v.C)) }
1779 err = errors.New(C.GoString(cmsg))
1790 err = errors.New(C.GoString(cmsg))
/external/syzkaller/vendor/github.com/ianlancetaylor/demangle/
Dast.go31 GoString() string methodSpec
127 func (n *Name) GoString() string { func
190 func (t *Typed) GoString() string { func
248 func (q *Qualified) GoString() string { func
343 func (t *Template) GoString() string { func
393 func (tp *TemplateParam) GoString() string { func
449 func (twq *TypeWithQualifiers) GoString() string { func
514 func (mwq *MethodWithQualifiers) GoString() string { func
553 func (bt *BuiltinType) GoString() string { func
606 func (pt *PointerType) GoString() string { func
[all …]
/external/tensorflow/tensorflow/go/genop/internal/
Dapi_def_map.go72 return nil, errors.New(C.GoString(C.TF_Message(status)))
93 return errors.New(C.GoString(C.TF_Message(status)))
109 return nil, errors.New(C.GoString(C.TF_Message(status)))
/external/tensorflow/tensorflow/go/
Doperation.go35 return C.GoString(C.TF_OperationName(op.c))
40 return C.GoString(C.TF_OperationOpType(op.c))
51 return C.GoString(C.TF_OperationDevice(op.c))
Dversion.go25 func Version() string { return C.GoString(C.TF_Version()) }
Dstatus.go47 return C.GoString(C.TF_Message(s.c))
Dsession.go104 Name: C.GoString(name),
105 Type: C.GoString(deviceType),
Dtensor_handle.go120 return C.GoString(name), nil
/external/google-breakpad/src/tools/mac/upload_system_symbols/
Darch_reader.go58 return C.GoString(cstr)
/external/syzkaller/pkg/ifuzz/
Dxed.go64 return 0, errors.New(C.GoString(errorStr))
/external/brotli/go/cbrotli/
Dreader.go42 C.GoString(C.BrotliDecoderErrorString(C.BrotliDecoderErrorCode(err)))
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/
Dpath.go122 func (pa Path) GoString() string { func
/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dtransport.go416 func (s *Stream) GoString() string { func