/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 44 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 45 M->getMethodFamily() == OMF_dealloc || in DefaultMethodFilter()
|
D | RetainCountChecker.cpp | 1462 case OMF_dealloc: in getStandardMethodSummary()
|
/external/llvm-project/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 100 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 210 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
|
D | TransRetainReleaseDealloc.cpp | 116 case OMF_dealloc: in VisitObjCMessageExpr()
|
D | Transforms.cpp | 178 case OMF_dealloc: in hasSideEffects()
|
/external/clang/lib/ARCMigrate/ |
D | TransZeroOutPropsInDealloc.cpp | 101 if (D->getMethodFamily() != OMF_dealloc && in TraverseObjCMethodDecl()
|
D | TransEmptyStatementsAndDealloc.cpp | 212 if (MD->getMethodFamily() == OMF_dealloc) { in cleanupDeallocOrFinalize()
|
D | TransRetainReleaseDealloc.cpp | 112 case OMF_dealloc: in VisitObjCMessageExpr()
|
D | Transforms.cpp | 183 case OMF_dealloc: in hasSideEffects()
|
/external/clang/include/clang/Basic/ |
D | IdentifierTable.h | 583 OMF_dealloc, enumerator
|
/external/llvm-project/clang/include/clang/Basic/ |
D | IdentifierTable.h | 639 OMF_dealloc, enumerator
|
/external/clang/lib/Basic/ |
D | IdentifierTable.cpp | 478 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
|
/external/llvm-project/clang/lib/Basic/ |
D | IdentifierTable.cpp | 523 if (name == "dealloc") return OMF_dealloc; in getMethodFamilyImpl()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 208 case OMF_dealloc: in CheckARCMethodDecl() 349 case OMF_dealloc: in ActOnStartOfObjCMethodDef() 409 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef() 2430 case OMF_dealloc: in checkMethodFamilyMismatch() 4420 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration() 4470 case OMF_dealloc: in ActOnMethodDeclaration()
|
D | SemaExprMember.cpp | 1481 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
|
D | SemaExprObjC.cpp | 1192 case OMF_dealloc: in ParseObjCSelectorExpression() 2908 case OMF_dealloc: in BuildInstanceMessage()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 239 case OMF_dealloc: in CheckARCMethodDecl() 421 case OMF_dealloc: in ActOnStartOfObjCMethodDef() 479 if (Family == OMF_dealloc) { in ActOnStartOfObjCMethodDef() 2523 case OMF_dealloc: in checkMethodFamilyMismatch() 4923 ObjCMethod->getSelector().getMethodFamily() == OMF_dealloc) { in ActOnMethodDeclaration() 5005 case OMF_dealloc: in ActOnMethodDeclaration()
|
D | SemaExprMember.cpp | 1449 warn = (MF != OMF_init && MF != OMF_dealloc && in LookupMemberExpr()
|
D | SemaExprObjC.cpp | 1364 case OMF_dealloc: in ParseObjCSelectorExpression() 3263 case OMF_dealloc: in BuildInstanceMessage()
|
/external/llvm-project/clang/lib/Analysis/ |
D | RetainSummaryManager.cpp | 1080 case OMF_dealloc: in getStandardMethodSummary()
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 956 case OMF_dealloc: in getMethodFamily()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclObjC.cpp | 1044 case OMF_dealloc: in getMethodFamily()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 769 if (OMD->getMethodFamily() == OMF_dealloc || in StartFunction()
|