| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | path.cc | 97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare() argument 100 while (begin1 != end1 && begin2 != end2) in do_compare() 102 if (begin1->native() < begin2->native()) in do_compare() 104 if (begin1->native() > begin2->native()) in do_compare() 107 ++begin2; in do_compare() 112 if (begin2 == end2) in do_compare()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | path.cc | 97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare() argument 100 while (begin1 != end1 && begin2 != end2) in do_compare() 102 if (begin1->native() < begin2->native()) in do_compare() 104 if (begin1->native() > begin2->native()) in do_compare() 107 ++begin2; in do_compare() 112 if (begin2 == end2) in do_compare()
|
| H A D | std-path.cc | 107 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) in do_compare() argument 110 while (begin1 != end1 && begin2 != end2) in do_compare() 112 if (begin1->native() < begin2->native()) in do_compare() 114 if (begin1->native() > begin2->native()) in do_compare() 117 ++begin2; in do_compare() 122 if (begin2 == end2) in do_compare()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| H A D | lsan_common_fuchsia.cpp | 117 uptr begin2 = params->allocator_caches[i] + sizeof(AllocatorCache); in LockStuffAndStopTheWorld() local 118 ScanRangeForPointers(begin2, end, ¶ms->argument->frontier, "TLS", in LockStuffAndStopTheWorld()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 1355 Iterator begin1, end1, begin2, end2; in compare() local 1369 begin2 = p._M_cmpts.begin(); in compare() 1372 while (begin2 != end2 && begin2->_M_type() != _Type::_Filename) in compare() 1373 ++begin2; in compare() 1376 begin2 = end2 = nullptr; in compare() 1382 else if (begin2 != end2) in compare() 1384 if (int ret = native().compare(begin2->native())) in compare() 1387 return ++begin2 == end2 ? 0 : -1; in compare() 1406 while (begin1 != end1 && begin2 != end2) in compare() 1408 if (int i = begin1->native().compare(begin2->native())) in compare() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_path.cc | 1356 Iterator begin1, end1, begin2, end2; in compare() local 1370 begin2 = p._M_cmpts.begin(); in compare() 1373 while (begin2 != end2 && begin2->_M_type() != _Type::_Filename) in compare() 1374 ++begin2; in compare() 1377 begin2 = end2 = nullptr; in compare() 1383 else if (begin2 != end2) in compare() 1385 if (int ret = native().compare(begin2->native())) in compare() 1388 return ++begin2 == end2 ? 0 : -1; in compare() 1407 while (begin1 != end1 && begin2 != end2) in compare() 1409 if (int i = begin1->native().compare(begin2->native())) in compare() [all …]
|
| /netbsd-src/share/doc/usd/01.begin/ |
| H A D | Makefile | 8 begin1.png begin2.png begin3.png begin4.png begin5.png \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | poly-int.texi | 356 [@var{begin2}, @var{end2}) using the @code{poly_int} comparisons is: 359 maybe_gt (@var{end1}, @var{begin2}) && maybe_gt (@var{end2}, @var{begin1}) 365 !(known_le (@var{end1}, @var{begin2}) || known_le (@var{end2}, @var{begin1}))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | poly-int.texi | 356 [@var{begin2}, @var{end2}) using the @code{poly_int} comparisons is: 359 maybe_gt (@var{end1}, @var{begin2}) && maybe_gt (@var{end2}, @var{begin1}) 365 !(known_le (@var{end1}, @var{begin2}) || known_le (@var{end2}, @var{begin1}))
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | semantics.c | 6240 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators() local 6244 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset)) in cp_omp_finish_iterators() 6246 error_at (EXPR_LOC_OR_LOC (begin2, loc2), in cp_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | semantics.cc | 6667 tree begin2 = TREE_VEC_ELT (it2, 1); in cp_omp_finish_iterators() local 6671 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset)) in cp_omp_finish_iterators() 6673 error_at (EXPR_LOC_OR_LOC (begin2, loc2), in cp_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 13803 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators() local 13816 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset)) in c_omp_finish_iterators() 13818 error_at (EXPR_LOC_OR_LOC (begin2, loc2), in c_omp_finish_iterators()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 14036 tree begin2 = TREE_VEC_ELT (it2, 1); in c_omp_finish_iterators() local 14049 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset)) in c_omp_finish_iterators() 14051 error_at (EXPR_LOC_OR_LOC (begin2, loc2), in c_omp_finish_iterators()
|
| /netbsd-src/distrib/sets/lists/misc/ |
| H A D | mi | 1259 ./usr/share/doc/usd/begin/begin2.png misc-usd-doc doc,html,groffhtmldoc
|