/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | ExceptionSpecAnalyzer.cpp | 117 const ExceptionSpecificationType EST = FuncProto->getExceptionSpecType(); in analyzeImpl() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 711 EntryFunctionState EST; in emitNonSPMDKernel() local 719 CGOpenMPRuntimeGPU::EntryFunctionState &EST; in emitNonSPMDKernel() member in CGOpenMPRuntimeGPU::emitNonSPMDKernel::NVPTXPrePostActionTy 723 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU::EntryFunctionState &EST, in emitNonSPMDKernel() argument 747 EntryFunctionState &EST, bool IsSPMD) { in emitKernelInit() argument 761 emitKernelDeinit(CodeGenFunction & CGF,EntryFunctionState & EST,bool IsSPMD) emitKernelDeinit() argument 803 EntryFunctionState EST; emitSPMDKernel() local 810 CGOpenMPRuntimeGPU::EntryFunctionState &EST; emitSPMDKernel() member in CGOpenMPRuntimeGPU::emitSPMDKernel::NVPTXPrePostActionTy 817 NVPTXPrePostActionTy(CGOpenMPRuntimeGPU & RT,CGOpenMPRuntimeGPU::EntryFunctionState & EST,bool IsBareKernel,const OMPExecutableDirective & D) emitSPMDKernel() argument [all...] |
H A D | CGException.cpp | 597 if (EST == EST_Dynamic || in EmitEndEHSpec() local 490 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); EmitStartEHSpec() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 83 ActOnNoexceptSpec(Expr * NoexceptExpr,ExceptionSpecificationType & EST) ActOnNoexceptSpec() argument 252 ExceptionSpecificationType EST = exceptionSpecNotKnownYet() local
|
H A D | SemaDeclCXX.cpp | 198 ExceptionSpecificationType EST = Proto->getExceptionSpecType(); CalledDecl() local 18796 checkExceptionSpecification(bool IsTopLevel,ExceptionSpecificationType EST,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr,SmallVectorImpl<QualType> & Exceptions,FunctionProtoType::ExceptionSpecInfo & ESI) checkExceptionSpecification() argument 18845 actOnDelayedExceptionSpecification(Decl * D,ExceptionSpecificationType EST,SourceRange SpecificationRange,ArrayRef<ParsedType> DynamicExceptions,ArrayRef<SourceRange> DynamicExceptionRanges,Expr * NoexceptExpr) actOnDelayedExceptionSpecification() argument [all...] |
H A D | TreeTransform.h | 6360 ExceptionSpecificationType EST = ESI.Type; TransformExceptionSpec() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 532 ExceptionSpecificationType EST ParseLexedMethodDeclaration() local
|
/llvm-project/clang/tools/libclang/ |
H A D | CXType.cpp | 752 getExternalExceptionSpecificationKind(ExceptionSpecificationType EST) getExternalExceptionSpecificationKind() argument
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 822 const VPStoreSDNode *EST = cast<VPStoreSDNode>(N); AddNodeIDCustom() local
|