Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp362 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
H A DObjCMT.cpp1587 case clang::OMF_alloc: in AddCFAnnotations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DIdentifierTable.h631 OMF_alloc, enumerator
H A DAttr.td2076 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DRetainSummaryManager.cpp1041 case OMF_alloc: in getStandardMethodSummary()
1060 case OMF_alloc: in getStandardMethodSummary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp222 if (RecE->getMethodFamily() == OMF_alloc) in VisitObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp1013 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
1036 case OMF_alloc: in getMethodFamily()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp579 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp739 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp327 case OMF_alloc: in checkPostCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp1370 case OMF_alloc: in ParseObjCSelectorExpression()
3255 case OMF_alloc: in BuildInstanceMessage()
3288 case OMF_alloc: in BuildInstanceMessage()
3728 case OMF_alloc: in checkCallToMethod()
H A DSemaDeclObjC.cpp267 case OMF_alloc: in CheckARCMethodDecl()
423 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2534 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
5019 case OMF_alloc: in ActOnMethodDeclaration()
H A DSemaObjCProperty.cpp2276 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp45 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1656 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp385 case OMF_alloc: in tryGenerateSpecializedMessageSend()