Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp123 case OMF_alloc: in checkPostCall()
DRetainCountChecker.cpp1403 case OMF_alloc: in getStandardMethodSummary()
1422 case OMF_alloc: in getStandardMethodSummary()
/external/clang/include/clang/Basic/
DIdentifierTable.h556 OMF_alloc, enumerator
DAttr.td558 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
/external/clang/lib/Basic/
DIdentifierTable.cpp435 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/clang/lib/AST/
DDeclObjC.cpp627 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
650 case OMF_alloc: in getMethodFamily()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp240 case OMF_alloc: in CheckARCMethodDecl()
358 case OMF_alloc: in ActOnStartOfObjCMethodDef()
1441 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
3051 case OMF_alloc: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1001 case OMF_alloc: in ParseObjCSelectorExpression()
2353 case OMF_alloc: in BuildInstanceMessage()
2384 case OMF_alloc: in BuildInstanceMessage()
2802 case OMF_alloc: in checkCallToMethod()
DSemaObjCProperty.cpp1837 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
DSemaDeclAttr.cpp2421 family = ObjCMethodFamilyAttr::OMF_alloc; in handleObjCMethodFamilyAttr()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()