Searched refs:NonGC (Results 1 - 23 of 23) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp78 if (mgr.getLangOpts().getGC() != LangOptions::NonGC)
H A DCheckObjCDealloc.cpp150 const char* name = LOpts.getGC() == LangOptions::NonGC
202 name = LOpts.getGC() == LangOptions::NonGC
210 name = LOpts.getGC() == LangOptions::NonGC
H A DRetainCountChecker.cpp1824 case LangOptions::NonGC:
/external/clang/include/clang/Basic/
H A DLangOptions.h52 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator in enum:clang::LangOptions::GCMode
/external/clang/lib/CodeGen/
H A DCGValue.h148 bool NonGC: 1;
181 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false;
217 bool isNonGC () const { return NonGC; }
218 void setNonGC(bool Value) { NonGC = Value; }
H A DCGObjCGNU.cpp768 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
982 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
986 if (Opts.getGC() != LangOptions::NonGC) {
2514 case LangOptions::NonGC:
H A DCGObjCMac.cpp1938 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
2452 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
2506 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
4259 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
4764 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
5545 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGBlocks.cpp118 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
352 CGM.getLangOpts().getGC() == LangOptions::NonGC)
H A DCGClass.cpp1046 CGF.getLangOpts().getGC() == LangOptions::NonGC),
1184 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGExpr.cpp1732 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC)
2057 getLangOpts().getGC() != LangOptions::NonGC &&
2556 getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGDecl.cpp1321 if (getLangOpts().getGC() != LangOptions::NonGC &&
H A DCGExprAgg.cpp1475 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGObjC.cpp1078 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
1390 if (CGM.getLangOpts().getGC() == LangOptions::NonGC)
/external/clang/lib/ARCMigrate/
H A DInternals.h166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; }
H A DARCMT.cpp194 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp107 if ((S.getLangOpts().getGC() != LangOptions::NonGC &&
542 if (getLangOpts().getGC() != LangOptions::NonGC &&
953 getLangOpts().getGC() != LangOptions::NonGC) {
1027 getLangOpts().getGC() == LangOptions::NonGC) {
1104 getLangOpts().getGC() != LangOptions::NonGC)) {
1113 getLangOpts().getGC() != LangOptions::NonGC) {
1760 if (getLangOpts().getGC() != LangOptions::NonGC)
2255 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC)
2265 if (getLangOpts().getGC() == LangOptions::NonGC)
H A DSemaDeclObjC.cpp415 if (Context.getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaCodeComplete.cpp4850 if (getLangOpts().ObjCARCWeak || getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaDecl.cpp6259 if (getLangOpts().getGC() != LangOptions::NonGC)
12998 getLangOpts().getGC() != LangOptions::NonGC &&
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp676 case LangOptions::NonGC:
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp522 if (LangOpts.getGC() != LangOptions::NonGC)
/external/clang/lib/AST/
H A DASTContext.cpp4842 getLangOpts().getGC() != LangOptions::NonGC)
6454 if (getLangOpts().getGC() == LangOptions::NonGC)
/external/clang/lib/Basic/
H A DTargets.cpp104 if (Opts.getGC() != LangOptions::NonGC)

Completed in 1168 milliseconds