Searched refs:begin2 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/share/doc/usd/01.begin/
H A DMakefile8 begin1.png begin2.png begin3.png begin4.png begin5.png \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) argument
100 while (begin1 != end1 && begin2 != end2)
102 if (begin1->native() < begin2->native())
104 if (begin1->native() > begin2->native())
107 ++begin2;
112 if (begin2 == end2)
H A Dstd-path.cc107 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) argument
110 while (begin1 != end1 && begin2 != end2)
112 if (begin1->native() < begin2->native())
114 if (begin1->native() > begin2->native())
117 ++begin2;
122 if (begin2 == end2)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc97 int do_compare(Iter1 begin1, Iter1 end1, Iter2 begin2, Iter2 end2) argument
100 while (begin1 != end1 && begin2 != end2)
102 if (begin1->native() < begin2->native())
104 if (begin1->native() > begin2->native())
107 ++begin2;
112 if (begin2 == end2)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_common_fuchsia.cpp117 uptr begin2 = params->allocator_caches[i] + sizeof(AllocatorCache);
118 ScanRangeForPointers(begin2, end, &params->argument->frontier, "TLS",
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1355 Iterator begin1, end1, begin2, end2;
1369 begin2 = p._M_cmpts.begin();
1372 while (begin2 != end2 && begin2->_M_type() != _Type::_Filename)
1373 ++begin2;
1376 begin2 = end2 = nullptr;
1382 else if (begin2 != end2)
1384 if (int ret = native().compare(begin2->native()))
1387 return ++begin2 == end2 ? 0 : -1;
1406 while (begin1 != end1 && begin2 !
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc1356 Iterator begin1, end1, begin2, end2;
1370 begin2 = p._M_cmpts.begin();
1373 while (begin2 != end2 && begin2->_M_type() != _Type::_Filename)
1374 ++begin2;
1377 begin2 = end2 = nullptr;
1383 else if (begin2 != end2)
1385 if (int ret = native().compare(begin2->native()))
1388 return ++begin2 == end2 ? 0 : -1;
1407 while (begin1 != end1 && begin2 !
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsemantics.c6241 tree begin2 = TREE_VEC_ELT (it2, 1);
6245 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset))
6247 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
6240 tree begin2 = TREE_VEC_ELT (it2, 1); local
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.cc6613 tree begin2 = TREE_VEC_ELT (it2, 1);
6617 if (cp_walk_tree (&begin2, find_omp_placeholder_r, var, &pset))
6619 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
6612 tree begin2 = TREE_VEC_ELT (it2, 1); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c13842 tree begin2 = TREE_VEC_ELT (it2, 1);
13855 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset))
13857 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
13803 tree begin2 = TREE_VEC_ELT (it2, 1); local
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc14075 tree begin2 = TREE_VEC_ELT (it2, 1);
14088 else if (walk_tree (&begin2, c_find_omp_var_r, &data, &pset))
14090 error_at (EXPR_LOC_OR_LOC (begin2, loc2),
14036 tree begin2 = TREE_VEC_ELT (it2, 1); local

Completed in 496 milliseconds