HomeSort by: relevance | last modified time | path
    Searched refs:EST (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl2/xcvs/dist/lib/
test-getdate.sh 94 # test `TZ=EST date +%Z` = "EST"
292 # exclusion in EST/EDT. According to Paul Eggert in a message to
317 2005-3-1 EST
319 2005-4-1 EST
320 2005-5-1 EST
325 2005-6-1 EST
getdate.c 2609 zone abbreviations are ambiguous; e.g. Australians interpret "EST"
2627 { "EST", tZONE, -HOUR ( 5) }, /* Eastern Standard */
  /src/etc/etc.sgimips/
Makefile.inc 39 EST=$$(ls -l ${CDROM_IMAGE} \
43 echo "Estimated image size: $${EST} MB"; \
44 dd if=/dev/zero of=${SGI.image} bs=1024k count=$${EST}; \
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntimeGPU.h 71 void emitNonSPMDEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST,
76 void emitNonSPMDEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST);
86 void emitSPMDEntryHeader(CodeGenFunction &CGF, EntryFunctionState &EST,
90 void emitSPMDEntryFooter(CodeGenFunction &CGF, EntryFunctionState &EST);
CGOpenMPRuntimeGPU.cpp 1075 EntryFunctionState EST;
1082 CGOpenMPRuntimeGPU::EntryFunctionState &EST;
1086 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU::EntryFunctionState &EST,
1088 : EST(EST), WST(WST) {}
1092 RT.emitNonSPMDEntryHeader(CGF, EST, WST);
1100 RT.emitNonSPMDEntryFooter(CGF, EST);
1102 } Action(EST, WST);
1130 EntryFunctionState &EST,
1137 EST.ExitBB = CGF.createBasicBlock(".exit")
    [all...]
CGException.cpp 479 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
480 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot) {
484 } else if (EST == EST_Dynamic || EST == EST_DynamicNone) {
493 if (EST == EST_DynamicNone)
509 EST == EST_Dynamic)
582 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
583 if (isNoexceptExceptionSpec(EST) && Proto->canThrow() == CT_Cannot &&
586 } else if (EST == EST_Dynamic || EST == EST_DynamicNone)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 83 ExceptionSpecificationType &EST) {
87 EST = EST_NoexceptFalse;
98 EST = EST_DependentNoexcept;
106 EST = !Result ? EST_NoexceptFalse : EST_NoexceptTrue;
254 auto EST = MD->getType()->castAs<FunctionProtoType>()->getExceptionSpecType();
255 return EST == EST_Unparsed ||
256 (EST == EST_Unevaluated && MD->getParent()->isBeingDefined());
SemaDeclCXX.cpp 172 ExceptionSpecificationType EST = Proto->getExceptionSpecType();
178 if (EST == EST_None && Method->hasAttr<NoThrowAttr>())
179 EST = EST_BasicNoexcept;
181 switch (EST) {
193 ComputedEST = EST;
218 assert(EST == EST_Dynamic && "EST case not considered earlier.");
17715 bool IsTopLevel, ExceptionSpecificationType EST,
17721 ESI.Type = EST;
17722 if (EST == EST_Dynamic)
    [all...]
TreeTransform.h 5923 ExceptionSpecificationType EST = ESI.Type;
5925 getSema().ActOnNoexceptSpec(Loc, NoexceptExpr.get(), EST);
5929 if (ESI.NoexceptExpr != NoexceptExpr.get() || EST != ESI.Type)
5932 ESI.Type = EST;
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp 470 ExceptionSpecificationType EST
480 Actions.actOnDelayedExceptionSpecification(LM.Method, EST,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 734 // FIXME: We should expose the canThrow(...) result instead of the EST.
736 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) {
737 switch (EST) {
761 llvm_unreachable("invalid EST value");
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 3964 ExceptionSpecInfo(ExceptionSpecificationType EST) : Type(EST) {}
4047 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4048 switch (EST) {
4081 static bool hasExtraBitfields(ExceptionSpecificationType EST) {
4084 return EST == EST_Dynamic;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 5852 ExceptionSpecificationType &EST);
5857 ExceptionSpecificationType EST,
5872 ExceptionSpecificationType EST,

Completed in 59 milliseconds