Home
last modified time | relevance | path

Searched refs:replace_refs (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/py-jsonref/jsonref-0.2/
H A Dtests.py35 assert JsonRef.replace_refs(json) == json
39 assert JsonRef.replace_refs(json)["b"] == json["a"]
43 assert JsonRef.replace_refs(json)[1] == json[0]
57 result = JsonRef.replace_refs(json)
69 result = JsonRef.replace_refs(json)
76 result = JsonRef.replace_refs(json)
97 result = JsonRef.replace_refs(data, loader=loader)
112 result = JsonRef.replace_refs(
122 repr(JsonRef.replace_refs(json)) ==
208 result = JsonRef.replace_refs(json)
[all …]
H A Djsonref.py70 def replace_refs(cls, obj, _recursive=False, **kwargs): member in JsonRef
120 (k, cls.replace_refs(v, _path=path + [k], **kwargs))
125 cls.replace_refs(v, _path=path + [i], **kwargs)
184 base_doc = JsonRef.replace_refs(base_doc, **kwargs)
339 return JsonRef.replace_refs(
363 return JsonRef.replace_refs(
388 return JsonRef.replace_refs(
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/
H A Dgit_filter_repo.py2215 if (args.partial or args.refs) and not args.replace_refs:
2216 args.replace_refs = 'update-no-add'
2872 if not self._args.replace_refs:
2875 self._args.replace_refs = 'update-no-add'
2891 if not self._args.replace_refs:
3754 replace_refs = {k:v for k, v in self._orig_refs.items()
3757 for k,v in replace_refs.items():
3759 all(map(self._orig_refs.pop, replace_refs))
3779 replace_refs_to_nuke = set(replace_refs)
3780 if self._args.replace_refs == 'delete-and-add':
[all …]
H A Dgit-filter-repo2215 if (args.partial or args.refs) and not args.replace_refs:
2216 args.replace_refs = 'update-no-add'
2872 if not self._args.replace_refs:
2875 self._args.replace_refs = 'update-no-add'
2891 if not self._args.replace_refs:
3754 replace_refs = {k:v for k, v in self._orig_refs.items()
3757 for k,v in replace_refs.items():
3759 all(map(self._orig_refs.pop, replace_refs))
3779 replace_refs_to_nuke = set(replace_refs)
3780 if self._args.replace_refs == 'delete-and-add':
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimple-ssa-strength-reduction.c1564 replace_refs (slsr_cand_t c) in replace_refs() function
1578 replace_refs (lookup_cand (c->sibling)); in replace_refs()
1581 replace_refs (lookup_cand (c->dependent)); in replace_refs()
2583 replace_refs (c); in analyze_candidates_and_replace()
/dports/comms/fldigi/fldigi-4.1.20/src/spot/
H A Dnotify.cxx749 struct replace_refs struct
833 replace_refs()(n, alert); in notify_notify()
850 replace_refs()(n, text); in notify_notify()
864 replace_refs()(n, m.text[0]); in notify_notify()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimple-ssa-strength-reduction.c1549 replace_refs (slsr_cand_t c) in replace_refs() function
1563 replace_refs (lookup_cand (c->sibling)); in replace_refs()
1566 replace_refs (lookup_cand (c->dependent)); in replace_refs()
2568 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimple-ssa-strength-reduction.c1922 replace_refs (slsr_cand_t c) in replace_refs() function
1949 replace_refs (lookup_cand (c->sibling)); in replace_refs()
1952 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3547 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c1912 replace_refs (slsr_cand_t c) in replace_refs() function
1939 replace_refs (lookup_cand (c->sibling)); in replace_refs()
1942 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3545 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimple-ssa-strength-reduction.c1912 replace_refs (slsr_cand_t c) in replace_refs() function
1939 replace_refs (lookup_cand (c->sibling)); in replace_refs()
1942 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3545 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimple-ssa-strength-reduction.c2031 replace_refs (slsr_cand_t c) in replace_refs() function
2058 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2061 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3922 replace_refs (c); in analyze_candidates_and_replace()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgimple-ssa-strength-reduction.c2023 replace_refs (slsr_cand_t c) in replace_refs() function
2060 replace_refs (lookup_cand (c->sibling)); in replace_refs()
2063 replace_refs (lookup_cand (c->dependent)); in replace_refs()
3926 replace_refs (c); in analyze_candidates_and_replace()

1234