Home
last modified time | relevance | path

Searched refs:loc2 (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/ia64/
Dcrtbegin.asm138 mov loc2 = gp
165 mov loc2 = gp
196 add r16 = r15, loc2 // r16 <- dtor_ptr (absolute)
240 mov loc2 = gp
245 mov gp = loc2
Dcrtend.asm89 alloc loc2 = ar.pfs, 0, 5, 0, 0
121 mov ar.pfs = loc2
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dmerge.c399 const svn_client__pathrev_t *loc2, in merge_source_create() argument
407 s->loc2 = svn_client__pathrev_dup(loc2, result_pool); in merge_source_create()
420 s->loc2 = svn_client__pathrev_dup(source->loc2, result_pool); in merge_source_dup()
588 right_relpath = svn_client__pathrev_relpath(merge_source->loc2, in make_conflict_versions()
599 merge_source->loc2->repos_root_url, in make_conflict_versions()
600 merge_source->loc2->repos_uuid, in make_conflict_versions()
602 merge_source->loc2->rev, in make_conflict_versions()
1071 if (merge_b->merge_source.loc1->rev < merge_b->merge_source.loc2->rev in prepare_merge_props_changed()
1367 svn_client__pathrev_t *loc2; in record_tree_conflict() local
1383 loc2 = svn_client__pathrev_dup(merge_b->merge_source.loc2, in record_tree_conflict()
[all …]
Dra.c935 const svn_client__pathrev_t *loc2, in svn_client__calc_youngest_common_ancestor() argument
945 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__calc_youngest_common_ancestor()
1006 const svn_client__pathrev_t *loc2, in svn_client__get_youngest_common_ancestor() argument
1017 if (strcmp(loc1->repos_root_url, loc2->repos_root_url) != 0) in svn_client__get_youngest_common_ancestor()
1041 loc2, in svn_client__get_youngest_common_ancestor()
1052 loc2, history2, in svn_client__get_youngest_common_ancestor()
Dclient.h207 const svn_client__pathrev_t *loc2,
235 const svn_client__pathrev_t *loc2,
1164 const svn_client__pathrev_t *loc2; member
Dmerge_elements.c239 source->loc1, source->loc2, in svn_client__merge_elements()
Dconflicts.c474 svn_client__pathrev_t *loc2; in find_yca() local
481 loc2 = svn_client__pathrev_create_with_relpath(repos_root_url, repos_uuid, in find_yca()
484 SVN_ERR(svn_client__get_youngest_common_ancestor(yca_loc, loc1, loc2, in find_yca()
/freebsd-12-stable/bin/sh/
Dtrap.c509 struct jmploc loc1, loc2; in exitshell_savedstatus() local
535 if (!setjmp(loc2.loc)) { in exitshell_savedstatus()
536 handler = &loc2; /* probably unnecessary */ in exitshell_savedstatus()
/freebsd-12-stable/contrib/gcc/
Dvar-tracking.c2409 rtx loc2 = var->var_part[j].loc_chain->loc; in emit_note_insn_var_location() local
2416 == REGNO (loc2)) in emit_note_insn_var_location()
2422 new_loc = simplify_subreg (wider_mode, loc2, mode, 0); in emit_note_insn_var_location()
2433 && GET_CODE (XEXP (loc2, 0)) == PLUS in emit_note_insn_var_location()
2434 && GET_CODE (XEXP (XEXP (loc2, 0), 0)) == REG in emit_note_insn_var_location()
2435 && GET_CODE (XEXP (XEXP (loc2, 0), 1)) == CONST_INT) in emit_note_insn_var_location()
2439 XEXP (XEXP (loc2, 0), 0)) in emit_note_insn_var_location()
2440 && INTVAL (XEXP (XEXP (loc2, 0), 1)) in emit_note_insn_var_location()
2446 XEXP (XEXP (loc2, 0), 0)) in emit_note_insn_var_location()
2449 == INTVAL (XEXP (XEXP (loc2, 0), 1)))) in emit_note_insn_var_location()
Dggc-common.c934 cmp_statistic (const void *loc1, const void *loc2) in cmp_statistic() argument
937 struct loc_descriptor *l2 = *(struct loc_descriptor **) loc2; in cmp_statistic()
Ddwarf2out.c742 cfa_equal_p (const dw_cfa_location *loc1, const dw_cfa_location *loc2) in cfa_equal_p() argument
744 return (loc1->reg == loc2->reg in cfa_equal_p()
745 && loc1->offset == loc2->offset in cfa_equal_p()
746 && loc1->indirect == loc2->indirect in cfa_equal_p()
748 || loc1->base_offset == loc2->base_offset)); in cfa_equal_p()
6019 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark) in same_loc_p() argument
6021 return loc1->dw_loc_opc == loc2->dw_loc_opc in same_loc_p()
6022 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark) in same_loc_p()
6023 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark); in same_loc_p()
6030 dw_loc_descr_ref loc1, loc2; in same_dw_val_p() local
[all …]
Dreload.c3120 int loc1, loc2; in find_reloads() local
3139 loc2 = commutative + 1; in find_reloads()
3141 loc2 = commutative; in find_reloads()
3143 loc2 = m; in find_reloads()
3148 recog_data.operand_loc[loc2], in find_reloads()
Dc-parser.c3750 location_t loc2; in c_parser_label() local
3755 loc2 = c_parser_peek_token (parser)->location; in c_parser_label()
3758 tlab = define_label (loc2, name); in c_parser_label()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang-c/
DIndex.h487 CXSourceLocation loc2);
/freebsd-12-stable/sys/dev/sound/pci/hda/
Dhdaa.c6945 int loc1, loc2, t1, t2; in hdaa_pcm_probe() local
6952 loc2 = devinfo->as[pdevinfo->recas].location; in hdaa_pcm_probe()
6954 loc2 = loc1; in hdaa_pcm_probe()
6955 if (loc1 != loc2) in hdaa_pcm_probe()
/freebsd-12-stable/contrib/unbound/doc/
Dunbound.doxygen1423 # TAGFILES = file1=loc1 "file2 = loc2" ...
1424 # where "loc1" and "loc2" can be relative or absolute paths or
/freebsd-12-stable/contrib/ldns/
Dlibdns.doxygen1600 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
2075 # TAGFILES = file1=loc1 "file2 = loc2" ...
2076 # where loc1 and loc2 can be relative or absolute paths or URLs. See the
/freebsd-12-stable/contrib/bearssl/
DDoxyfile1595 # EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
2070 # TAGFILES = file1=loc1 "file2 = loc2" ...
2071 # where loc1 and loc2 can be relative or absolute paths or URLs. See the