Home
last modified time | relevance | path

Searched defs:NumParams (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMSP430.cpp57 std::optional<llvm::APSInt> NumParams = llvm::APSInt(32); in handleInterruptAttr() local
H A DSemaX86.cpp910 unsigned NumParams = getFunctionOrMethodNumParams(D); in handleAnyInterruptAttr() local
H A DSemaAvailability.cpp333 unsigned NumParams; in tryParseObjCMethodName() local
595 std::optional<unsigned> NumParams = tryParseObjCMethodName( in DoEmitAvailabilityWarning() local
H A DDeclSpec.cpp165 unsigned NumParams, in getFunction()
H A DSemaAPINotes.cpp477 unsigned NumParams = FD ? FD->getNumParams() : MD->param_size(); in ProcessAPINotes() local
H A DSemaStmt.cpp4400 unsigned NumParams) { in CreateCapturedStmtRecordDecl()
4469 unsigned NumParams) { in ActOnCapturedRegionStart()
H A DSemaCast.cpp1169 unsigned NumParams = SrcFPTy->getNumParams(); in checkCastFunctionType() local
H A DSemaOverload.cpp6942 unsigned NumParams = Proto->getNumParams(); in AddOverloadCandidate() local
7438 unsigned NumParams = Method->getNumParams() - ExplicitOffset + in AddMethodCandidate() local
8148 unsigned NumParams = Proto->getNumParams(); in AddSurrogateCandidate() local
14986 unsigned NumParams = Proto->getNumParams(); in PrepareArgumentsForCallToObjectOfClassType() local
15740 unsigned NumParams = Proto->getNumParams(); in BuildCallToObjectOfClassType() local
H A DSemaObjC.cpp2239 unsigned NumParams = in handleExternallyRetainedAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp81 unsigned NumParams = F.getFunctionType()->getNumParams(); in runOnModule() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtCXX.cpp97 unsigned NumParams) { in Create()
H A DDecl.cpp1778 unsigned NumParams = FD->getNumParams(); in printNestedNameSpecifier() local
5416 CapturedDecl::CapturedDecl(DeclContext *DC, unsigned NumParams) in CapturedDecl()
5421 unsigned NumParams) { in Create()
5427 unsigned NumParams) { in CreateDeserialized()
H A DExprCXX.cpp1785 unsigned NumParams, in FunctionParmPackExpr()
1806 unsigned NumParams) { in CreateEmpty()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCallPromotionUtils.cpp413 unsigned NumParams = Callee->getFunctionType()->getNumParams(); in isLegalToPromote() local
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp653 unsigned NumParams = Block.getNumParams(); in getFragmentsForBlock() local
731 unsigned NumParams = Func->getNumParams(); in getFragmentsForFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp354 int NumParams = NumInputs + NumOutputsAndSplitPhis; in getOutliningPenalty() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp107 unsigned NumParams; member
461 unsigned NumParams; member
H A DTargetLibraryInfo.cpp1051 unsigned NumParams = FTy.getNumParams(); in isValidProtoForLibFunc() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h82 unsigned NumParams : 29; variable
H A DStmtCXX.h336 unsigned NumParams; variable
H A DDeclObjC.h153 unsigned NumParams = 0; variable
663 unsigned NumParams; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1146 unsigned NumParams = Record.readInt(); in VisitFunctionDecl() local
1184 unsigned NumParams = Record.readInt(); in VisitObjCMethodDecl() local
1767 unsigned NumParams = Record.readInt(); in VisitBlockDecl() local
2361 unsigned NumParams = Record.readInt(); in VisitFriendTemplateDecl() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp101 uint64_t NumParams = 0; member
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2523 unsigned NumParams = Func->getNumWrittenParams(); in VisitCXXConstructExpr() local
4033 unsigned NumParams = in VisitCallExpr() local
4042 unsigned NumParams = in VisitCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp337 unsigned NumParams = in ReadFunctionInfo() local

12