| /third_party/rust/crates/cxx/syntax/ |
| D | check.rs | 13 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 …]
|
| D | ident.rs | 4 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/ |
| D | foreign-types.rs | 11 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/ |
| D | fuse_pattern.cc | 67 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
|
| D | fuse_pattern.h | 60 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/ |
| D | split_model_ascend.cc | 36 …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/ |
| D | issue-26468.rs | 5 Check = 0x1001, enumerator 9 Check = 0x2001, enumerator
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/ |
| D | utils.h | 70 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/ |
| D | PoisonChecking.cpp | 157 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/ |
| D | issue-38091.rs | 17 trait Check {} trait
|
| D | issue-38091-2.rs | 19 trait Check {} interface
|
| /third_party/rust/rust/tests/ui/privacy/ |
| D | private-in-public-warn.rs | 182 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/ |
| D | external_auth_pb2_grpc.py | 41 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/ |
| D | external_auth_pb2_grpc.py | 41 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/ |
| D | external_auth_pb2_grpc.py | 41 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/ |
| D | custom_op_checker.cc | 23 bool CustomOpChecker::Check(api::CNodePtr, int32_t output_num, mindspore::Format) { return true; } in Check() function in mindspore::dpico::CustomOpChecker
|
| D | common_checker.cc | 24 bool CommonChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::CommonChecker
|
| D | split_checker.cc | 23 bool SplitChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::SplitChecker
|
| D | batchnorm_checker.cc | 25 bool BatchNormChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::BatchNormChecker
|
| D | mvn_checker.cc | 26 bool MvnChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::MvnChecker
|
| D | reverse_checker.cc | 25 bool ReverseChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format format) { in Check() function in mindspore::dpico::ReverseChecker
|
| D | squeeze_checker.cc | 25 bool SqueezeChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check() function in mindspore::dpico::SqueezeChecker
|
| D | spp_checker.cc | 23 bool SppChecker::Check(api::CNodePtr op, int32_t output_num, mindspore::Format) { in Check() function in mindspore::dpico::SppChecker
|
| D | strided_slice_checker.cc | 24 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/ |
| D | activation.h | 30 bool Check(const OpDesc &e) override { in Check() function
|