Searched refs:IsParam (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 198 bool IsParam, bool IsLocalVar) { in collectLocStats() argument 215 if (IsParam) in collectLocStats() 280 bool IsParam = Tag == dwarf::DW_TAG_formal_parameter; in collectStatsForDie() local 300 if (!IsParam && !IsLocalVar && !IsConstantMember) { in collectStatsForDie() 392 if (IsParam) in collectStatsForDie() 398 LocStats.ParamLocStats, LocStats.LocalVarLocStats, IsParam, in collectStatsForDie() 404 LocStats.LocalVarNonEntryValLocStats, IsParam, IsLocalVar); in collectStatsForDie() 420 if (IsParam) { in collectStatsForDie() 445 if (IsParam) { in collectStatsForDie()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | scope.cpp | 362 static bool IsParam(const Symbol &symbol) { in IsParam() function 368 static bool IsParam(const Symbol &symbol) { in IsParam() function 385 if (IsTypeParamHelper<ParamAttr...>::IsParam(*nameAndSymbolPair.second)) { in IsParameterizedDerivedTypeHelper()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 1422 bool IsParam = false; in VisitNode() local 1486 IsParam = true; in VisitNode() 1504 if (!IsParam) in VisitNode()
|
| /llvm-project-15.0.7/llvm/include/llvm/AsmParser/ |
| H A D | LLParser.h | 259 bool parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam);
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2563 bool IsParam) const { in hasSameNullabilityTypeQualifier() argument 2576 if (IsParam) { in hasSameNullabilityTypeQualifier()
|
| /llvm-project-15.0.7/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 1713 bool LLParser::parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam) { in parseOptionalParamOrReturnAttrs() argument 1734 if (IsParam && !Attribute::canUseAsParamAttr(Attr)) in parseOptionalParamOrReturnAttrs() 1736 if (!IsParam && !Attribute::canUseAsRetAttr(Attr)) in parseOptionalParamOrReturnAttrs()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 14368 bool IsParam = isa<NonNullAttr>(NonnullAttr); in DiagnoseAlwaysNonNullPointer() local 14374 Diag(E->getExprLoc(), DiagID) << IsParam << S.str() in DiagnoseAlwaysNonNullPointer() 14376 Diag(NonnullAttr->getLocation(), diag::note_declared_nonnull) << IsParam; in DiagnoseAlwaysNonNullPointer()
|