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.cpp171 const char* name = LOpts.getGC() == LangOptions::NonGC
187 const char* name = LOpts.getGC() == LangOptions::NonGC
241 name = LOpts.getGC() == LangOptions::NonGC
249 name = LOpts.getGC() == LangOptions::NonGC
H A DRetainCountChecker.cpp1799 case LangOptions::NonGC:
/external/clang/include/clang/Basic/
H A DLangOptions.h59 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator in enum:clang::LangOptions::GCMode
/external/clang/lib/CodeGen/
H A DCGValue.h147 bool NonGC: 1;
180 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false;
216 bool isNonGC () const { return NonGC; }
217 void setNonGC(bool Value) { NonGC = Value; }
H A DCGObjCGNU.cpp765 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
979 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
983 if (Opts.getGC() != LangOptions::NonGC) {
2507 case LangOptions::NonGC:
H A DCGObjCMac.cpp1943 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
2457 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
2511 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
4293 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
4807 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
5591 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGBlocks.cpp112 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
346 CGM.getLangOpts().getGC() == LangOptions::NonGC)
H A DCGClass.cpp954 CGF.getLangOpts().getGC() == LangOptions::NonGC),
1092 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGExpr.cpp1644 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC)
1945 getLangOpts().getGC() != LangOptions::NonGC &&
2408 getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGDecl.cpp1283 if (getLangOpts().getGC() != LangOptions::NonGC &&
H A DCGExprAgg.cpp1458 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGObjC.cpp1087 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
1399 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.cpp106 if ((S.getLangOpts().getGC() != LangOptions::NonGC &&
539 if (getLangOpts().getGC() != LangOptions::NonGC &&
950 getLangOpts().getGC() != LangOptions::NonGC) {
1024 getLangOpts().getGC() == LangOptions::NonGC) {
1101 getLangOpts().getGC() != LangOptions::NonGC)) {
1110 getLangOpts().getGC() != LangOptions::NonGC) {
1753 if (getLangOpts().getGC() != LangOptions::NonGC)
2215 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC)
2225 if (getLangOpts().getGC() == LangOptions::NonGC)
H A DSemaDeclObjC.cpp419 if (Context.getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaCodeComplete.cpp4705 if (getLangOpts().ObjCARCWeak || getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaDecl.cpp5996 if (getLangOpts().getGC() != LangOptions::NonGC)
12424 getLangOpts().getGC() != LangOptions::NonGC &&
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp671 case LangOptions::NonGC:
/external/clang/lib/Frontend/
H A DInitPreprocessor.cpp495 if (LangOpts.getGC() != LangOptions::NonGC)
/external/clang/lib/AST/
H A DASTContext.cpp4734 getLangOpts().getGC() != LangOptions::NonGC)
6328 if (getLangOpts().getGC() == LangOptions::NonGC)
/external/clang/lib/Basic/
H A DTargets.cpp103 if (Opts.getGC() != LangOptions::NonGC)

Completed in 702 milliseconds