Searched refs:ParamName (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1682 StringRef ParamName; local
1683 std::tie(ParamName, Params) = Params.split(';');
1684 int OptLevel = StringSwitch<int>(ParamName)
1694 if (ParamName.consume_front("full-unroll-max=")) {
1696 if (ParamName.getAsInteger(0, Count))
1698 formatv("invalid LoopUnrollPass parameter '{0}' ", ParamName).str(),
1704 bool Enable = !ParamName.consume_front("no-");
1705 if (ParamName == "partial") {
1707 } else if (ParamName == "peeling") {
1709 } else if (ParamName
1727 StringRef ParamName; local
1756 StringRef ParamName; local
1790 StringRef ParamName; local
1810 StringRef ParamName; local
1829 StringRef ParamName; local
1849 StringRef ParamName; local
1872 StringRef ParamName; local
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-m3ua.c183 static const struct tok ParamName[] = { variable in typeref:struct:tok
266 ND_PRINT((ndo, "\n\t\t\t%s: ", tok2str(ParamName, "Unknown Parameter (0x%04x)", hdr_tag)));
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp754 StringRef ParamName = PCC->getParamNameAsWritten(); local
757 const unsigned ResolvedParamIndex = resolveParmVarReference(ParamName,
771 << ParamName << ArgRange;
793 StringRef ParamName = PCC->getParamNameAsWritten(); local
795 << ParamName << ArgRange;
808 CorrectedParamIndex = correctTypoInParmVarReference(ParamName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp800 IdentifierInfo *ParamName = nullptr;
802 ParamName = Tok.getIdentifierInfo();
830 KeyLoc, ParamName, NameLoc,
909 IdentifierInfo *ParamName = nullptr;
911 ParamName = Tok.getIdentifierInfo();
950 ParamName, NameLoc, Depth,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4361 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4364 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
4399 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4404 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
4410 IdentifierInfo *ParamName = &Context.Idents.get(I->first); local
4412 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second,
4421 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4424 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
H A DSema.cpp58 Sema::InventAbbreviatedTemplateParameterTypeName(IdentifierInfo *ParamName, argument
63 if (!ParamName)
66 OS << ParamName->getName() << ":auto";
H A DSemaTemplate.cpp1024 /// "class" or "typename" keyword. ParamName is the name of the
1032 IdentifierInfo *ParamName,
1045 ParamName, Typename, IsParameterPack,
1053 if (ParamName) {
1054 maybeDiagnoseTemplateParameterShadow(*this, S, ParamNameLoc, ParamName);
1411 IdentifierInfo *ParamName = D.getIdentifier(); local
1415 D.getIdentifierLoc(), Depth, Position, ParamName, T, IsParameterPack,
1431 if (ParamName) {
1433 ParamName);
1029 ActOnTypeParameter(Scope *S, bool Typename, SourceLocation EllipsisLoc, SourceLocation KeyLoc, IdentifierInfo *ParamName, SourceLocation ParamNameLoc, unsigned Depth, unsigned Position, SourceLocation EqualLoc, ParsedType DefaultArg, bool HasTypeConstraint) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp594 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType
604 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp589 std::string ParamName = PVD->getNameAsString(); local
595 return maybeEmitNote(R, *Call, N, {}, MR, ParamName,
605 return maybeEmitNote(R, *Call, N, *P, RegionOfInterest, ParamName,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1543 InventAbbreviatedTemplateParameterTypeName(IdentifierInfo *ParamName,
7201 IdentifierInfo *ParamName,
7236 IdentifierInfo *ParamName,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10156 ParamName,
10218 FirstNameEmpty ? ParamEmptyName : ParamName)
10222 SecondNameEmpty ? ParamEmptyName : ParamName)

Completed in 397 milliseconds