Home
last modified time | relevance | path

Searched refs:dstField (Results 1 – 25 of 34) sorted by relevance

12

/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/
H A Dpoking.py47 for dstField, srcField in izip(dstFields, srcFields):
48 dstData[dstField] = sourceData[srcField]
130 for dstField, srcField in izip(destinationFields, sourceFields):
131 dstData[dstField] = sourceData[srcField]
193 for dstField, srcField in izip(destinationFields, sourceFields):
194 data[dstField] = destination[dstField] + source[srcField]
H A Dgoaling.py54 for dstField, srcField in izip(destinationFields, sourceFields):
55 dstData[dstField] = sourceData[srcField]
H A Dacting.py844 for dstField, srcField in izip(dstFields, srcFields):
845 if (dstField != srcField) and (srcField != 'value'):
848 dstField, dst.name, srcField))
900 for dstField, srcField in izip(dstFields, srcFields):
901 if (dstField != srcField) and (srcField != 'value'):
904 dstField, dst.name, srcField, src.name))
/dports/sysutils/istio/istio-1.6.7/vendor/sigs.k8s.io/service-apis/vendor/sigs.k8s.io/controller-tools/pkg/crd/
H A Dflatten.go91 dstField := dstVal.Field(i)
92 dstInt := dstField.Interface()
93 if isOrNil(dstField, dstInt, zeroInt) {
95 dstField.Set(srcField)
122 dstField.Set(reflect.AppendSlice(dstField, srcField))
153 dstRemVal.Field(i).Set(dstField)
155 dstField.Set(zeroVal)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/accounts/abi/
H A Dreflect.go161 dstField := dst.Field(i)
162 if !dstField.IsValid() || !srcField.IsValid() {
165 if err := set(dstField, srcField); err != nil {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/imdario/mergo/
H A Dmerge.go98 dstField := dst.Field(i)
113 dstField, err = deepMerge(dstField, src.Field(i), visited, depth+1, config)
117 dstCp.Field(i).Set(dstField)
/dports/graphics/wdune/wdune-1.926/src/
H A Dparser.y1259 int dstField, dstEventIn, dstEventOut, dstExposedField; in isField() local
1289 Field *field = proto->getField(dstField); in isField()
1294 proto, dstField); in isField()
1312 dstField = proto->lookupField(isName, x3d); in isField()
1313 if (dstField != -1) { in isField()
1314 Field *field = proto->getField(dstField); in isField()
1347 const MyString &dstNode, const MyString &dstField) in route() argument
1366 eventIn = dst->lookupEventIn(dstField, x3d); in route()
1389 node->addEventIn(type, dstField); in route()
1390 eventIn = dst->lookupEventIn(dstField, x3d); in route()
[all …]
H A Dparser.cpp3188 int dstField, dstEventIn, dstEventOut, dstExposedField; in isField() local
3218 Field *field = proto->getField(dstField); in isField()
3223 proto, dstField); in isField()
3241 dstField = proto->lookupField(isName, x3d); in isField()
3242 if (dstField != -1) { in isField()
3243 Field *field = proto->getField(dstField); in isField()
3276 const MyString &dstNode, const MyString &dstField) in route() argument
3295 eventIn = dst->lookupEventIn(dstField, x3d); in route()
3318 node->addEventIn(type, dstField); in route()
3319 eventIn = dst->lookupEventIn(dstField, x3d); in route()
[all …]
H A DSceneGraphView.cpp1849 int dstField = -1; in addIs() local
1854 dstField = dstSocket; in addIs()
1862 dstField = dstSocket; in addIs()
1865 dstField = dstSocket - dstSockets; in addIs()
1866 if (dstField < 0) in addIs()
1874 if (dstField < 0) in addIs()
1876 int dstType = getType(dst->getProto(), dstElementType, dstField); in addIs()
1895 dstField = dstExposedField != -1 ? dstExposedField : dstField; in addIs()
1896 field->addIs(dst, dstField, dstElementType, src, srcField); in addIs()
1920 dstField = dstExposedField != -1 ? dstExposedField : dstField; in addIs()
[all …]
H A Dparser.old1273 int dstField, dstEventIn, dstEventOut, dstExposedField;
1303 Field *field = proto->getField(dstField);
1308 proto, dstField);
1326 dstField = proto->lookupField(isName, x3d);
1327 if (dstField != -1) {
1328 Field *field = proto->getField(dstField);
1361 const MyString &dstNode, const MyString &dstField)
1380 eventIn = dst->lookupEventIn(dstField, x3d);
1403 node->addEventIn(type, dstField);
1404 eventIn = dst->lookupEventIn(dstField, x3d);
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dreggrow.c1529 AddOverlapData(Field dstField, int *dstCounts, int *meshOffsets, in AddOverlapData() argument
1570 if (! DXGetComponentValue(dstField, "original connections")) in AddOverlapData()
1572 if (! DXSetComponentValue(dstField, "original connections", in AddOverlapData()
1738 dstArray = (Array)DXGetComponentValue(dstField, "positions"); in AddOverlapData()
1753 if (! DXGetComponentValue(dstField, "original positions")) in AddOverlapData()
1755 if (! DXSetComponentValue(dstField, "original positions", in AddOverlapData()
1769 if (! DXSetComponentValue(dstField, "positions", in AddOverlapData()
1802 dstArray = (Array)DXGetComponentValue(dstField, name); in AddOverlapData()
1843 if (! DXSetComponentValue(dstField, name, (Object)dstArray)) in AddOverlapData()
1866 if (! DXGetComponentValue(dstField, origName)) in AddOverlapData()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/codegen/codegen/style/
H A Dparsed_file.cpp383 auto &dstField((*dstFields)[i]); in applyStructParent() local
386 dstField.status == Status::Uninitialized) { in applyStructParent()
388 auto &dstValue(dstField.variable.value); in applyStructParent()
392 dstField.status = fromTheSameModule in applyStructParent()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1738 Address dstField = Builder.CreateStructGEP(dst, index, capture.getOffset()); in GenerateCopyHelperFunction() local
1743 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1745 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1751 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
1762 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
1763 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
1775 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
1781 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
1806 pushCaptureCleanup(CopiedCapture.Kind, dstField, captureType, flags, /*EHOnly*/ true, in GenerateCopyHelperFunction()
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibEncoder/
H A DTEncTop.cpp304 Void separateFields(Pel* org, Pel* dstField, UInt stride, UInt width, UInt height, Bool isTop) in separateFields() argument
314 dstField[x] = org[x]; in separateFields()
317 dstField += stride; in separateFields()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1987 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1993 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2005 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2006 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2018 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2026 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1987 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1993 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2005 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2006 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2018 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2026 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1983 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1989 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1992 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1998 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2010 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2011 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2023 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2031 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2048 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp1984 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1990 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1993 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1999 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2011 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2012 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2024 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2032 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2049 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGBlocks.cpp1995 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
2001 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2004 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
2010 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2022 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2023 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2035 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2043 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2060 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2057 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
2063 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2066 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
2072 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2084 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2085 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2097 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2105 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2122 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1987 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1993 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2005 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2006 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2018 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2026 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCGBlocks.cpp2059 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
2065 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2068 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
2074 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2086 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2087 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2099 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2107 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2124 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCGBlocks.cpp1983 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1989 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1992 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1998 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2010 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2011 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2023 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2031 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2048 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp1978 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
1984 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
1987 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
1993 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2005 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2006 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2018 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2026 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2043 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.cpp2057 Address dstField = Builder.CreateStructGEP(dst, index); in GenerateCopyHelperFunction() local
2063 EmitSynthesizedCXXCopyCtor(dstField, srcField, CI.getCopyExpr()); in GenerateCopyHelperFunction()
2066 EmitARCCopyWeak(dstField, srcField); in GenerateCopyHelperFunction()
2072 callCStructCopyConstructor(MakeAddrLValue(dstField, varType), in GenerateCopyHelperFunction()
2084 Builder.CreateStore(null, dstField); in GenerateCopyHelperFunction()
2085 EmitARCStoreStrongCall(dstField, srcValue, true); in GenerateCopyHelperFunction()
2097 cast<llvm::Instruction>(dstField.getPointer())->eraseFromParent(); in GenerateCopyHelperFunction()
2105 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
2122 pushCaptureCleanup(CopiedCapture.CopyKind, dstField, captureType, flags, in GenerateCopyHelperFunction()

12