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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSAutoreleasePoolChecker.cpp85 return LO.getGC() != LangOptions::NonGC;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h207 bool NonGC: 1;
245 this->Ivar = this->ObjIsArray = this->NonGC = this->GlobalObjCRef = false;
278 bool isNonGC () const { return NonGC; }
279 void setNonGC(bool Value) { NonGC = Value; }
H A DCGObjC.cpp407 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
414 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
421 CGM.getLangOpts().getGC() == LangOptions::NonGC &&
1322 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
H A DCGObjCMac.cpp2305 if (Ctx.getLangOpts().getGC() != LangOptions::NonGC) {
2386 if (CGM.getLangOpts().getGC() == LangOptions::NonGC)
2927 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
2993 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
3518 assert(CGM.getLangOpts().getGC() == LangOptions::NonGC);
5157 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
5560 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
5599 if (CGM.getLangOpts().getGC() == LangOptions::NonGC &&
5618 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
6341 if (CGM.getLangOpts().getGC() != LangOptions::NonGC) {
[all...]
H A DCGObjCGNU.cpp894 assert ((CGM.getLangOpts().getGC() == LangOptions::NonGC));
2251 if ((Opts.getGC() != LangOptions::NonGC) || Opts.ObjCAutoRefCount)
2255 if (Opts.getGC() != LangOptions::NonGC) {
3786 case LangOptions::NonGC:
H A DCGBlocks.cpp203 CGM.getLangOpts().getGC() == LangOptions::NonGC) {
249 if (CGM.getLangOpts().getGC() != LangOptions::NonGC)
541 CGM.getLangOpts().getGC() == LangOptions::NonGC)
H A DCGClass.cpp1096 CGF.getLangOpts().getGC() == LangOptions::NonGC),
1236 AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGExpr.cpp2296 if (Ctx.getLangOpts().getGC() == LangOptions::NonGC)
2836 getLangOpts().getGC() != LangOptions::NonGC &&
3780 getLangOpts().getGC() != LangOptions::NonGC) {
H A DCGDecl.cpp2013 if (getLangOpts().getGC() != LangOptions::NonGC &&
H A DCGExprAgg.cpp2018 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DInternals.h167 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; }
H A DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h59 enum GCMode { NonGC, GCOnly, HybridGC }; enumerator in enum:clang::LangOptions::GCMode
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp130 if (S.getLangOpts().getGC() != LangOptions::NonGC) {
598 if (getLangOpts().getGC() != LangOptions::NonGC && isAssign &&
1242 if (getLangOpts().getGC() != LangOptions::NonGC) {
1408 getLangOpts().getGC() != LangOptions::NonGC)) {
1417 getLangOpts().getGC() != LangOptions::NonGC) {
2180 if (getLangOpts().getGC() != LangOptions::NonGC)
2799 if (isAnyClassTy && getLangOpts().getGC() == LangOptions::NonGC)
2809 if (getLangOpts().getGC() == LangOptions::NonGC)
H A DSemaDeclObjC.cpp485 if (Context.getLangOpts().getGC() != LangOptions::NonGC)
H A DSemaDecl.cpp7922 if (getLangOpts().getGC() != LangOptions::NonGC)
17148 getLangOpts().getGC() != LangOptions::NonGC && Record &&
H A DSemaCodeComplete.cpp6657 if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::NonGC)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitPreprocessor.cpp671 if (LangOpts.getGC() != LangOptions::NonGC)
1036 LangOpts.getGC() != LangOptions::NonGC) {
H A DCompilerInvocation.cpp2670 } else if (Opts.getGC() != LangOptions::NonGC) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6649 getLangOpts().getGC() != LangOptions::NonGC)
8393 if (getLangOpts().getGC() == LangOptions::NonGC)

Completed in 493 milliseconds