Searched defs:Copy (Results 1 - 25 of 110) sorted by path

12345

/external/clang/include/clang/AST/
H A DDeclObjC.h2215 enum SetterKind { Assign, Retain, Copy, Weak }; enumerator in enum:clang::ObjCPropertyDecl::SetterKind
2315 return getType()->isBlockPointerType() ? Copy : Retain;
2319 return Copy;
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h996 T *Copy = static_cast<T *>(Mgr.allocate()); local
997 cloneTo(Copy);
998 assert(Copy->getKind() == this->getKind() && "Bad copy");
1000 Copy->State = NewState;
1001 return Copy;
/external/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp174 auto Copy = *this; local
175 Copy.SupportedKind = Kind;
176 Copy.RestrictKind =
178 return Copy;
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp124 const VarDecl *SrcVD, const Expr *Copy) {
126 auto *BO = dyn_cast<BinaryOperator>(Copy);
135 [&CGF, Copy, SrcVD, DestVD](llvm::Value *DestElement,
147 CGF.EmitIgnoredExpr(Copy);
157 CGF.EmitIgnoredExpr(Copy);
121 EmitOMPCopy(CodeGenFunction &CGF, QualType OriginalType, llvm::Value *DestAddr, llvm::Value *SrcAddr, const VarDecl *DestVD, const VarDecl *SrcVD, const Expr *Copy) argument
/external/clang/lib/Sema/
H A DSemaChecking.cpp1372 Copy, enumerator in enum:__anon1136
1419 Form = Copy;
1560 if (Form == Copy || Form == GNUXchg || Form == Init)
1586 else if (Form == Copy || Form == Xchg)
1628 case Copy:
H A DSemaDeclCXX.cpp1599 // Copy non-redundant base specifiers into permanent storage.
9879 StmtResult Copy = local
9884 if (Copy.isInvalid() || !Copy.get())
9885 return Copy;
9905 Loc, Copy.get());
10197 StmtResult Copy = buildSingleCopyAssign(*this, Loc, BaseType, local
10201 if (Copy.isInvalid()) {
10209 Statements.push_back(Copy.getAs<Expr>());
10268 StmtResult Copy local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp21 * \brief Copy image tests for GL_EXT_copy_image.
1791 struct Copy struct in namespace:deqp::gles31::Functional::__anon3562
1793 Copy (const IVec3& srcPos_, function in struct:deqp::gles31::Functional::__anon3562::Copy
1832 void generateCopies (vector<Copy>& copies, const ImageInfo& srcInfo, const ImageInfo& dstInfo)
1870 // Copy NPOT block from (0,0,0) to other corner on dst
1880 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, copySize));
1883 // Copy NPOT block to (0,0,0) from other corner on src
1893 copies.push_back(Copy(srcPos, srcLevel, dstPos, dstLevel, copySize));
1896 // Copy NPOT block to (0,0,0) from other corner on src
1906 copies.push_back(Copy(srcPo
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-breakpad/src/client/
H A Dminidump_file_writer.cc104 result = mdstring->Copy(str, mdstring->get()->length);
109 // Copy the string character by character
138 // Copy the string character by character
211 if (!mem.Copy(src, mem.size()))
246 bool MinidumpFileWriter::Copy(MDRVA position, const void *src, ssize_t size) { function in class:google_breakpad::MinidumpFileWriter
277 bool UntypedMDRVA::Copy(MDRVA pos, const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA
281 return writer_->Copy(pos, src, size);
H A Dminidump_file_writer.h94 // Copy the contents of |str| to a MDString and write it to the file.
114 bool Copy(MDRVA position, const void *src, ssize_t size);
139 // Copy |length| characters from |str| to |mdstring|. These are distinct
180 // Copy |size| bytes starting at |src| into the minidump at |position|
182 bool Copy(MDRVA position, const void *src, size_t size);
184 // Copy |size| bytes from |src| to the current position
185 inline bool Copy(const void *src, size_t size) { function in class:google_breakpad::UntypedMDRVA
186 return Copy(position_, src, size);
245 // Copy |item| to |index|
250 // Copy |siz
[all...]
/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader.cc887 virtual Rule *Copy() const = 0;
912 Rule *Copy() const { return new UndefinedRule(*this); } function in class:CallFrameInfo::UndefinedRule
929 Rule *Copy() const { return new SameValueRule(*this); } function in class:CallFrameInfo::SameValueRule
950 Rule *Copy() const { return new OffsetRule(*this); } function in class:CallFrameInfo::OffsetRule
979 Rule *Copy() const { return new ValOffsetRule(*this); } function in class:CallFrameInfo::ValOffsetRule
1002 Rule *Copy() const { return new RegisterRule(*this); } function in class:CallFrameInfo::RegisterRule
1022 Rule *Copy() const { return new ExpressionRule(*this); } function in class:CallFrameInfo::ExpressionRule
1043 Rule *Copy() const { return new ValExpressionRule(*this); } function in class:CallFrameInfo::ValExpressionRule
1099 if (rhs.cfa_rule_) cfa_rule_ = rhs.cfa_rule_->Copy();
1102 registers_[it->first] = it->second->Copy();
[all...]
/external/google-breakpad/src/processor/
H A Dbasic_code_module.h91 virtual const CodeModule* Copy() const { return new BasicCodeModule(this); } function in class:google_breakpad::BasicCodeModule
H A Dbasic_code_modules.cc68 that->GetModuleAtIndex(module_sequence)->Copy());
124 const CodeModules* BasicCodeModules::Copy() const { function in class:google_breakpad::BasicCodeModules
H A Dbasic_source_line_resolver_unittest.cc71 virtual const CodeModule* Copy() const { function in class:__anon5221::TestCodeModule
H A Dfast_source_line_resolver_unittest.cc82 virtual const CodeModule* Copy() const { function in class:__anon5228::TestCodeModule
H A Dminidump.cc2070 const CodeModule* MinidumpModule::Copy() const { function in class:google_breakpad::MinidumpModule
2653 const CodeModules* MinidumpModuleList::Copy() const { function in class:google_breakpad::MinidumpModuleList
H A Dstackwalker_unittest_utils.h117 const google_breakpad::CodeModule *Copy() const { function in class:MockCodeModule
160 const CodeModules *Copy() const { abort(); } // Tests won't use this. function in class:MockCodeModules
/external/google-breakpad/src/testing/include/gmock/internal/
H A Dgmock-internal-utils.h374 // - Copy(raw_container) returns an STL-style container view of a
391 static type Copy(const RawContainer& container) { return container; } function in class:testing::internal::StlContainerView
429 static type Copy(const Element (&array)[N]) {
453 static type Copy(const ::std::tr1::tuple<ElementPointer, Size>& array) { function in class:testing::internal::StlContainerView
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libvpx/libvpx/test/
H A Dconsistency_test.cc98 void Copy(uint8_t *reference, uint8_t *source) { function in class:__anon9381::ConsistencyTestBase
161 Copy(source_data_[1], source_data_[0]);
162 Copy(reference_data_[0], source_data_[0]);
164 Copy(reference_data_[1], source_data_[0]);
181 Copy(source_data_[1], source_data_[0]);
191 Copy(source_data_[1], source_data_[0]);
192 Copy(reference_data_[0], source_data_[0]);
193 Copy(reference_data_[1], source_data_[0]);
198 Copy(reference_data_[1], source_data_[0]);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4361 const int status = info.Copy(pTrack->m_info);
4431 int Track::Info::Copy(Info& dst) const { function in class:mkvparser::Track::Info
4446 // can fail (indeed, that's why we have Info::Copy), so we must
4947 const int status = info.Copy(pTrack->m_info);
5145 const int status = info.Copy(pTrack->m_info);
/external/libvpx/libwebm/
H A Dmkvparser.cpp4447 const int status = info.Copy(pTrack->m_info);
4517 int Track::Info::Copy(Info& dst) const { function in class:Track::Info
4532 // can fail (indeed, that's why we have Info::Copy), so we must
5038 const int status = info.Copy(pTrack->m_info);
5238 const int status = info.Copy(pTrack->m_info);
/external/lldb/source/Core/
H A DDataExtractor.cpp391 // Copy the data into the buffer
2118 DataExtractor::Copy (DataExtractor &dest_data) const function in class:DataExtractor
2144 return (rhs.Copy(*this) > 0);
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c62 value Copy = copy_string(StringRep); local
64 return Copy;

Completed in 1157 milliseconds

12345