Home
last modified time | relevance | path

Searched refs:EST (Results 1 – 25 of 43) sorted by relevance

12

/freebsd-12.1/contrib/ntp/
H A Dresults.y2kfixes3 Sat Jan 1 04:14:11 EST 2000
7 Wed Jul 14 13:44:42 EST 1999
14 Mon Feb 28 01:00:04 EST 2000
18 Wed Jul 14 13:49:03 EST 1999
25 Tue Feb 29 01:00:05 EST 2000
29 Wed Jul 14 13:57:43 EST 1999
36 Wed Mar 1 01:00:03 EST 2000
40 Wed Jul 14 13:58:12 EST 1999
/freebsd-12.1/contrib/tnftp/
H A DChangeLog893 Mon Nov 27 23:23:40 EST 2000 lukem
911 Tue Nov 7 00:16:23 EST 2000 lukem
917 Wed Oct 11 14:06:19 EST 2000 lukem
921 Tue Oct 3 10:22:36 EST 2000 lukem
933 Mon Sep 25 21:52:12 EST 2000 lukem
937 Sun Sep 24 13:31:19 EST 2000 lukem
957 Sat Sep 23 15:43:34 EST 2000 lukem
966 Thu Sep 21 11:26:35 EST 2000 lukem
974 Wed Sep 20 09:23:59 EST 2000 lukem
978 Mon Sep 18 18:19:54 EST 2000 lukem
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.h72 void emitNonSPMDEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST,
77 void emitNonSPMDEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST);
87 void emitSPMDEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST,
91 void emitSPMDEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST);
H A DCGOpenMPRuntimeNVPTX.cpp1170 EntryFunctionState EST; in emitNonSPMDKernel() local
1183 : EST(EST), WST(WST) {} in emitNonSPMDKernel()
1197 } Action(EST, WST); in emitNonSPMDKernel()
1274 if (!EST.ExitBB) in emitNonSPMDEntryFooter()
1291 CGF.EmitBlock(EST.ExitBB); in emitNonSPMDEntryFooter()
1292 EST.ExitBB = nullptr; in emitNonSPMDEntryFooter()
1305 EntryFunctionState EST; in emitSPMDKernel() local
1317 : RT(RT), EST(EST), D(D) {} in emitSPMDKernel()
1327 } Action(*this, EST, D); in emitSPMDKernel()
1381 if (!EST.ExitBB) in emitSPMDEntryFooter()
[all …]
H A DCGException.cpp464 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitStartEHSpec() local
465 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitStartEHSpec()
468 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) { in EmitStartEHSpec()
541 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in EmitEndEHSpec() local
542 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) { in EmitEndEHSpec()
544 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) { in EmitEndEHSpec()
/freebsd-12.1/contrib/gdtoa/
H A Dchanges21 Sat Jan 18 12:30:04 EST 1992
57 Wed Jan 26 11:09:16 EST 1994
63 Mon Feb 28 11:37:30 EST 1994
80 Thu Mar 3 16:56:39 EST 1994
83 Wed Jan 4 15:45:34 EST 1995
87 Fri Mar 1 08:55:39 EST 1996
98 Tue Dec 17 15:01:56 EST 1996
109 Wed Feb 12 00:40:01 EST 1997
175 Thu Oct 29 21:54:00 EST 1998
181 Mon Nov 2 15:41:16 EST 1998
[all …]
/freebsd-12.1/tools/regression/atm/proto_sscfu/
H A DRunTest.sh10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
/freebsd-12.1/contrib/tzdata/
H A Dnorthamerica200 Zone EST -5:00 - EST
926 -5:00 - EST 1969
928 -5:00 - EST 2006
942 -5:00 - EST 1969
946 -5:00 - EST 2006
966 -5:00 - EST 1969
1041 -5:00 - EST 1969
1849 -5:00 - EST
2759 -5:00 - EST
3607 -5:00 - EST
[all …]
H A Dsystemv34 ## Zone SystemV/EST5 -5:00 - EST
H A Dbackzone279 -5:00 - EST 1951
304 -5:00 - EST
319 -5:00 - EST
H A Daustralasia14 # Please see the notes below for the controversy about "EST" versus "AEST" etc.
241 # will produce a binary file with an [A]EST-type as the first 32-bit type;
1029 # file used "EST" for both Eastern Standard Time and Eastern Summer
1037 # strings like "EST" and "EDT", so I looked for pages that defined an
1055 # I tried several other variants (e.g., "Eastern Summer Time EST") but
1095 # EST CST WST EDT CDT
1099 # EST CST WST (no abbreviations given for DST)
1107 # EST CST WST preferred for standard time; AEST AEDT ACST ACDT also used
1474 # [I mean, of course, Australian EST, not any other kind] are in common
H A Dzone1970.tab116 CA +484531-0913718 America/Atikokan EST - ON (Atikokan); NU (Coral H)
H A Dzone.tab118 CA +484531-0913718 America/Atikokan EST - ON (Atikokan); NU (Coral H)
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp81 ExceptionSpecificationType &EST) { in ActOnNoexceptSpec() argument
88 EST = EST_DependentNoexcept; in ActOnNoexceptSpec()
98 EST = !Result ? EST_NoexceptFalse : EST_NoexceptTrue; in ActOnNoexceptSpec()
238 auto EST = MD->getType()->castAs<FunctionProtoType>()->getExceptionSpecType(); in exceptionSpecNotKnownYet() local
239 return EST == EST_Unparsed || in exceptionSpecNotKnownYet()
240 (EST == EST_Unevaluated && MD->getParent()->isBeingDefined()); in exceptionSpecNotKnownYet()
H A DSemaDeclCXX.cpp164 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); in CalledDecl() local
170 if (EST == EST_None && Method->hasAttr<NoThrowAttr>()) in CalledDecl()
171 EST = EST_BasicNoexcept; in CalledDecl()
173 switch (EST) { in CalledDecl()
185 ComputedEST = EST; in CalledDecl()
209 assert(EST == EST_Dynamic && "EST case not considered earlier."); in CalledDecl()
15460 bool IsTopLevel, ExceptionSpecificationType EST, in checkExceptionSpecification() argument
15466 ESI.Type = EST; in checkExceptionSpecification()
15467 if (EST == EST_Dynamic) { in checkExceptionSpecification()
15493 if (isComputedNoexcept(EST)) { in checkExceptionSpecification()
[all …]
/freebsd-12.1/contrib/tzcode/zic/
H A DTheory298 like `EST' to be compatible with human tradition and POSIX.
325 e.g. `EST' for Eastern Standard Time in North America.
328 a French application might translate `EST' to `HNE'.
353 in practice: e.g. `EST' has a different meaning in Australia than
356 abbreviations like `EST'; this avoids the ambiguity.
/freebsd-12.1/usr.sbin/cron/doc/
H A DMAIL128 Date: Fri, 2 Jan 87 14:25:29 EST
408 Date: Tue, 13 Jan 87 16:39:38 EST
444 Date: Fri, 16 Jan 87 07:44:57 EST
460 for every command in the file (e.g., most users are on EST, so cron is run
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp429 ExceptionSpecificationType EST in ParseLexedMethodDeclaration() local
439 Actions.actOnDelayedExceptionSpecification(LM.Method, EST, in ParseLexedMethodDeclaration()
/freebsd-12.1/usr.bin/indent/
H A DREADME15 > Date: Tue, 8 Mar 88 18:36:25 EST
/freebsd-12.1/share/misc/
H A Diso316691 EE EST 233 Estonia
323 # ESTONIA added (EE, EST, 233)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3761 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
3839 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
3840 switch (EST) {
3872 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
3875 return EST == EST_Dynamic;
/freebsd-12.1/contrib/sendmail/libmilter/
H A DREADME169 220 test.sendmail.com ESMTP Sendmail 8.14.0/8.14.0; Thu, 22 Jun 2006 13:05:23 -0500 (EST)
/freebsd-12.1/contrib/ncurses/misc/
H A Dterminfo.src21629 # 9.1.0 (Wed Feb 1 04:50:32 EST 1995):
21631 # 9.2.0 (Wed Feb 1 12:21:45 EST 1995):
21634 # 9.3.0 (Mon Feb 6 19:14:40 EST 1995):
21636 # 9.3.1 (Tue Feb 7 12:00:24 EST 1995):
21639 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
21642 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
21645 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
21649 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
21655 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
21667 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A DREADME466 remote-est.c EST emulator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6413 ExceptionSpecificationType EST = in readExceptionSpec() local
6415 ESI.Type = EST; in readExceptionSpec()
6416 if (EST == EST_Dynamic) { in readExceptionSpec()
6420 } else if (isComputedNoexcept(EST)) { in readExceptionSpec()
6422 } else if (EST == EST_Uninstantiated) { in readExceptionSpec()
6425 } else if (EST == EST_Unevaluated) { in readExceptionSpec()

12