Home
last modified time | relevance | path

Searched refs:UT (Results 1 – 25 of 34) sorted by relevance

12

/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp110 const RecordType *UT = T->getAsUnionType(); in checkPreCall() local
111 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>()) in checkPreCall()
/minix/share/misc/
H A Dzipcodes36586 84024:Echo, UT
36605 84043:Lehi, UT
36617 84057:Orem, UT
36618 84058:Orem, UT
36619 84059:Orem, UT
36627 84067:Roy, UT
36716 84310:Eden, UT
36766 84521:Elmo, UT
36776 84532:Moab, UT
36813 84645:Mona, UT
[all …]
H A Dna.postal81 UT:Utah:Utah:US
H A Dna.phone.add106 435:Utah (USA):Cedar City, St. George:UT
226 801:Utah (USA):Salt Lake City:UT
H A Dna.phone128 435:Utah (USA):Cedar City, St. George:UT
283 801:Utah (USA):Salt Lake City:UT
H A Dairport568 BCE:Bryce Canyon Airport, UT, USA
643 BFG:Bullfrog Basin Airport, UT, USA
810 BMC:Brigham City Airport, UT, USA
968 BTF:Bountiful (Skypark), UT, USA
1855 DPG:Dugway Proving Ground, UT, USA
2093 ENV:Wendover Airport, UT, USA
2285 FIL:Fillmore Airport, UT, USA
3098 HVE:Hanksville Airport, UT, USA
4212 LGU:Logan-Cache Airport, UT, USA
8151 VEL:Vernal Airport, UT, USA
[all …]
H A Dacronyms.comp1285 UT unit test
/minix/external/public-domain/tz/dist/
H A Detcetera33 # the abbreviation "GMT+4" and corresponds to 4 hours behind UT
35 # mean 4 hours ahead of UT (i.e. east of Greenwich).
H A Dbackzone483 # (1) Cambodia reverted to UT+7 on 1945-09-02, when Vietnam did, and
484 # (2) they also reverted to UT+7 on 1953-11-09, the date of independence.
504 # Trần's book says that Laos reverted to UT+7 on 1955-04-15.
505 # Also, guess that Laos reverted to UT+7 on 1945-09-02, when Vietnam did;
H A Dasia345 # to use UT+8. As the Shanghai radio station (and I presume the
360 # * "From the end of the 19th century" it changed to UT+8.
366 # at first only in coastal areas observing UT+8.
370 # * Japanese-occupied Manchuria was at UT+9, i.e., Japan time.
374 # * The People's Liberation Army used UT+8 during the civil war.
393 # Zhongyuan Time ("Central plain Time") UT+8
408 # Xin-zang Time ("Xinjiang-Tibet Time") UT+6
421 # Kunlun Time UT+5.5
513 # UT+8 mandate back then.
1016 # vernal equinox on 2058-03-20 09:03:05.9 UT. The Java version of
[all …]
H A DTheory233 Use UT (with time zone abbreviation 'zzz') for locations while
240 to use numeric UT offsets like '-0600' instead of time zone
285 For example, from 1891 to 1911 the UT offset in France was legally
320 1937 Netherlands clocks were legally UT+00:19:32.13, but the tz
400 offset west of UT. 'hh' may be a single digit; 0<=hh<=24.
546 time_t values when doing conversions for places that don't use UT.
H A DNEWS300 and is more careful to distinguish UT from UTC.
322 The new abbreviation IDT stands for the pre-1976 use of UT+8 in
323 Indochina, to distinguish it better from ICT (UT+7).
663 Asia/Shanghai's pre-standard-time UT offset has been changed from
1211 Change the UT offset of Bern Mean Time from 0:29:44 to 0:29:46.
1252 changed back to the old practice of using 'long' to represent UT
1261 zdump now outputs "UT" when referring to Universal Time, not "UTC".
1263 of UTC, whereas "UT", a more-generic term, does. (Thanks to Steve Allen
1264 for clarifying UT vs UTC.)
1357 Documentation and commentary is more careful to distinguish UT in
/minix/lib/libc/time/
H A DTheory233 Use UT (with time zone abbreviation 'zzz') for locations while
240 to use numeric UT offsets like '-0600' instead of time zone
285 For example, from 1891 to 1911 the UT offset in France was legally
320 1937 Netherlands clocks were legally UT+00:19:32.13, but the tz
400 offset west of UT. 'hh' may be a single digit; 0<=hh<=24.
546 time_t values when doing conversions for places that don't use UT.
H A DNEWS342 and is more careful to distinguish UT from UTC.
364 The new abbreviation IDT stands for the pre-1976 use of UT+8 in
365 Indochina, to distinguish it better from ICT (UT+7).
705 Asia/Shanghai's pre-standard-time UT offset has been changed from
1253 Change the UT offset of Bern Mean Time from 0:29:44 to 0:29:46.
1294 changed back to the old practice of using 'long' to represent UT
1303 zdump now outputs "UT" when referring to Universal Time, not "UTC".
1305 of UTC, whereas "UT", a more-generic term, does. (Thanks to Steve Allen
1306 for clarifying UT vs UTC.)
1399 Documentation and commentary is more careful to distinguish UT in
/minix/games/fortune/datfiles/
H A Dfortunes.sp.ok1152 UT
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DExpr.cpp3236 if (const RecordType *UT = getType()->getAsUnionType()) in isNullPointerConstant() local
3238 UT && UT->getDecl()->hasAttr<TransparentUnionAttr>()) in isNullPointerConstant()
H A DASTContext.cpp6876 if (const RecordType *UT = T->getAsUnionType()) { in mergeTransparentUnionType() local
6877 RecordDecl *UD = UT->getDecl(); in mergeTransparentUnionType()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp1143 if (const RecordType *UT = T->getAsUnionType()) { in isValidPointerAttrType() local
1144 if (UT && UT->getDecl()->hasAttr<TransparentUnionAttr>()) { in isValidPointerAttrType()
1145 RecordDecl *UD = UT->getDecl(); in isValidPointerAttrType()
H A DSemaOverload.cpp1672 const RecordType *UT = ToType->getAsUnionType(); in IsTransparentUnionStandardConversion() local
1673 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>()) in IsTransparentUnionStandardConversion()
1676 RecordDecl *UD = UT->getDecl(); in IsTransparentUnionStandardConversion()
H A DSemaExpr.cpp6747 const RecordType *UT = ArgType->getAsUnionType(); in CheckTransparentUnionArgumentConstraints() local
6748 if (!UT || !UT->getDecl()->hasAttr<TransparentUnionAttr>()) in CheckTransparentUnionArgumentConstraints()
6752 RecordDecl *UD = UT->getDecl(); in CheckTransparentUnionArgumentConstraints()
H A DSemaChecking.cpp885 if (const RecordType *UT = Expr->getType()->getAsUnionType()) { in CheckNonNullExpr() local
886 if (UT->getDecl()->hasAttr<TransparentUnionAttr>()) in CheckNonNullExpr()
/minix/usr.bin/calendar/calendars/
H A Dcalendar.history13 01/05 -50 degrees F, Strawberry UT, 1913
/minix/external/bsd/bind/dist/bin/tests/system/cacheclean/
H A Ddig.batch375 NS2.SNS-UT.DEBIS.com. IN A
H A Dknowngood.dig.out390 NS2.SNS-UT.DEBIS.com. 604800 IN A 53.122.2.10
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DTargetInfo.cpp71 if (const RecordType *UT = Ty->getAsUnionType()) { in useFirstFieldIfTransparentUnion() local
72 const RecordDecl *UD = UT->getDecl(); in useFirstFieldIfTransparentUnion()

12