Home
last modified time | relevance | path

Searched refs:this_ref (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Ddf-scan.c936 struct df_ref *this_ref; in df_ref_create_structure() local
942 this_ref = pool_alloc (problem_data->ref_pool); in df_ref_create_structure()
943 DF_REF_REG (this_ref) = reg; in df_ref_create_structure()
944 DF_REF_REGNO (this_ref) = regno; in df_ref_create_structure()
945 DF_REF_LOC (this_ref) = loc; in df_ref_create_structure()
946 DF_REF_INSN (this_ref) = insn; in df_ref_create_structure()
947 DF_REF_CHAIN (this_ref) = NULL; in df_ref_create_structure()
948 DF_REF_TYPE (this_ref) = ref_type; in df_ref_create_structure()
949 DF_REF_FLAGS (this_ref) = ref_flags; in df_ref_create_structure()
950 DF_REF_DATA (this_ref) = NULL; in df_ref_create_structure()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Ddf.c786 struct ref *this_ref; local
789 this_ref = (struct ref *) obstack_alloc (&df_ref_obstack,
790 sizeof (*this_ref));
791 DF_REF_REG (this_ref) = reg;
792 DF_REF_LOC (this_ref) = loc;
793 DF_REF_INSN (this_ref) = insn;
794 DF_REF_CHAIN (this_ref) = 0;
795 DF_REF_TYPE (this_ref) = ref_type;
796 DF_REF_FLAGS (this_ref) = ref_flags;
808 DF_REF_ID (this_ref) = df->def_id;
[all …]
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp89 std::shared_ptr<DebuggerThread> this_ref(shared_from_this()); in DebuggerThreadLaunchRoutine() local
116 std::shared_ptr<DebuggerThread> this_ref(shared_from_this()); in DebuggerThreadAttachRoutine() local
/openbsd/src/gnu/usr.bin/perl/lib/
Dlocale_threads.t1673 my $this_ref = $all_tests_ref->[$test_set];
1674 return 0 unless setlocales($this_ref->{categories},
1675 $this_ref->{locales});
1680 $this_ref->{tests});
1711 my $this_ref = $all_tests_ref->[$test_set];
1716 $result &= setlocales($this_ref->{categories}, $this_ref->{locales});
1757 $this_ref->{tests},