Home
last modified time | relevance | path

Searched refs:ErrCB (Results 1 – 17 of 17) sorted by relevance

/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/
H A DSearchRpc.java248 class ErrCB implements Callback<Object, Exception> { in processLookup() class
291 .addErrback(new ErrCB()); in processLookup()
H A DPutDataPointRpc.java375 class ErrCB implements Callback<Object, Exception> { in execute() class
400 .addErrback(new ErrCB()); in execute()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1607 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1613 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1776 ErrorCallbackType ErrCB) { in getUnsigned() argument
1781 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1790 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1885 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1897 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2750 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2758 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2766 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/MIRParser/
H A DMIParser.cpp1569 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1575 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1738 ErrorCallbackType ErrCB) { in getUnsigned() argument
1743 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1752 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1847 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1859 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2714 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2722 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2730 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/MIRParser/
H A DMIParser.cpp1607 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1613 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1776 ErrorCallbackType ErrCB) { in getUnsigned() argument
1781 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1790 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1885 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1897 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2750 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2758 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2766 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1569 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1575 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1738 ErrorCallbackType ErrCB) { in getUnsigned() argument
1743 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1752 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1847 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1859 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2714 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2722 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2730 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1569 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1575 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1738 ErrorCallbackType ErrCB) { in getUnsigned() argument
1743 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1752 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1847 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1859 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2714 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2722 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2730 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1623 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1629 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1792 ErrorCallbackType ErrCB) { in getUnsigned() argument
1797 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1806 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1901 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1913 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2766 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2774 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2782 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1770 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1776 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1939 ErrorCallbackType ErrCB) { in getUnsigned() argument
1944 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1953 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2048 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2060 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2936 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2944 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/MIRParser/
H A DMIParser.cpp1770 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1776 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1939 ErrorCallbackType ErrCB) { in getUnsigned() argument
1944 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1953 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2048 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2060 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2936 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2944 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1620 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1626 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1789 ErrorCallbackType ErrCB) { in getUnsigned() argument
1794 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1803 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1898 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1910 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2763 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2771 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2779 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1770 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1776 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1939 ErrorCallbackType ErrCB) { in getUnsigned() argument
1944 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1953 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2048 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2060 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2936 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2944 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1772 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1778 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1941 ErrorCallbackType ErrCB) { in getUnsigned() argument
1946 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1955 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2050 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2062 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2938 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2946 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2954 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1770 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1776 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1939 ErrorCallbackType ErrCB) { in getUnsigned() argument
1944 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1953 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2048 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2060 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2936 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2944 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1620 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1626 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1789 ErrorCallbackType ErrCB) { in getUnsigned() argument
1794 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1803 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1898 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
1910 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2763 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2771 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2779 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1770 ErrorCallbackType ErrCB) { in parseIRConstant() argument
1776 return ErrCB(Loc + Err.getColumnNo(), Err.getMessage()); in parseIRConstant()
1939 ErrorCallbackType ErrCB) { in getUnsigned() argument
1944 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
1953 return ErrCB(Token.location(), "expected 32-bit integer (too large)"); in getUnsigned()
2048 ErrorCallbackType ErrCB) { in parseGlobalValue() argument
2060 if (getUnsigned(Token, GVIdx, ErrCB)) in parseGlobalValue()
2936 const Value *&V, ErrorCallbackType ErrCB) { in parseIRValue() argument
2944 if (getUnsigned(Token, SlotNumber, ErrCB)) in parseIRValue()
2952 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/src/uid/
H A DUniqueId.java1103 class ErrCB implements Callback<Object, Exception> {
1152 .addErrback(new ErrCB());
1167 .addErrback(new ErrCB());