Home
last modified time | relevance | path

Searched refs:find_first_not_of (Results 1 – 25 of 3136) sorted by relevance

12345678910>>...126

/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/unittests/basic_string_view/operations/find/char/
H A D3.cc38 csz01 = str01.find_first_not_of(str01); in test03()
40 csz01 = str01.find_first_not_of(str02, 0); in test03()
46 csz01 = str01.find_first_not_of(str03, 0); in test03()
76 csz01 = str01.find_first_not_of('B'); in test03()
78 csz01 = str01.find_first_not_of('o', 1); in test03()
80 csz01 = str02.find_first_not_of('z'); in test03()
82 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/char/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
77 csz01 = str01.find_first_not_of('B'); in test03()
79 csz01 = str01.find_first_not_of('o', 1); in test03()
81 csz01 = str02.find_first_not_of('z'); in test03()
83 csz01 = str04.find_first_not_of('S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of('B'); in test04()
146 csz01 = str02.find_first_not_of('z'); in test04()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/find/wchar_t/
H A D3.cc39 csz01 = str01.find_first_not_of(str01); in test03()
41 csz01 = str01.find_first_not_of(str02, 0); in test03()
47 csz01 = str01.find_first_not_of(str03, 0); in test03()
53 csz01 = str01.find_first_not_of(str04, 0); in test03()
77 csz01 = str01.find_first_not_of(L'B'); in test03()
81 csz01 = str02.find_first_not_of(L'z'); in test03()
83 csz01 = str04.find_first_not_of(L'S'); in test03()
104 csz01 = str01.find_first_not_of(str01); in test04()
142 csz01 = str01.find_first_not_of(L'B'); in test04()
146 csz01 = str02.find_first_not_of(L'z'); in test04()
[all …]

12345678910>>...126