Home
last modified time | relevance | path

Searched refs:has_period (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc174 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
180 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
181 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
182 static_assert( has_period<years,
184 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc174 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
180 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
181 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
182 static_assert( has_period<years,
184 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc171 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
177 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
178 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
179 static_assert( has_period<years,
181 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc174 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
180 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
181 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
182 static_assert( has_period<years,
184 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc171 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
177 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
178 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
179 static_assert( has_period<years,
181 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc171 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
177 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
178 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
179 static_assert( has_period<years,
181 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/std/time/
H A Dsyn_c++20.cc174 constexpr bool has_period = std::is_same_v<typename D::period, P>; variable
180 static_assert( has_period<days, ratio_multiply<ratio<24>, hours::period>> );
181 static_assert( has_period<weeks, ratio_multiply<ratio<7>, days::period>> );
182 static_assert( has_period<years,
184 static_assert( has_period<months, ratio_divide<years::period, ratio<12>>> );
/dports/irc/anope/anope-2.0.9/src/
H A Dmail.cpp117 bool has_period = false; in Validate() local
157 has_period = true; in Validate()
161 return has_period; in Validate()
/dports/lang/ferite/ferite-1.0.2/src/
H A Dferite_function.c397 int i, has_period = FE_FALSE; in ferite_check_params() local
415 has_period = FE_TRUE; in ferite_check_params()
437 if (FE_FALSE && has_period) in ferite_check_params()
472 if( has_period ) in ferite_check_params()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_delete.cc444 && !table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_delete()
617 !table_list->has_period()) in mysql_delete()
691 if (table_list->has_period()) in mysql_delete()
778 if (table->versioned(VERS_TIMESTAMP) || (table_list->has_period())) in mysql_delete()
806 if (table_list->has_period() && portion_of_time_through_update) in mysql_delete()
819 if (likely(!error) && table_list->has_period() in mysql_delete()
874 if (table_list->has_period()) in mysql_delete()
1022 if (table_list->has_period()) in mysql_prepare_delete()
1059 if (table_list->has_period() in mysql_prepare_delete()
H A Dsql_update.cc186 if (table->has_period()) in check_fields()
416 if (table_list->has_period() && table_list->is_view_or_derived()) in mysql_update()
476 if (table_list->has_period()) in mysql_update()
613 if (table_list->has_period()) in mysql_update()
705 if (table_list->has_period()) in mysql_update()
1015 if (table_list->has_period()) in mysql_update()
1100 if (likely(!error) && !record_was_same && table_list->has_period()) in mysql_update()
1264 if (table_list->has_period()) in mysql_update()
1328 if (!table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_update()
1416 if (table_list->has_period() && in mysql_prepare_update()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_delete.cc444 && !table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_delete()
617 !table_list->has_period()) in mysql_delete()
691 if (table_list->has_period()) in mysql_delete()
778 if (table->versioned(VERS_TIMESTAMP) || (table_list->has_period())) in mysql_delete()
806 if (table_list->has_period() && portion_of_time_through_update) in mysql_delete()
819 if (likely(!error) && table_list->has_period() in mysql_delete()
874 if (table_list->has_period()) in mysql_delete()
1022 if (table_list->has_period()) in mysql_prepare_delete()
1059 if (table_list->has_period() in mysql_prepare_delete()
H A Dsql_update.cc186 if (table->has_period()) in check_fields()
416 if (table_list->has_period() && table_list->is_view_or_derived()) in mysql_update()
476 if (table_list->has_period()) in mysql_update()
613 if (table_list->has_period()) in mysql_update()
705 if (table_list->has_period()) in mysql_update()
1015 if (table_list->has_period()) in mysql_update()
1100 if (likely(!error) && !record_was_same && table_list->has_period()) in mysql_update()
1264 if (table_list->has_period()) in mysql_update()
1328 if (!table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_update()
1416 if (table_list->has_period() && in mysql_prepare_update()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_delete.cc460 && !table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_delete()
631 !table_list->has_period()) in mysql_delete()
705 if (table_list->has_period()) in mysql_delete()
811 if (table_list->has_period() && portion_of_time_through_update) in mysql_delete()
824 if (likely(!error) && table_list->has_period() in mysql_delete()
879 if (table_list->has_period()) in mysql_delete()
1033 if (table_list->has_period()) in mysql_prepare_delete()
1073 if (table_list->has_period() in mysql_prepare_delete()
H A Dsql_update.cc187 if (table->has_period()) in check_fields()
417 if (table_list->has_period() && table_list->is_view_or_derived()) in mysql_update()
478 if (table_list->has_period()) in mysql_update()
615 if (table_list->has_period()) in mysql_update()
705 if (table_list->has_period()) in mysql_update()
1012 if (table_list->has_period()) in mysql_update()
1097 if (likely(!error) && !record_was_same && table_list->has_period()) in mysql_update()
1262 if (table_list->has_period()) in mysql_update()
1326 if (!table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_update()
1414 if (table_list->has_period() && in mysql_prepare_update()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_delete.cc460 && !table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_delete()
631 !table_list->has_period()) in mysql_delete()
705 if (table_list->has_period()) in mysql_delete()
811 if (table_list->has_period() && portion_of_time_through_update) in mysql_delete()
824 if (likely(!error) && table_list->has_period() in mysql_delete()
879 if (table_list->has_period()) in mysql_delete()
1033 if (table_list->has_period()) in mysql_prepare_delete()
1073 if (table_list->has_period() in mysql_prepare_delete()
H A Dsql_update.cc187 if (table->has_period()) in check_fields()
417 if (table_list->has_period() && table_list->is_view_or_derived()) in mysql_update()
478 if (table_list->has_period()) in mysql_update()
615 if (table_list->has_period()) in mysql_update()
705 if (table_list->has_period()) in mysql_update()
1012 if (table_list->has_period()) in mysql_update()
1097 if (likely(!error) && !record_was_same && table_list->has_period()) in mysql_update()
1262 if (table_list->has_period()) in mysql_update()
1326 if (!table->versioned(VERS_TIMESTAMP) && !table_list->has_period()) in mysql_update()
1414 if (table_list->has_period() && in mysql_prepare_update()
/dports/print/texlive-base/texlive-20150521-source/texk/chktex/regex/
H A Dregcomp.c1012 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1035 has_period = 1; in optimize_utf8()
1057 if (mb_chars || has_period) in optimize_utf8()
1070 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c1012 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1035 has_period = 1; in optimize_utf8()
1057 if (mb_chars || has_period) in optimize_utf8()
1070 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c1012 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1035 has_period = 1; in optimize_utf8()
1057 if (mb_chars || has_period) in optimize_utf8()
1070 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/pdftexdir/regex/
H A Dregcomp.c1012 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1035 has_period = 1; in optimize_utf8()
1057 if (mb_chars || has_period) in optimize_utf8()
1070 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/devel/arduino-ctags/ctags-5.8-arduino11/gnu_regex/
H A Dregcomp.c1044 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1069 has_period = 1; in optimize_utf8()
1091 if (mb_chars || has_period) in optimize_utf8()
1104 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/lib/
H A Dregcomp.c1027 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1050 has_period = 1; in optimize_utf8()
1072 if (mb_chars || has_period) in optimize_utf8()
1085 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/comms/direwolf/direwolf-1.6/external/regex/
H A Dregcomp.c1023 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1046 has_period = 1; in optimize_utf8()
1068 if (mb_chars || has_period) in optimize_utf8()
1081 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()
/dports/devel/ctags/ctags-5.8/gnu_regex/
H A Dregcomp.c1044 int node, i, mb_chars = 0, has_period = 0; in optimize_utf8() local
1069 has_period = 1; in optimize_utf8()
1091 if (mb_chars || has_period) in optimize_utf8()
1104 dfa->has_mb_node = dfa->nbackref > 0 || has_period; in optimize_utf8()

12345