Home
last modified time | relevance | path

Searched refs:__day_of_year_ (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dparser_std_format_spec.h254 bool __day_of_year_ : 1; member
516 .__day_of_year_ = __day_of_year_,
538 bool __day_of_year_ : 1 {false};
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dparser_std_format_spec.h250 __parser_.__day_of_year_ = true; in __parse_conversion_spec()
H A Dformatter.h655 if (__specs.__chrono_.__day_of_year_ && !__formatter::__date_ok(__value)) in __format_chrono()