Home
last modified time | relevance | path

Searched refs:weeks (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/time/
H A Dweeks.pass.cpp23 typedef std::chrono::weeks D; in main()
/llvm-project-15.0.7/llvm/docs/
H A DGettingInvolved.rst160 - Every 2 weeks on Wednesday
164 - Every 2 weeks on Thursday
199 - Every 4 weeks on Tuesdays
207 - Every 2 weeks on Tuesdays, 3pm UTC
215 - Every 8 weeks on Mondays
220 - Every 4 weeks on Thursdays
278 - Every 2 weeks, Wednesdays 10:30am (Chicago Time), for 1 hour.
289 …- Monthly, 2nd Thursday of the month at 17:00 BST - London time (9:00am PT except for 2 weeks in s…
H A DResponseGuide.rst145 The committee will aim to have a resolution agreed upon within two weeks of
229 to the individual(s). The committee will aim to evaluate appeals within two weeks of receipt. In th…
H A DHowToReleaseLLVM.rst55 * Tag bug fix -rc1 after 4 weeks have passed.
57 * Tag bug fix -rc2 4 weeks after -rc1.
H A DSupportPolicy.rst184 * Components go broken for long periods of time (weeks or more).
H A DSecurity.rst198 …nation / removal discussions) become public within approximately fourteen weeks of the fix landing…
H A DDeveloperPolicy.rst962 process to take at least 4-6 weeks. If you would like to contribute code
/llvm-project-15.0.7/libcxx/src/
H A Dlocale.cpp4949 weeks[7] = "Sun"; in init_weeks()
4950 weeks[8] = "Mon"; in init_weeks()
4951 weeks[9] = "Tue"; in init_weeks()
4952 weeks[10] = "Wed"; in init_weeks()
4953 weeks[11] = "Thu"; in init_weeks()
4954 weeks[12] = "Fri"; in init_weeks()
4955 weeks[13] = "Sat"; in init_weeks()
4956 return weeks; in init_weeks()
4979 return weeks; in init_wweeks()
4988 return weeks; in __weeks()
[all …]
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DVariableNames.rst306 each (at least 4 weeks after the first change, at least 2 weeks subsequently)
/llvm-project-15.0.7/libcxx/include/__chrono/
H A Dduration.h309 typedef duration< int, ratio_multiply<ratio<7>, days::period>> weeks;