Home
last modified time | relevance | path

Searched refs:tctor (Results 1 – 25 of 35) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc11/gcc-11.2.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc10/gcc-10.3.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc9/gcc-9.4.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/testsuite/libphobos.shared/
H A Dplugin.d4 shared uint gctor, gdtor, tctor, tdtor; variable
7 static this() { atomicOp!"+="(tctor, 1); } in this()
49 assert(atomicLoad!(MemoryOrder.acq)(tctor) >= 1); in runTests()
/dports/lang/mono/mono-5.10.1.57/mcs/mcs/
H A Dattribute.cs2101 MethodSpec tctor; field in Mono.CSharp.PredefinedDynamicAttribute
2111 …var cab = new CustomAttributeBuilder ((ConstructorInfo) tctor.GetMetaInfo (), new object[] { GetTr… in EmitAttribute()
2119 …var cab = new CustomAttributeBuilder ((ConstructorInfo) tctor.GetMetaInfo (), new object[] { GetTr… in EmitAttribute()
2201 if (tctor != null) in ResolveTransformationCtor()
2204 tctor = module.PredefinedMembers.DynamicAttributeCtor.Resolve (loc); in ResolveTransformationCtor()
2205 return tctor != null; in ResolveTransformationCtor()
2211 MethodSpec tctor; field in Mono.CSharp.PredefinedTupleElementNamesAttribute
2248 if (tctor == null) { in CreateCustomAttributeBuilder()
2249 tctor = module.PredefinedMembers.TupleElementNamesAttributeCtor.Resolve (loc); in CreateCustomAttributeBuilder()
2250 if (tctor == null) in CreateCustomAttributeBuilder()
[all …]
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/
H A DRenamer.hs212 renameInBinder (ConstructorBinder ann tctor dctor bs) =
213 ConstructorBinder ann tctor dctor <$> traverse renameInBinder bs
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/kernel/
H A Dqmetatype.cpp1709 QMetaType::TypedConstructor tctor; in customTypeConstructor() local
1717 tctor = typeInfo.typedConstructor; in customTypeConstructor()
1719 …Q_ASSERT_X((ctor || tctor) , "void *QMetaType::construct(int type, void *where, const void *copy)"… in customTypeConstructor()
1720 if (Q_UNLIKELY(tctor)) in customTypeConstructor()
1721 return tctor(type, where, copy); in customTypeConstructor()

12