Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
H A DObjCMT.cpp1588 case clang::OMF_alloc: in AddCFAnnotations()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRetainSummaryManager.cpp975 case OMF_alloc: in getStandardMethodSummary()
994 case OMF_alloc: in getStandardMethodSummary()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h619 OMF_alloc, enumerator
H A DAttr.td1705 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexBody.cpp223 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp997 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1020 case OMF_alloc: in getMethodFamily()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp518 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp580 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp217 case OMF_alloc: in checkPostCall()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp1203 case OMF_alloc: in ParseObjCSelectorExpression()
3029 case OMF_alloc: in BuildInstanceMessage()
3062 case OMF_alloc: in BuildInstanceMessage()
3502 case OMF_alloc: in checkCallToMethod()
H A DSemaDeclObjC.cpp267 case OMF_alloc: in CheckARCMethodDecl()
422 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2512 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
4738 case OMF_alloc: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2221 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp381 case OMF_alloc: in tryGenerateSpecializedMessageSend()