Home
last modified time | relevance | path

Searched defs:error_ (Results 1 – 25 of 67) sorted by relevance

123

/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Derrors.go38 type error_ struct { struct
39 check *Checker
40 desc []errorDesc
41 code Code
42 soft bool // TODO(gri) eventually determine this from an error code
59 func (err *error_) addf(at poser, format string, args ...interface{}) {
64 func (err *error_) addAltDecl(obj Object) {
73 func (err *error_) empty() bool {
77 func (err *error_) pos() syntax.Pos {
85 func (err *error_) msg() string {
[all …]
/prebuilts/go/linux-x86/src/go/types/
Derrors.go39 type error_ struct { struct
40 check *Checker
41 desc []errorDesc
42 code Code
43 soft bool // TODO(gri) eventually determine this from an error code
60 func (err *error_) addf(at positioner, format string, args ...interface{}) {
65 func (err *error_) addAltDecl(obj Object) {
74 func (err *error_) empty() bool {
78 func (err *error_) posn() positioner {
86 func (err *error_) msg() string {
[all …]
Dbadlinkname.go20 …Checker_infer(*Checker, positioner, []*TypeParam, []Type, *Tuple, []*operand, bool, *error_) []Type
/prebuilts/go/linux-x86/src/encoding/gob/
Derror.go28 func error_(err error) { func
/prebuilts/go/linux-x86/test/fixedbugs/
Dbug286.go16 var error_ bool var
/prebuilts/go/linux-x86/src/cmd/cgo/
Dutil.go97 func error_(pos token.Pos, msg string, args ...interface{}) { func
/prebuilts/vndk/v33/arm/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v33/x86_64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v32/x86/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v33/arm64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v30/x86/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v34/arm/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v32/x86_64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v31/x86/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v32/arm/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v32/arm64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v34/x86_64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v30/arm/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v31/arm/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v34/x86/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v31/x86_64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v31/arm64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v30/arm64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v34/arm64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable
/prebuilts/vndk/v30/x86_64/include/frameworks/compile/libbcc/bcinfo/include/bcinfo/Wrap/
Dbitcode_wrapperer.h218 bool error_; variable

123