Home
last modified time | relevance | path

Searched refs:OMF_alloc (Results 1 – 15 of 15) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
H A DObjCMT.cpp1580 case clang::OMF_alloc: in AddCFAnnotations()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1045 case OMF_alloc: in getStandardMethodSummary()
1064 case OMF_alloc: in getStandardMethodSummary()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp240 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1064 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1087 case OMF_alloc: in getMethodFamily()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h771 OMF_alloc, enumerator
H A DAttr.td2345 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp636 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp735 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp324 case OMF_alloc: in checkPostCall()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1369 case OMF_alloc: in ParseObjCSelectorExpression()
3256 case OMF_alloc: in BuildInstanceMessage()
3289 case OMF_alloc: in BuildInstanceMessage()
3727 case OMF_alloc: in checkCallToMethod()
H A DSemaDeclObjC.cpp267 case OMF_alloc: in CheckARCMethodDecl()
423 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2555 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
5039 case OMF_alloc: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2271 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/freebsd-14.2/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp387 case OMF_alloc: in tryGenerateSpecializedMessageSend()