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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassBuilder.cpp2103 StringRef ParamName; local
2104 std::tie(ParamName, Params) = Params.split(';');
2105 int OptLevel = StringSwitch<int>(ParamName)
2115 if (ParamName.consume_front("full-unroll-max=")) {
2117 if (ParamName.getAsInteger(0, Count))
2119 formatv("invalid LoopUnrollPass parameter '{0}' ", ParamName).str(),
2125 bool Enable = !ParamName.consume_front("no-");
2126 if (ParamName == "partial") {
2128 } else if (ParamName == "peeling") {
2130 } else if (ParamName
2148 StringRef ParamName; local
2177 StringRef ParamName; local
2213 StringRef ParamName; local
2233 StringRef ParamName; local
2252 StringRef ParamName; local
2272 StringRef ParamName; local
2297 StringRef ParamName; local
[all...]
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-m3ua.c198 static const struct tok ParamName[] = { variable in typeref:struct:tok
276 ND_PRINT("\n\t\t\t%s: ", tok2str(ParamName, "Unknown Parameter (0x%04x)", hdr_tag));
/netbsd-current/external/apache2/llvm/dist/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,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp799 IdentifierInfo *ParamName = nullptr;
801 ParamName = Tok.getIdentifierInfo();
829 KeyLoc, ParamName, NameLoc,
908 IdentifierInfo *ParamName = nullptr;
910 ParamName = Tok.getIdentifierInfo();
949 ParamName, NameLoc, Depth,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmt.cpp4694 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4697 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
4732 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4737 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
4743 IdentifierInfo *ParamName = &Context.Idents.get(I->first); local
4745 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, I->second,
4754 IdentifierInfo *ParamName = &Context.Idents.get("__context"); local
4757 ImplicitParamDecl::Create(Context, DC, Loc, ParamName, ParamType,
H A DSema.cpp59 Sema::InventAbbreviatedTemplateParameterTypeName(IdentifierInfo *ParamName, argument
64 if (!ParamName)
67 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);
1546 IdentifierInfo *ParamName = D.getIdentifier(); local
1550 D.getIdentifierLoc(), Depth, Position, ParamName, T, IsParameterPack,
1566 if (ParamName) {
1568 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
H A DSemaChecking.cpp4556 StringRef ParamName, QualType ArgTy,
4586 << ParamName << FDecl;
4555 CheckArgAlignment(SourceLocation Loc, NamedDecl *FDecl, StringRef ParamName, QualType ArgTy, QualType ParamTy) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp611 std::string ParamName = PVD->getNameAsString(); local
617 return maybeEmitNote(R, *Call, N, {}, MR, ParamName,
627 return maybeEmitNote(R, *Call, N, *P, RegionOfInterest, ParamName,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp606 #define VALUE_PROF_FUNC_PARAM(ParamType, ParamName, ParamLLVMType) ParamLLVMType
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1781 InventAbbreviatedTemplateParameterTypeName(IdentifierInfo *ParamName,
7451 IdentifierInfo *ParamName,
7493 IdentifierInfo *ParamName,
12423 StringRef ParamName, QualType ArgTy, QualType ParamTy);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10121 ParamName,
10183 FirstNameEmpty ? ParamEmptyName : ParamName)
10187 SecondNameEmpty ? ParamEmptyName : ParamName)

Completed in 771 milliseconds