Home
last modified time | relevance | path

Searched refs:start1 (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dcp-gimplify.c781 tree start1, end1, p1; in cxx_omp_clause_apply_fn() local
785 start1 = arg1; in cxx_omp_clause_apply_fn()
790 start1 = build4 (ARRAY_REF, inner_type, start1, in cxx_omp_clause_apply_fn()
797 start1 = build_fold_addr_expr (start1); in cxx_omp_clause_apply_fn()
802 end1 = fold_convert (TREE_TYPE (start1), end1); in cxx_omp_clause_apply_fn()
803 end1 = build2 (PLUS_EXPR, TREE_TYPE (start1), start1, end1); in cxx_omp_clause_apply_fn()
805 p1 = create_tmp_var (TREE_TYPE (start1), NULL); in cxx_omp_clause_apply_fn()
806 t = build2 (MODIFY_EXPR, void_type_node, p1, start1); in cxx_omp_clause_apply_fn()
/openbsd/src/gnu/usr.bin/texinfo/util/
Dtexindex.c136 int compare_field (struct keyfield *keyfield, char *start1,
451 char *start1 = find_field (&keyfields[i], *line1, &length1); in compare_full() local
453 int tem = compare_field (&keyfields[i], start1, length1, in compare_full()
510 char *start1 = find_field (&keyfields[i], text1, &length1); in compare_prepared() local
512 int tem = compare_field (&keyfields[i], start1, length1, in compare_prepared()
543 char *start1 = find_field (&keyfields[i], str1, &length1); in compare_general() local
545 int tem = compare_field (&keyfields[i], start1, length1, pos1, in compare_general()
745 compare_field (struct keyfield *keyfield, char *start1, long int length1, in compare_field() argument
757 long value = find_value (start1, length1) - find_value (start2, length2); in compare_field()
766 char *p1 = start1; in compare_field()
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cpp226 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, in IntervalsAreSeparate() argument
228 CHECK(start1 <= end1); in IntervalsAreSeparate()
230 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td5387 (ins GR64:$start1, GR64:$start2, GR32:$char),
5388 [(set GR64:$end, (operator GR64:$start1, GR64:$start2,
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dmd5.sum5276 8ab8f655c2a1cb2bf73de23d26f1f8b6 ld/testsuite/ld-cris/start1.s