HomeSort by relevance Sort by last modified time
    Searched refs:OMF_alloc (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 125 case OMF_alloc:
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 554 OMF_alloc,
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 363 if (recME->getMethodFamily() == OMF_alloc &&
  /external/clang/lib/Basic/
IdentifierTable.cpp 434 if (startsWithWord(name, "alloc")) return OMF_alloc;
  /external/clang/lib/AST/
DeclObjC.cpp 716 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
739 case OMF_alloc:
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 241 case OMF_alloc:
359 case OMF_alloc:
    [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 46 if (Rec->getMethodFamily() == OMF_alloc)
    [all...]

Completed in 381 milliseconds