Home
last modified time | relevance | path

Searched refs:NumExceptions (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp176 unsigned NumExceptions, in getFunction() argument
260 if (NumExceptions) { in getFunction()
261 I.Fun.NumExceptionsOrDecls = NumExceptions; in getFunction()
262 I.Fun.Exceptions = new DeclaratorChunk::TypeAndRange[NumExceptions]; in getFunction()
263 for (unsigned i = 0; i != NumExceptions; ++i) { in getFunction()
282 assert(ESpecType == EST_None && NumExceptions == 0 && in getFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp525 unsigned NumExceptions = Proto->getNumExceptions(); in EmitStartEHSpec() local
526 EHFilterScope *Filter = EHStack.pushFilter(NumExceptions); in EmitStartEHSpec()
528 for (unsigned I = 0; I != NumExceptions; ++I) { in EmitStartEHSpec()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3503 size_t NumExceptions = epi.ExceptionSpec.Exceptions.size(); in FunctionProtoType() local
3504 assert(NumExceptions <= 1023 && "Not enough bits to encode exceptions"); in FunctionProtoType()
3505 ExtraBits.NumExceptionType = NumExceptions; in FunctionProtoType()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1676 unsigned NumExceptions,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4375 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
4386 return {NumExceptions, 0, 0};