Home
last modified time | relevance | path

Searched refs:cctor (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.cp/
H A Dpass-by-ref.exp94 set cctor [lindex $states 0]
98 if {$cctor == "deleted" || ($cctor == "absent" && $mctor != "absent")} {
308 foreach cctor $options {
311 lappend all_combinations [list $cctor $dtor $mctor]
363 set cctor [lindex $states 0]
381 if {$cctor == "explicit"} {
388 if {$cctor == "defaultedIn" || $dtor == "defaultedIn"} {
411 if {$cctor == "defaultedIn"
419 if {$cctor == "deleted" && ($is_gcc_6_or_older || $is_clang)} {
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/
H A DClassConstructorRunner.cs74 CctorHandle cctor = Cctor.GetCctor(pContext); in EnsureClassConstructorRun()
75 Cctor[] cctors = cctor.Array; in EnsureClassConstructorRun()
76 int cctorIndex = cctor.Index; in EnsureClassConstructorRun()
80 if (DeadlockAwareAcquire(cctor, pfnCctor)) in EnsureClassConstructorRun()
134 Cctor.Release(cctor); in EnsureClassConstructorRun()
151 int cctorIndex = cctor.Index; in DeadlockAwareAcquire()
152 Cctor[] cctors = cctor.Array; in DeadlockAwareAcquire()
182 CctorHandle cctorWalk = cctor; in DeadlockAwareAcquire()
359 public static void Release(CctorHandle cctor) in Release()
363 Cctor[] cctors = cctor.Array; in Release()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/tuner/MonoMac.Tuner/
H A DMethodMapInjection.cs153 var cctor = GetTypeConstructor (type); in InjectMethodMap()
155 var selectors = MapSelectors (cctor); in InjectMethodMap()
159 cctor.Body.Variables.Add (map); in InjectMethodMap()
160 cctor.Body.SimplifyMacros (); in InjectMethodMap()
162 var il = cctor.Body.GetILProcessor (); in InjectMethodMap()
207 cctor.Body.OptimizeMacros (); in InjectMethodMap()
210 static Dictionary<string, FieldReference> MapSelectors (MethodDefinition cctor) in MapSelectors() argument
212 var instructions = cctor.Body.Instructions; in MapSelectors()
313 cctor.Body.GetILProcessor ().Emit (OpCodes.Ret); in CreateTypeConstructor()
315 type.Methods.Add (cctor); in CreateTypeConstructor()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc8/gcc-8.5.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc6-aux/gcc-6-20180516/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc48/gcc-4.8.5/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc11/gcc-11.2.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc10/gcc-10.3.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc9-devel/gcc-9-20211007/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gnat_util/gcc-6-20180516/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc9/gcc-9.4.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/gcc9-aux/gcc-9.1.0/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgomp/testsuite/libgomp.c++/
H A Dpr30703.C8 int ctor, cctor, dtor; variable
28 cctor++; in A()
68 if (ctor || cctor || dtor) in main()
71 if (ctor + cctor != dtor) in main()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/amd64/
H A DMiscStubs.asm16 ;; execute the cctor and update the context to record this fact.
26 … ;; Check the m_initialized field of the context. The cctor has been run only if this equals 1 (the
35 jmp RhpCheckCctor2 ; Tail-call the check cctor helper that can actually call the cctor
41 ;; execute the cctor and update the context to record this fact.
44 ;; rax : Value that must be preserved in this register across the cctor check.
52 … ;; Check the m_initialized field of the context. The cctor has been run only if this equals 1 (the
66 ;; rax : Value that must be preserved in this register across the cctor check.
97 … ;; Tail-call the classlib cctor check function. Note that the incoming rax value is moved to rcx
98 …;; and the classlib cctor check function is required to return that value, so that rax is preserved

1234567