Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/clang/lib/AST/
H A DType.cpp3575 size_t NumExceptions = epi.ExceptionSpec.Exceptions.size(); in FunctionProtoType() local
3576 assert(NumExceptions <= 1023 && "Not enough bits to encode exceptions"); in FunctionProtoType()
3577 ExtraBits.NumExceptionType = NumExceptions; in FunctionProtoType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h1724 unsigned NumExceptions,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h5173 getExceptionSpecSize(ExceptionSpecificationType EST, unsigned NumExceptions) {
5184 return {NumExceptions, 0, 0};