Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDDynamicTypePropagation.cpp125 case OMF_alloc: in checkPostCall()
HDRetainCountChecker.cpp1424 case OMF_alloc: in getStandardMethodSummary()
1443 case OMF_alloc: in getStandardMethodSummary()
2279 if (ME->getMethodFamily() == OMF_alloc) in GetAllocationSite()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransAutoreleasePool.cpp363 if (recME->getMethodFamily() == OMF_alloc && in isPoolCreation()
HDObjCMT.cpp1610 case clang::OMF_alloc: in AddCFAnnotations()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDIdentifierTable.h542 OMF_alloc, enumerator
HDAttr.td1074 ["OMF_None", "OMF_alloc", "OMF_copy", "OMF_init",
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp496 if (startsWithWord(name, "alloc")) return OMF_alloc; in getMethodFamilyImpl()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp867 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break; in getMethodFamily()
890 case OMF_alloc: in getMethodFamily()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp239 case OMF_alloc: in CheckARCMethodDecl()
354 case OMF_alloc: in ActOnStartOfObjCMethodDef()
2397 case OMF_alloc: familySelector = F_alloc; break; in checkMethodFamilyMismatch()
4283 case OMF_alloc: in ActOnMethodDeclaration()
HDSemaExprObjC.cpp1201 case OMF_alloc: in ParseObjCSelectorExpression()
2870 case OMF_alloc: in BuildInstanceMessage()
2902 case OMF_alloc: in BuildInstanceMessage()
3319 case OMF_alloc: in checkCallToMethod()
HDSemaObjCProperty.cpp1890 if (family == OMF_alloc || family == OMF_copy || in DiagnoseOwningPropertyGetterSynthesis()
/NextBSD/contrib/llvm/tools/clang/lib/Edit/
HDRewriteObjCFoundationAPI.cpp46 if (Rec->getMethodFamily() == OMF_alloc) in checkForLiteralCreation()