| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaExceptionSpec.cpp | 204 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo(); in CheckEquivalentExceptionSpec() local 205 EPI.ExceptionSpecType = EST_DynamicNone; in CheckEquivalentExceptionSpec() 207 NewProto->getArgTypes(), EPI); in CheckEquivalentExceptionSpec() 215 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo(); in CheckEquivalentExceptionSpec() local 216 EPI.ExceptionSpecType = OldProto->getExceptionSpecType(); in CheckEquivalentExceptionSpec() 217 if (EPI.ExceptionSpecType == EST_Dynamic) { in CheckEquivalentExceptionSpec() 218 EPI.NumExceptions = OldProto->getNumExceptions(); in CheckEquivalentExceptionSpec() 219 EPI.Exceptions = OldProto->exception_begin(); in CheckEquivalentExceptionSpec() 220 } else if (EPI.ExceptionSpecType == EST_ComputedNoexcept) { in CheckEquivalentExceptionSpec() 228 NewProto->getArgTypes(), EPI); in CheckEquivalentExceptionSpec()
|
| D | SemaTemplateInstantiateDecl.cpp | 3110 FunctionProtoType::ExtProtoInfo EPI = NewProto->getExtProtoInfo(); in InstantiateExceptionSpec() local 3111 EPI.ExceptionSpecType = Proto->getExceptionSpecType(); in InstantiateExceptionSpec() 3112 EPI.NumExceptions = Exceptions.size(); in InstantiateExceptionSpec() 3113 EPI.Exceptions = Exceptions.data(); in InstantiateExceptionSpec() 3114 EPI.NoexceptExpr = NoexceptExpr; in InstantiateExceptionSpec() 3117 NewProto->getArgTypes(), EPI)); in InstantiateExceptionSpec() 3131 FunctionProtoType::ExtProtoInfo EPI = Proto->getExtProtoInfo(); in InstantiateExceptionSpec() local 3132 EPI.ExceptionSpecType = EST_None; in InstantiateExceptionSpec() 3134 Proto->getArgTypes(), EPI)); in InstantiateExceptionSpec() 3190 FunctionProtoType::ExtProtoInfo EPI = Proto->getExtProtoInfo(); in InitFunctionInstantiation() local [all …]
|
| D | SemaDeclCXX.cpp | 4604 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in updateExceptionSpec() local 4605 ExceptSpec.getEPI(EPI); in updateExceptionSpec() 4607 FPT->getArgTypes(), EPI)); in updateExceptionSpec() 4612 FunctionProtoType::ExtProtoInfo EPI; in getImplicitMethodEPI() local 4615 EPI.ExceptionSpecType = EST_Unevaluated; in getImplicitMethodEPI() 4616 EPI.ExceptionSpecDecl = MD; in getImplicitMethodEPI() 4619 EPI.ExtInfo = EPI.ExtInfo.withCallingConv( in getImplicitMethodEPI() 4622 return EPI; in getImplicitMethodEPI() 4789 FunctionProtoType::ExtProtoInfo EPI = Type->getExtProtoInfo(); in CheckExplicitlyDefaultedSpecialMember() local 4790 EPI.ExceptionSpecType = EST_Unevaluated; in CheckExplicitlyDefaultedSpecialMember() [all …]
|
| D | SemaType.cpp | 1716 const FunctionProtoType::ExtProtoInfo &EPI) { in BuildFunctionType() argument 1740 return Context.getFunctionType(T, ParamTypes, EPI); in BuildFunctionType() 2916 FunctionProtoType::ExtProtoInfo EPI; in GetFullTypeForDeclarator() local 2917 EPI.ExtInfo = EI; in GetFullTypeForDeclarator() 2918 EPI.Variadic = FTI.isVariadic; in GetFullTypeForDeclarator() 2919 EPI.HasTrailingReturn = FTI.hasTrailingReturnType(); in GetFullTypeForDeclarator() 2920 EPI.TypeQuals = FTI.TypeQuals; in GetFullTypeForDeclarator() 2921 EPI.RefQualifier = !FTI.hasRefQualifier()? RQ_None in GetFullTypeForDeclarator() 3001 EPI.ConsumedArguments = ConsumedArguments.data(); in GetFullTypeForDeclarator() 3027 EPI); in GetFullTypeForDeclarator() [all …]
|
| D | SemaLambda.cpp | 777 FunctionProtoType::ExtProtoInfo EPI(Context.getDefaultCallingConvention( in ActOnStartOfLambdaDefinition() local 779 EPI.HasTrailingReturn = true; in ActOnStartOfLambdaDefinition() 780 EPI.TypeQuals |= DeclSpec::TQ_const; in ActOnStartOfLambdaDefinition() 791 Context.getFunctionType(DefaultTypeForNoTrailingReturn, None, EPI); in ActOnStartOfLambdaDefinition()
|
| D | SemaExprCXX.cpp | 1714 FunctionProtoType::ExtProtoInfo EPI; in FindAllocationFunctions() local 1715 EPI.Variadic = Proto->isVariadic(); in FindAllocationFunctions() 1718 = Context.getFunctionType(Context.VoidTy, ArgTypes, EPI); in FindAllocationFunctions() 2055 FunctionProtoType::ExtProtoInfo EPI; in DeclareGlobalAllocationFunction() local 2058 EPI.ExceptionSpecType = EST_Dynamic; in DeclareGlobalAllocationFunction() 2059 EPI.NumExceptions = 1; in DeclareGlobalAllocationFunction() 2060 EPI.Exceptions = &BadAllocType; in DeclareGlobalAllocationFunction() 2063 EPI.ExceptionSpecType = getLangOpts().CPlusPlus11 ? in DeclareGlobalAllocationFunction() 2070 Return, ArrayRef<QualType>(Params, NumParams), EPI); in DeclareGlobalAllocationFunction()
|
| D | SemaLookup.cpp | 746 FunctionProtoType::ExtProtoInfo EPI = ConvProto->getExtProtoInfo(); in LookupDirect() local 747 EPI.ExtInfo = EPI.ExtInfo.withCallingConv(CC_C); in LookupDirect() 748 EPI.ExceptionSpecType = EST_None; in LookupDirect() 749 EPI.NumExceptions = 0; in LookupDirect() 752 None, EPI); in LookupDirect()
|
| D | SemaExpr.cpp | 10218 FunctionProtoType::ExtProtoInfo EPI; in ActOnBlockArguments() local 10219 EPI.HasTrailingReturn = false; in ActOnBlockArguments() 10220 EPI.TypeQuals |= DeclSpec::TQ_const; in ActOnBlockArguments() 10221 T = Context.getFunctionType(Context.DependentTy, None, EPI); in ActOnBlockArguments() 10387 FunctionProtoType::ExtProtoInfo EPI; in ActOnBlockStmtExpr() local 10388 EPI.ExtInfo = Ext; in ActOnBlockStmtExpr() 10389 BlockTy = Context.getFunctionType(RetTy, None, EPI); in ActOnBlockStmtExpr() 10400 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in ActOnBlockStmtExpr() local 10401 EPI.TypeQuals = 0; // FIXME: silently? in ActOnBlockStmtExpr() 10402 EPI.ExtInfo = Ext; in ActOnBlockStmtExpr() [all …]
|
| D | SemaDecl.cpp | 6879 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in ActOnFunctionDeclarator() local 6880 EPI.ExceptionSpecType = EST_BasicNoexcept; in ActOnFunctionDeclarator() 6882 FPT->getArgTypes(), EPI)); in ActOnFunctionDeclarator() 7279 FunctionProtoType::ExtProtoInfo EPI( in ActOnFunctionDeclarator() local 7281 EPI.Variadic = true; in ActOnFunctionDeclarator() 7282 EPI.ExtInfo = FT->getExtInfo(); in ActOnFunctionDeclarator() 7284 QualType R = Context.getFunctionType(FT->getResultType(), None, EPI); in ActOnFunctionDeclarator() 7498 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in CheckFunctionDeclaration() local 7499 EPI.TypeQuals |= Qualifiers::Const; in CheckFunctionDeclaration() 7501 FPT->getArgTypes(), EPI)); in CheckFunctionDeclaration()
|
| D | SemaTemplateDeduction.cpp | 3740 FunctionProtoType::ExtProtoInfo EPI = InvokerFPT->getExtProtoInfo(); in SpecializeCorrespondingLambdaCallOperatorAndInvoker() local 3741 EPI.TypeQuals = 0; in SpecializeCorrespondingLambdaCallOperatorAndInvoker() 3743 InvokerFPT->getResultType(), InvokerFPT->getArgTypes(),EPI)); in SpecializeCorrespondingLambdaCallOperatorAndInvoker()
|
| D | SemaTemplate.cpp | 6510 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in CheckFunctionTemplateSpecialization() local 6511 EPI.TypeQuals |= Qualifiers::Const; in CheckFunctionTemplateSpecialization() 6513 EPI); in CheckFunctionTemplateSpecialization()
|
| D | TreeTransform.h | 747 const FunctionProtoType::ExtProtoInfo &EPI); 9565 const FunctionProtoType::ExtProtoInfo &EPI) { in RebuildFunctionProtoType() argument 9569 EPI); in RebuildFunctionProtoType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Type.h | 2939 ExtProtoInfo EPI; 2940 EPI.ExtInfo = getExtInfo(); 2941 EPI.Variadic = isVariadic(); 2942 EPI.HasTrailingReturn = hasTrailingReturn(); 2943 EPI.ExceptionSpecType = getExceptionSpecType(); 2944 EPI.TypeQuals = static_cast<unsigned char>(getTypeQuals()); 2945 EPI.RefQualifier = getRefQualifier(); 2946 if (EPI.ExceptionSpecType == EST_Dynamic) { 2947 EPI.NumExceptions = NumExceptions; 2948 EPI.Exceptions = exception_begin(); [all …]
|
| D | ASTContext.h | 1039 const FunctionProtoType::ExtProtoInfo &EPI) const;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | ASTContext.cpp | 2086 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in adjustFunctionType() local 2087 EPI.ExtInfo = Info; in adjustFunctionType() 2088 Result = getFunctionType(FPT->getResultType(), FPT->getArgTypes(), EPI); in adjustFunctionType() 2099 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in adjustDeducedFunctionResultType() local 2100 FD->setType(getFunctionType(ResultType, FPT->getArgTypes(), EPI)); in adjustDeducedFunctionResultType() 2805 const FunctionProtoType::ExtProtoInfo &EPI) const { in getFunctionType() 2811 FunctionProtoType::Profile(ID, ResultTy, ArgArray.begin(), NumArgs, EPI, in getFunctionType() 2821 EPI.ExceptionSpecType == EST_None && isCanonicalResultType(ResultTy) && in getFunctionType() 2822 !EPI.HasTrailingReturn; in getFunctionType() 2836 FunctionProtoType::ExtProtoInfo CanonicalEPI = EPI; in getFunctionType() [all …]
|
| D | ASTDumper.cpp | 867 FunctionProtoType::ExtProtoInfo EPI = FPT->getExtProtoInfo(); in VisitFunctionDecl() local 868 switch (EPI.ExceptionSpecType) { in VisitFunctionDecl() 871 OS << " noexcept-unevaluated " << EPI.ExceptionSpecDecl; in VisitFunctionDecl() 874 OS << " noexcept-uninstantiated " << EPI.ExceptionSpecTemplate; in VisitFunctionDecl()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/ |
| D | Sema.h | 1066 const FunctionProtoType::ExtProtoInfo &EPI); 3793 void getEPI(FunctionProtoType::ExtProtoInfo &EPI) const { in getEPI() argument 3794 EPI.ExceptionSpecType = getExceptionSpecType(); in getEPI() 3795 if (EPI.ExceptionSpecType == EST_Dynamic) { in getEPI() 3796 EPI.NumExceptions = size(); in getEPI() 3797 EPI.Exceptions = data(); in getEPI() 3798 } else if (EPI.ExceptionSpecType == EST_None) { in getEPI() 3802 EPI.ExceptionSpecType = EST_ComputedNoexcept; in getEPI() 3803 EPI.NoexceptExpr = Self->ActOnCXXBoolLiteral(SourceLocation(), in getEPI() 3808 FunctionProtoType::ExtProtoInfo EPI; in getEPI() local [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReader.cpp | 4657 FunctionProtoType::ExtProtoInfo EPI; in readTypeRecord() local 4658 EPI.ExtInfo = FunctionType::ExtInfo(/*noreturn*/ Record[1], in readTypeRecord() 4670 EPI.Variadic = Record[Idx++]; in readTypeRecord() 4671 EPI.HasTrailingReturn = Record[Idx++]; in readTypeRecord() 4672 EPI.TypeQuals = Record[Idx++]; in readTypeRecord() 4673 EPI.RefQualifier = static_cast<RefQualifierKind>(Record[Idx++]); in readTypeRecord() 4676 EPI.ExceptionSpecType = EST; in readTypeRecord() 4679 EPI.NumExceptions = Record[Idx++]; in readTypeRecord() 4680 for (unsigned I = 0; I != EPI.NumExceptions; ++I) in readTypeRecord() 4682 EPI.Exceptions = Exceptions.data(); in readTypeRecord() [all …]
|
| /freebsd-9-stable/contrib/ipfilter/etc/ |
| D | services | 889 molly 1374/tcp # EPI Software Systems 890 molly 1374/udp # EPI Software Systems
|
| /freebsd-9-stable/games/fortune/datfiles/ |
| D | fortunes.sp.ok | 1235 EPI
|
| D | fortunes | 38188 EPI Execute Programmer Immediately
|
| /freebsd-9-stable/etc/ |
| D | services | 1602 molly 1374/tcp #EPI Software Systems 1603 molly 1374/udp #EPI Software Systems
|
| /freebsd-9-stable/contrib/gcc/ |
| D | FSFChangeLog.10 | 5122 (FUNCTION_{PRO,EPI}LOGUE): Added ability to use IBM supplied function
|
| D | FSFChangeLog.11 | 7454 (FUNCTION_{PRO,EPI}LOGUE): Do not access FPA registers.
|