Home
last modified time | relevance | path

Searched refs:RequiredParameterCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3427 unsigned RequiredParameterCount = in isUsableAsGlobalAllocationFunctionInConstantEvaluation() local
3433 if (RequiredParameterCount == getNumParams()) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3435 if (getNumParams() > RequiredParameterCount + 1) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
3437 if (!getParamDecl(RequiredParameterCount)->getType()->isNothrowT()) in isUsableAsGlobalAllocationFunctionInConstantEvaluation()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16411 constexpr unsigned RequiredParameterCount = in BuildTypeAwareUsualDelete() local
16414 if (NumParams != RequiredParameterCount) in BuildTypeAwareUsualDelete()
16429 SmallVector<QualType, RequiredParameterCount> ArgTypes; in BuildTypeAwareUsualDelete()
16437 for (unsigned ParamIdx = 1; ParamIdx < RequiredParameterCount; ++ParamIdx) in BuildTypeAwareUsualDelete()