Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/rust/crates/cxx/syntax/
Dcheck.rs13 pub(crate) struct Check<'a> { struct
34 do_typecheck(&mut Check { in typecheck() argument
42 fn do_typecheck(cx: &mut Check) { in do_typecheck()
76 impl Check<'_> { impl
82 fn check_type_ident(cx: &mut Check, name: &NamedType) { in check_type_ident()
95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
139 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
157 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
178 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
[all …]
Dident.rs4 fn check(cx: &mut Check, name: &Pair) { in check()
11 fn check_cxx_ident(cx: &mut Check, ident: &str) { in check()
20 fn check_rust_ident(cx: &mut Check, ident: &str) { in check()
27 pub(crate) fn check_all(cx: &mut Check, apis: &[Api]) { in check_all()
/third_party/rust/rust/tests/ui/symbol-names/
Dforeign-types.rs11 struct Check<T: ?Sized>(T); struct
17 impl Check<ForeignType> {} implementation
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/split_model/
Dfuse_pattern.cc67 bool FuseElemwiseFwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseElemwiseFwd
93 bool FuseElemwiseBroadcastFwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseElemwiseBroadcastFwd
119 bool FuseDynElemwiseBroadcastFwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseDynElemwiseBroadcastFwd
143 bool FuseReduceFwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseReduceFwd
169 bool FuseDynReduceFwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseDynReduceFwd
196 bool FuseElemwiseBroadcastBwd::Check(const AreaPtr &dom) { in Check() function in mindspore::graphkernel::inner::FuseElemwiseBroadcastBwd
Dfuse_pattern.h60 virtual bool Check(const AreaPtr &) { return true; } in Check() function
83 bool Check(const AreaPtr &dom) override { return dom->pattern() == NodePattern::RESHAPE; } in Check() function
95 …bool Check(const AreaPtr &dom) override { return dom->pattern() == NodePattern::RESHAPE && dom->si… in Check() function
221 bool Check(const AreaPtr &area) override { return area->pattern() == NodePattern::VIRTUAL; } in Check() function
232 bool Check(const AreaPtr &dom) override { in Check() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dsplit_model_ascend.cc36 …bool Check(const AreaPtr &dom) override { return dom->IsAlive() && dom->pattern() == NodePattern::… in Check() function in mindspore::graphkernel::inner::ascend::FuseReduceBwd
57 …bool Check(const AreaPtr &dom) override { return dom->dom()->op() == "Slice" || dom->dom()->op() =… in Check() function in mindspore::graphkernel::inner::ascend::FuseSlice
74 …bool Check(const AreaPtr &dom) override { return dom->IsAlive() && dom->dom()->op() == kTransDataO… in Check() function in mindspore::graphkernel::inner::ascend::FuseTransdata
124 bool Check(const AreaPtr &dom) override { return dom->dom()->op() == "ElemAny"; } in Check() function in mindspore::graphkernel::inner::ascend::FuseElemAny
153 bool Check(const AreaPtr &dom) override { in Check() function in mindspore::graphkernel::inner::dvm::FuseReduceFwd
/third_party/rust/rust/tests/ui/issues/
Dissue-26468.rs5 Check = 0x1001, enumerator
9 Check = 0x2001, enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dutils.h70 bool Check(const OpDesc &e) override { in Check() function
90 bool Check(const OpDesc &e) override { in Check() function
107 bool Check(const OpDesc &e) override { in Check() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp157 auto *Check = in generatePoisonChecksForBinOp() local
166 auto *Check = in generatePoisonChecksForBinOp() local
202 Value *Check = in generatePoisonChecks() local
214 Value *Check = in generatePoisonChecks() local
297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local
/third_party/rust/rust/tests/ui/specialization/
Dissue-38091.rs17 trait Check {} trait
Dissue-38091-2.rs19 trait Check {} interface
/third_party/rust/rust/tests/ui/privacy/
Dprivate-in-public-warn.rs182 type Check = u8; typedef
207 type Check = Priv; //~ ERROR private type `aliases_pub::Priv` in public interface typedef
210 type Check = Priv; //~ ERROR private type `aliases_pub::Priv` in public interface typedef
213 type Check = Priv; //~ ERROR private type `aliases_pub::Priv` in public interface typedef
216 type Check = Priv; //~ ERROR private type `aliases_pub::Priv` in public interface typedef
219 type Check = Priv; // OK typedef
222 type Check = Priv; // OK typedef
233 type Check = u8; typedef
262 type Check = Priv; // OK typedef
265 type Check = Priv; // OK typedef
[all …]
/third_party/grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/third_party/grpc/tools/distrib/python/xds_protos/envoy/service/auth/v2alpha/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/third_party/grpc/tools/distrib/python/xds_protos/envoy/service/auth/v3/
Dexternal_auth_pb2_grpc.py41 def Check(self, request, context): member in AuthorizationServicer
75 def Check(request, member in Authorization
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/checker/
Dcustom_op_checker.cc23 bool CustomOpChecker::Check(api::CNodePtr, int32_t output_num, mindspore::Format) { return true; } in Check() function in mindspore::dpico::CustomOpChecker
Dcommon_checker.cc24 bool CommonChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::CommonChecker
Dsplit_checker.cc23 bool SplitChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::SplitChecker
Dbatchnorm_checker.cc25 bool BatchNormChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::BatchNormChecker
Dmvn_checker.cc26 bool MvnChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::MvnChecker
Dreverse_checker.cc25 bool ReverseChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::ReverseChecker
Dsqueeze_checker.cc25 bool SqueezeChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check() function in mindspore::dpico::SqueezeChecker
Dspp_checker.cc23 bool SppChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check() function in mindspore::dpico::SppChecker
Dstrided_slice_checker.cc24 bool StridedSliceChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check() function in mindspore::dpico::StridedSliceChecker
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/graph_kernel/converter/expanders/
Dactivation.h30 bool Check(const OpDesc &e) override { in Check() function

123456