Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dresult_test.cc582 auto const_error = in TEST() local
584 EXPECT_FALSE(const_error.ok()); in TEST()
585 EXPECT_EQ(const_error.status(), error); in TEST()
614 auto const_error = in TEST() local
616 EXPECT_FALSE(const_error.ok()); in TEST()
617 EXPECT_EQ(const_error.status(), error); // error is *not* replaced by other_error in TEST()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/
H A Dresult_test.cc581 auto const_error = in TEST() local
583 EXPECT_FALSE(const_error.ok()); in TEST()
584 EXPECT_EQ(const_error.status(), error); in TEST()
613 auto const_error = in TEST() local
615 EXPECT_FALSE(const_error.ok()); in TEST()
616 EXPECT_EQ(const_error.status(), error); // error is *not* replaced by other_error in TEST()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/
H A Dresult_test.cc583 auto const_error = in TEST() local
585 EXPECT_FALSE(const_error.ok()); in TEST()
586 EXPECT_EQ(const_error.status(), error); in TEST()
615 auto const_error = in TEST() local
617 EXPECT_FALSE(const_error.ok()); in TEST()
618 EXPECT_EQ(const_error.status(), error); // error is *not* replaced by other_error in TEST()
/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/lib/X11/
H A DXlib.pm23 const_error => [qw( BadAccess BadAlloc BadAtom BadColor BadCursor BadDrawable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_build/src/thir/cx/
H A Dmod.rs89 self.tcx.const_error(ty) in const_eval_literal()
/dports/devel/git-svn/git-2.34.1/
H A Dgit-compat-util.h497 static inline int const_error(void) in const_error() function
501 #define error(...) (error(__VA_ARGS__), const_error())
502 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h328 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/devel/git-gui/git-2.34.1/
H A Dgit-compat-util.h497 static inline int const_error(void) in const_error() function
501 #define error(...) (error(__VA_ARGS__), const_error())
502 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h328 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/devel/git-p4/git-2.34.1/
H A Dgit-compat-util.h497 static inline int const_error(void) in const_error() function
501 #define error(...) (error(__VA_ARGS__), const_error())
502 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h328 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/devel/git/git-2.34.1/
H A Dgit-compat-util.h497 static inline int const_error(void) in const_error() function
501 #define error(...) (error(__VA_ARGS__), const_error())
502 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h328 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/devel/git-cvs/git-2.34.1/
H A Dgit-compat-util.h497 static inline int const_error(void) in const_error() function
501 #define error(...) (error(__VA_ARGS__), const_error())
502 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h328 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/devel/cgit/cgit-1.2.3/git/
H A Dgit-compat-util.h472 static inline int const_error(void) in const_error() function
476 #define error(...) (error(__VA_ARGS__), const_error())
477 #define error_errno(...) (error_errno(__VA_ARGS__), const_error())
H A Dconfig.h292 #define config_error_nonbool(s) (config_error_nonbool(s), const_error())
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/
H A Dresolve.rs245 return self.tcx().const_error(c.ty); in fold_const()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/
H A Dopaque_types.rs314 self.tcx().const_error(ct.ty) in fold_const()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dconsts.rs240 Err(ErrorReported) => tcx.const_error(self.ty), in eval()
H A Dcontext.rs1209 pub fn const_error(self, ty: Ty<'tcx>) -> &'tcx Const<'tcx> { in const_error() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dwriteback.rs799 self.tcx().const_error(ct.ty) in fold_const()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/astconv/
H A Dmod.rs564 tcx.const_error(ty).into() in create_substs_for_ast_path()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/
H A Dcollect.rs401 self.tcx().const_error(ty) in ct_infer()