Home
last modified time | relevance | path

Searched refs:typeError (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/dports/lang/solidity/solidity_0.8.11/libsolidity/analysis/
H A DTypeChecker.cpp142 m_errorReporter.typeError( in typeCheckABIDecodeAndRetrieveReturnType()
155 m_errorReporter.typeError( in typeCheckABIDecodeAndRetrieveReturnType()
172 m_errorReporter.typeError( in typeCheckABIDecodeAndRetrieveReturnType()
201 m_errorReporter.typeError( in typeCheckABIDecodeAndRetrieveReturnType()
289 m_errorReporter.typeError( in endVisit()
323 m_errorReporter.typeError( in endVisit()
330 m_errorReporter.typeError( in endVisit()
521 m_errorReporter.typeError( in visit()
699 m_errorReporter.typeError( in visitManually()
997 m_errorReporter.typeError( in endVisit()
[all …]
H A DImmutableValidator.cpp196 m_errorReporter.typeError( in analyseVariableReference()
202 m_errorReporter.typeError( in analyseVariableReference()
208 m_errorReporter.typeError( in analyseVariableReference()
214 m_errorReporter.typeError( in analyseVariableReference()
222 m_errorReporter.typeError( in analyseVariableReference()
228 m_errorReporter.typeError( in analyseVariableReference()
235 m_errorReporter.typeError( in analyseVariableReference()
247 m_errorReporter.typeError( in analyseVariableReference()
260 m_errorReporter.typeError( in checkAllVariablesInitialized()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/goccy/go-json/internal/decoder/
H A Duint.go30 func (d *uintDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
95 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
126 return nil, 0, d.typeError([]byte{buf[cursor]}, cursor)
141 return d.typeError(bytes, s.totalOffset())
146 return d.typeError(bytes, s.totalOffset())
150 return d.typeError(bytes, s.totalOffset())
154 return d.typeError(bytes, s.totalOffset())
172 return 0, d.typeError(bytes, cursor)
177 return 0, d.typeError(bytes, cursor)
181 return 0, d.typeError(bytes, cursor)
[all …]
H A Dint.go30 func (d *intDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
144 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
176 return nil, 0, d.typeError([]byte{char(b, cursor)}, cursor)
191 return d.typeError(bytes, s.totalOffset())
196 return d.typeError(bytes, s.totalOffset())
200 return d.typeError(bytes, s.totalOffset())
204 return d.typeError(bytes, s.totalOffset())
224 return 0, d.typeError(bytes, cursor)
229 return 0, d.typeError(bytes, cursor)
233 return 0, d.typeError(bytes, cursor)
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/internal/decoder/
H A Duint.go30 func (d *uintDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
95 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
126 return nil, 0, d.typeError([]byte{buf[cursor]}, cursor)
141 return d.typeError(bytes, s.totalOffset())
146 return d.typeError(bytes, s.totalOffset())
150 return d.typeError(bytes, s.totalOffset())
154 return d.typeError(bytes, s.totalOffset())
172 return 0, d.typeError(bytes, cursor)
177 return 0, d.typeError(bytes, cursor)
181 return 0, d.typeError(bytes, cursor)
[all …]
H A Dint.go30 func (d *intDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
144 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
176 return nil, 0, d.typeError([]byte{char(b, cursor)}, cursor)
191 return d.typeError(bytes, s.totalOffset())
196 return d.typeError(bytes, s.totalOffset())
200 return d.typeError(bytes, s.totalOffset())
204 return d.typeError(bytes, s.totalOffset())
224 return 0, d.typeError(bytes, cursor)
229 return 0, d.typeError(bytes, cursor)
233 return 0, d.typeError(bytes, cursor)
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/goccy/go-json/internal/decoder/
H A Duint.go30 func (d *uintDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
95 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
126 return nil, 0, d.typeError([]byte{buf[cursor]}, cursor)
141 return d.typeError(bytes, s.totalOffset())
146 return d.typeError(bytes, s.totalOffset())
150 return d.typeError(bytes, s.totalOffset())
154 return d.typeError(bytes, s.totalOffset())
172 return 0, d.typeError(bytes, cursor)
177 return 0, d.typeError(bytes, cursor)
181 return 0, d.typeError(bytes, cursor)
[all …]
H A Dint.go30 func (d *intDecoder) typeError(buf []byte, offset int64) *errors.UnmarshalTypeError { func
144 return nil, d.typeError([]byte{s.char()}, s.totalOffset())
176 return nil, 0, d.typeError([]byte{char(b, cursor)}, cursor)
191 return d.typeError(bytes, s.totalOffset())
196 return d.typeError(bytes, s.totalOffset())
200 return d.typeError(bytes, s.totalOffset())
204 return d.typeError(bytes, s.totalOffset())
224 return 0, d.typeError(bytes, cursor)
229 return 0, d.typeError(bytes, cursor)
233 return 0, d.typeError(bytes, cursor)
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
92 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
95 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
97 throw typeError("not.a.function", desc.getFunctionErrorMessage(self)); in linkBean()
100 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
103 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
105 throw typeError("not.a.function", desc.getFunctionErrorMessage(self)); in linkBean()
177 throw typeError("not.a.function", "null"); in linkNull()
180 throw typeError("no.such.function", getArgument(linkRequest), "null"); in linkNull()
183 throw typeError("cant.get.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
92 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
95 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
97 throw typeError("not.a.function", desc.getFunctionErrorMessage(self)); in linkBean()
100 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
103 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
105 throw typeError("not.a.function", desc.getFunctionErrorMessage(self)); in linkBean()
177 throw typeError("not.a.function", "null"); in linkNull()
180 throw typeError("no.such.function", getArgument(linkRequest), "null"); in linkNull()
183 throw typeError("cant.get.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
85 return typeError(ErrorLoc, in popType()
94 return typeError( in popType()
114 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
119 return typeError( in checkEnd()
138 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
141 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
167 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
179 typeError(ErrorLoc, in endOfFunction()
233 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in typeCheck()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) {
85 return typeError(ErrorLoc,
95 return typeError(
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") +
115 return typeError(ErrorLoc, "end: insufficient values on the type stack");
120 return typeError(
139 return typeError(ErrorLoc, StringRef("expected expression operand"));
142 return typeError(ErrorLoc, StringRef("expected symbol operand"));
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() +
176 typeError(ErrorLoc,
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
85 return typeError(ErrorLoc, in popType()
95 return typeError( in popType()
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal()
115 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
120 return typeError( in checkEnd()
139 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
142 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
176 typeError(ErrorLoc, in endOfFunction()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
85 return typeError(ErrorLoc, in popType()
95 return typeError( in popType()
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal()
115 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
120 return typeError( in checkEnd()
139 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
142 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
176 typeError(ErrorLoc, in endOfFunction()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
85 return typeError(ErrorLoc, in popType()
95 return typeError( in popType()
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal()
115 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
120 return typeError( in checkEnd()
139 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
142 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
176 typeError(ErrorLoc, in endOfFunction()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck
85 return typeError(ErrorLoc, in popType()
95 return typeError( in popType()
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal()
115 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
120 return typeError( in checkEnd()
139 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
142 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
176 typeError(ErrorLoc, in endOfFunction()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
109 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
112 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
114 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
117 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
120 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
122 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
204 return typeError(msg, String.valueOf(name), ScriptRuntime.safeToString(self)); in createTypeError()
251 throw typeError("not.a.function", "null"); in linkNull()
255 throw typeError("cant.set.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
109 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
112 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
114 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
117 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
120 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
122 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
204 return typeError(msg, String.valueOf(name), ScriptRuntime.safeToString(self)); in createTypeError()
251 throw typeError("not.a.function", "null"); in linkNull()
255 throw typeError("cant.set.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
109 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
112 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
114 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
117 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
120 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
122 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
204 return typeError(msg, String.valueOf(name), ScriptRuntime.safeToString(self)); in createTypeError()
251 throw typeError("not.a.function", "null"); in linkNull()
255 throw typeError("cant.set.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
109 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
112 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
114 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
117 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
120 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
122 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
204 return typeError(msg, String.valueOf(name), ScriptRuntime.safeToString(self)); in createTypeError()
251 throw typeError("not.a.function", "null"); in linkNull()
255 throw typeError("cant.set.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DNashornBottomLinker.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
109 throw typeError("no.constructor.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
112 throw typeError("method.not.constructor", ScriptRuntime.safeToString(self)); in linkBean()
114 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
117 throw typeError("constructor.requires.new", ScriptRuntime.safeToString(self)); in linkBean()
120 throw typeError("no.method.matches.args", ScriptRuntime.safeToString(self)); in linkBean()
122 … throw typeError("not.a.function", NashornCallSiteDescriptor.getFunctionErrorMessage(desc, self)); in linkBean()
204 return typeError(msg, String.valueOf(name), ScriptRuntime.safeToString(self)); in createTypeError()
251 throw typeError("not.a.function", "null"); in linkNull()
255 throw typeError("cant.set.property", getArgument(linkRequest), "null"); in linkNull()
[all …]
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLList.java120 throw ScriptRuntime.typeError("XML with anonymous tag missing end anonymous tag"); in XMLList()
332 … throw ScriptRuntime.typeError("Assignment to lists with more that one item is not supported"); in putXMLProperty()
365 … throw ScriptRuntime.typeError("Assignment to empty XMLList without targets not supported"); in putXMLProperty()
1057 … throw ScriptRuntime.typeError("The localName method works only on lists containing one item"); in localName()
1073 … throw ScriptRuntime.typeError("The name method works only on lists containing one item"); in name()
1090 … throw ScriptRuntime.typeError("The namespace method works only on lists containing one item"); in namespace()
1122 … throw ScriptRuntime.typeError("The nodeKind method works only on lists containing one item"); in nodeKind()
1260 … throw ScriptRuntime.typeError("The replace method works only on lists containing one item"); in replace()
1278 … throw ScriptRuntime.typeError("The replace method works only on lists containing one item"); in replace()
1326 … throw ScriptRuntime.typeError("The setName method works only on lists containing one item"); in setName()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DUndefined.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
102 throw typeError(msg, name); in lookup()
133 return typeError(msg, name != null && !name.isEmpty()? name : null); in lookupTypeError()
157 throw typeError("cant.read.property.of.undefined", ScriptRuntime.safeToString(key)); in get()
162 throw typeError("cant.set.property.of.undefined", ScriptRuntime.safeToString(key)); in set()
167 throw typeError("cant.delete.property.of.undefined", ScriptRuntime.safeToString(key)); in delete()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DUndefined.java29 import static jdk.nashorn.internal.runtime.ECMAErrors.typeError;
102 throw typeError(msg, name); in lookup()
133 return typeError(msg, name != null && !name.isEmpty()? name : null); in lookupTypeError()
157 throw typeError("cant.read.property.of.undefined", ScriptRuntime.safeToString(key)); in get()
162 throw typeError("cant.set.property.of.undefined", ScriptRuntime.safeToString(key)); in set()
167 throw typeError("cant.delete.property.of.undefined", ScriptRuntime.safeToString(key)); in delete()
/dports/lang/solidity/solidity_0.8.11/libyul/
H A DAsmAnalysis.cpp103 m_errorReporter.typeError( in operator ()()
114 m_errorReporter.typeError( in operator ()()
143 m_errorReporter.typeError( in operator ()()
184 m_errorReporter.typeError( in operator ()()
323 m_errorReporter.typeError( in operator ()()
356 m_errorReporter.typeError( in operator ()()
520 m_errorReporter.typeError( in expectExpression()
542 m_errorReporter.typeError( in expectBoolExpression()
595 m_errorReporter.typeError( in checkAssignment()
645 m_errorReporter.typeError( in expectValidType()
[all …]

12345678910>>...27