Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp209 bool IsParam, bool IsLocalVar) { in collectLocStats() argument
226 if (IsParam) in collectLocStats()
291 bool IsParam = Tag == dwarf::DW_TAG_formal_parameter; in collectStatsForDie() local
311 if (!IsParam && !IsLocalVar && !IsConstantMember) { in collectStatsForDie()
403 if (IsParam) in collectStatsForDie()
409 LocStats.ParamLocStats, LocStats.LocalVarLocStats, IsParam, in collectStatsForDie()
415 LocStats.LocalVarNonEntryValLocStats, IsParam, IsLocalVar); in collectStatsForDie()
431 if (IsParam) { in collectStatsForDie()
456 if (IsParam) { in collectStatsForDie()
/freebsd/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()
486 bool IsParam) const { in isVectorTypeBased()
490 if (IsParam) { in isVectorTypeBased()
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h295 bool parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1533 bool IsParam = false; in VisitNode() local
1674 IsParam = true; in VisitNode()
1692 if (!IsParam) in VisitNode()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2671 bool IsParam) const { in hasSameNullabilityTypeQualifier() argument
2684 if (IsParam) { in hasSameNullabilityTypeQualifier()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1992 bool LLParser::parseOptionalParamOrReturnAttrs(AttrBuilder &B, bool IsParam) { in parseOptionalParamOrReturnAttrs() argument
2013 if (IsParam && !Attribute::canUseAsParamAttr(Attr)) in parseOptionalParamOrReturnAttrs()
2015 if (!IsParam && !Attribute::canUseAsRetAttr(Attr)) in parseOptionalParamOrReturnAttrs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11559 bool IsParam = isa<NonNullAttr>(NonnullAttr); in DiagnoseAlwaysNonNullPointer() local
11565 Diag(E->getExprLoc(), DiagID) << IsParam << S.str() in DiagnoseAlwaysNonNullPointer()
11567 Diag(NonnullAttr->getLocation(), diag::note_declared_nonnull) << IsParam; in DiagnoseAlwaysNonNullPointer()