Home
last modified time | relevance | path

Searched refs:IsParam (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp198 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()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSystemZ.cpp57 bool isVectorTypeBased(const Type *Ty, bool IsParam) const;
74 bool IsParam) const { in handleExternallyVisibleObjABI()
75 if (!HasVisibleVecABIFlag && isVectorTypeBased(Ty, IsParam)) { in handleExternallyVisibleObjABI()
484 bool IsParam) const { in isVectorTypeBased()
488 if (IsParam) { in isVectorTypeBased()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h288 bool parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1529 bool IsParam = false; in VisitNode() local
1670 IsParam = true; in VisitNode()
1688 if (!IsParam) in VisitNode()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2584 bool IsParam) const { in hasSameNullabilityTypeQualifier() argument
2597 if (IsParam) { in hasSameNullabilityTypeQualifier()
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1904 bool LLParser::parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam) { in parseOptionalParamOrReturnAttrs() argument
1925 if (IsParam && !Attribute::canUseAsParamAttr(Attr)) in parseOptionalParamOrReturnAttrs()
1927 if (!IsParam && !Attribute::canUseAsRetAttr(Attr)) in parseOptionalParamOrReturnAttrs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp16458 bool IsParam = isa<NonNullAttr>(NonnullAttr); in DiagnoseAlwaysNonNullPointer() local
16464 Diag(E->getExprLoc(), DiagID) << IsParam << S.str() in DiagnoseAlwaysNonNullPointer()
16466 Diag(NonnullAttr->getLocation(), diag::note_declared_nonnull) << IsParam; in DiagnoseAlwaysNonNullPointer()