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

/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp82 return LO.getGC() != LangOptions::NonGC;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h212 bool NonGC: 1;
258 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false;
291 bool isNonGC () const { return NonGC; }
292 void setNonGC(bool Value) { NonGC = Value; }
H A DCGObjCMac.cpp2255 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) {
2336 if (CGM.getLangOpts().getGC() == LangOptions::NonGC)
2877 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
2942 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
3467 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
5101 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
5494 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
5533 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
5552 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
6259 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
[all...]
H A DCGObjC.cpp411 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
418 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
425 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
1422 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
H A DCGObjCGNU.cpp896 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
2377 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
2381 if (Opts.getGC() != LangOptions::NonGC) {
3984 case LangOptions::NonGC:
H A DCGBlocks.cpp164 CGM.getLangOpts().getGC() == LangOptions::NonGC) {
209 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
564 CGM.getLangOpts().getGC() == LangOptions::NonGC)
H A DCGClass.cpp1080 CGF.getLangOpts().getGC() == LangOptions::NonGC),
1220 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGExpr.cpp2654 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC)
3217 getLangOpts().getGC() != LangOptions::NonGC &&
4309 getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGExprAgg.cpp2193 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGDecl.cpp2125 if (getLangOpts().getGC() != LangOptions::NonGC &&
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h165 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; }
H A DARCMT.cpp195 CInvok->getLangOpts().setGC(LangOptions::NonGC);
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp128 if (S.getLangOpts().getGC() != LangOptions::NonGC) {
591 if (getLangOpts().getGC() != LangOptions::NonGC && isAssign &&
1234 if (getLangOpts().getGC() != LangOptions::NonGC) {
1399 getLangOpts().getGC() != LangOptions::NonGC)) {
1408 getLangOpts().getGC() != LangOptions::NonGC) {
2165 if (getLangOpts().getGC() != LangOptions::NonGC)
2780 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC)
2790 if (getLangOpts().getGC() == LangOptions::NonGC)
H A DSemaDeclObjC.cpp485 if (Context.getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaCodeComplete.cpp7471 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaDecl.cpp8798 if (getLangOpts().getGC() != LangOptions::NonGC)
19366 getLangOpts().getGC() != LangOptions::NonGC && Record &&
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h88 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator in enum:clang::LangOptions::GCMode
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp871 if (LangOpts.getGC() != LangOptions::NonGC)
1258 LangOpts.getGC() != LangOptions::NonGC) {
H A DCompilerInvocation.cpp3810 } else if (Opts.getGC() != LangOptions::NonGC) {
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7544 getLangOpts().getGC() != LangOptions::NonGC)
9351 if (getLangOpts().getGC() == LangOptions::NonGC)

Completed in 507 milliseconds