Home
last modified time | relevance | path

Searched refs:OD (Results 176 – 200 of 2723) sorted by relevance

12345678910>>...109

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp48 const ObjCInterfaceDecl *OD = msg.getReceiverInterface(); in checkPreObjCMessage() local
49 if (!OD) in checkPreObjCMessage()
51 if (!OD->getIdentifier()->isStr("NSAutoreleasePool")) in checkPreObjCMessage()
/dports/math/onednn/oneDNN-2.5.1/tests/benchdnn/conv/
H A Dref_conv.cpp31 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_direct_fwd() local
71 dnnl::impl::parallel_nd(G, MB, OCG, OD, OH, OW, in compute_ref_direct_fwd()
107 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_direct_bwd_d() local
153 precompute_ok(id, OD, KD, SD, PD, DD, num_d, od, kd); in compute_ref_direct_bwd_d()
158 + (mb * OC + g * OCG) * OD * OH * OW; in compute_ref_direct_bwd_d()
181 + (mb * OC + g * OCG) * OD * OH * OW; in compute_ref_direct_bwd_d()
187 if (od < 0 || od % SD || od >= OD * SD) continue; in compute_ref_direct_bwd_d()
250 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_bwd_weights() local
270 compute_bounds(ID, OD, kd, SD, PD, DD, od_s, od_e); in compute_ref_bwd_weights()
313 const int64_t OD = prb->od, OH = prb->oh, OW = prb->ow; in compute_ref_bwd_bias() local
[all …]
/dports/graphics/freeimage/FreeImage/Wrapper/Delphi/demo/MultiBitmap/
H A DmbMainForm.pas18 OD: TOpenDialog;
105 if OD.Execute then
108 OpenMultiBitmap(OD.FileName);
110 raise Exception.CreateFmt('Can not load file %s', [OD.FileName]);
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DDeclContextInternals.h175 for (DeclsTy::iterator OD = Vec.begin(), ODEnd = Vec.end(); in HandleRedeclaration() local
176 OD != ODEnd; ++OD) { in HandleRedeclaration()
177 NamedDecl *OldD = *OD; in HandleRedeclaration()
179 *OD = D; in HandleRedeclaration()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Doffsets.h174 return off_ncdhw(n, c, d, h, w, G * OC_WO_PADDING, OD, OH, OW); in dst_off()
176 return off_ndhwc(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
178 return off_nCdhw16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
180 return off_NCdhw16n16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
182 return off_nCdhw32c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
184 return off_NCdhw32n16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
186 return off_NCdhw32n32c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Doffsets.h174 return off_ncdhw(n, c, d, h, w, G * OC_WO_PADDING, OD, OH, OW); in dst_off()
176 return off_ndhwc(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
178 return off_nCdhw16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
180 return off_NCdhw16n16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
182 return off_nCdhw32c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
184 return off_NCdhw32n16c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
186 return off_NCdhw32n32c(n, c, d, h, w, G * OC, OD, OH, OW); in dst_off()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libc/benchmarks/
H A DMemset.cpp31 : OD(Conf), DstBuffer(Conf.BufferSize), MemsetValue(Conf.MemsetValue), in MemsetContext()
37 P.DstOffset = OD(Gen); in Randomize()
59 OffsetDistribution OD; member
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libc/benchmarks/
H A DMemset.cpp31 : OD(Conf), DstBuffer(Conf.BufferSize), MemsetValue(Conf.MemsetValue), in MemsetContext()
37 P.DstOffset = OD(Gen); in Randomize()
59 OffsetDistribution OD; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_deconvolution.cpp59 const auto OD = pd()->OD(); in compute_fwd_bias_common() local
63 parallel_nd(MB, G, OC, OD, OH, OW, in compute_fwd_bias_common()
84 const auto SP = pd()->OW() * pd()->OH() * pd()->OD(); in compute_fwd_bias_ncdhw()
108 const auto SP = pd()->OW() * pd()->OH() * pd()->OD(); in compute_fwd_bias_ndhwc()
132 const auto SP = pd()->OW() * pd()->OH() * pd()->OD(); in compute_fwd_bias_nCdhwXc()
200 const auto OD = pd()->OD(); in compute_ref_attrs() local
220 parallel_nd(MB, OCP, OD, OH, OW, in compute_ref_attrs()
411 const auto OD = pd()->OD(); in apply_src_zero_point() local
419 parallel_nd(MB, G, OC, OD, OH, OW, in apply_src_zero_point()
579 const auto OD = pd()->OD(); in compute_bwd_bias() local
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/t/
H A Dtest_tv_augment.t76 open(OD, "$output") || die "$output:$!";
87 my $out=<OD>;
98 close(OD);

12345678910>>...109