Searched defs:cloneImpl (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/inspector/
H A Dv8-stack-trace-impl.cc155 asyncCallChain ? asyncCallChain->cloneImpl() : nullptr));
183 std::unique_ptr<V8StackTraceImpl> V8StackTraceImpl::cloneImpl() { function in class:v8_inspector::V8StackTraceImpl
187 m_parent ? m_parent->cloneImpl() : nullptr));
188 if (m_creation) copy->setCreation(m_creation->cloneImpl());
/external/llvm/lib/IR/
H A DInstruction.cpp618 Instruction *Instruction::cloneImpl() const { function in class:Instruction
619 llvm_unreachable("Subclass of Instruction failed to implement cloneImpl");
629 New = cast<clas>(this)->cloneImpl(); \
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h264 TempGenericDINode cloneImpl() const {
281 TempGenericDINode clone() const { return cloneImpl(); }
327 TempDISubrange cloneImpl() const { function in class:llvm::DISubrange
335 TempDISubrange clone() const { return cloneImpl(); }
371 TempDIEnumerator cloneImpl() const { function in class:llvm::DIEnumerator
381 TempDIEnumerator clone() const { return cloneImpl(); }
469 TempDIFile cloneImpl() const { function in class:llvm::DIFile
479 TempDIFile clone() const { return cloneImpl(); }
633 TempDIBasicType cloneImpl() const { function in class:llvm::DIBasicType
650 TempDIBasicType clone() const { return cloneImpl(); }
695 TempDIDerivedType cloneImpl() const { function in class:llvm::DIDerivedType
813 TempDICompositeType cloneImpl() const { function in class:llvm::DICompositeType
954 TempDISubroutineType cloneImpl() const { function in class:llvm::DISubroutineType
1036 TempDICompileUnit cloneImpl() const { function
1192 TempDILocation cloneImpl() const { function in class:llvm::DICompileUnit::DILocation
1750 TempDITemplateTypeParameter cloneImpl() const { function in class:llvm::DICompileUnit::DITemplateTypeParameter
1789 TempDITemplateValueParameter cloneImpl() const { function in class:llvm::DICompileUnit::DITemplateValueParameter
1886 TempDIGlobalVariable cloneImpl() const { function in class:llvm::DICompileUnit::DIGlobalVariable
2267 TempDIImportedEntity cloneImpl() const { function in class:llvm::DICompileUnit::DIImportedEntity
2418 TempDIMacroFile cloneImpl() const { function in class:llvm::DICompileUnit::DIMacroFile
[all...]
H A DMetadata.h1065 TempMDTuple cloneImpl() const { function in class:llvm::MDTuple
1099 TempMDTuple clone() const { return cloneImpl(); }
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DMetadata.h1090 TempMDTuple cloneImpl() const { function in class:llvm::MDTuple
1125 TempMDTuple clone() const { return cloneImpl(); }
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 158 milliseconds