Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp125 case OMF_alloc: in checkPostCall()
DRetainCountChecker.cpp1401 case OMF_alloc: in getStandardMethodSummary()
1420 case OMF_alloc: in getStandardMethodSummary()
2257 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/external/clang/lib/AST/
DDeclObjC.cpp811 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
834 case OMF_alloc: in getMethodFamily()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
DObjCMT.cpp1613 case clang::OMF_alloc: in AddCFAnnotations()
/external/clang/include/clang/Basic/
DIdentifierTable.h552 OMF_alloc, enumerator
DAttr.td1056 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/external/clang/lib/Basic/
DIdentifierTable.cpp486 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp236 case OMF_alloc: in CheckARCMethodDecl()
351 case OMF_alloc: in ActOnStartOfObjCMethodDef()
1525 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
3300 case OMF_alloc: in ActOnMethodDeclaration()
DSemaExprObjC.cpp1084 case OMF_alloc: in ParseObjCSelectorExpression()
2621 case OMF_alloc: in BuildInstanceMessage()
2653 case OMF_alloc: in BuildInstanceMessage()
3070 case OMF_alloc: in checkCallToMethod()
DSemaObjCProperty.cpp1854 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()
/external/clang/tools/libclang/
DCXCursor.cpp1425 if (RecE->getMethodFamily() == OMF_alloc) in clang_Cursor_isDynamicCall()