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 551 OMF_alloc,
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 363 if (recME->getMethodFamily() == OMF_alloc &&
ObjCMT.cpp     [all...]
  /external/clang/lib/Basic/
IdentifierTable.cpp 442 if (startsWithWord(name, "alloc")) return OMF_alloc;
  /external/clang/lib/AST/
DeclObjC.cpp 809 case ObjCMethodFamilyAttr::OMF_alloc: family = OMF_alloc; break;
832 case OMF_alloc:
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 241 case OMF_alloc:
356 case OMF_alloc:
    [all...]
SemaExprObjC.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 46 if (Rec->getMethodFamily() == OMF_alloc)
    [all...]

Completed in 831 milliseconds