OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NonGC
(Results
1 - 20
of
20
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NSAutoreleasePoolChecker.cpp
85
return LO.getGC() != LangOptions::
NonGC
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
207
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; }
CGObjC.cpp
409
CGM.getLangOpts().getGC() == LangOptions::
NonGC
&&
416
CGM.getLangOpts().getGC() == LangOptions::
NonGC
&&
423
CGM.getLangOpts().getGC() == LangOptions::
NonGC
&&
1394
if (CGM.getLangOpts().getGC() != LangOptions::
NonGC
)
CGObjCMac.cpp
2322
if (Ctx.getLangOpts().getGC() != LangOptions::
NonGC
) {
2403
if (CGM.getLangOpts().getGC() == LangOptions::
NonGC
)
2944
assert(CGM.getLangOpts().getGC() == LangOptions::
NonGC
);
3010
assert(CGM.getLangOpts().getGC() == LangOptions::
NonGC
);
3536
assert(CGM.getLangOpts().getGC() == LangOptions::
NonGC
);
5174
if (CGM.getLangOpts().getGC() == LangOptions::
NonGC
) {
5578
if (CGM.getLangOpts().getGC() != LangOptions::
NonGC
) {
5617
if (CGM.getLangOpts().getGC() == LangOptions::
NonGC
&&
5636
if (CGM.getLangOpts().getGC() == LangOptions::
NonGC
) {
6344
if (CGM.getLangOpts().getGC() != LangOptions::
NonGC
) {
[
all
...]
CGObjCGNU.cpp
886
assert ((CGM.getLangOpts().getGC() == LangOptions::
NonGC
));
2252
if ((Opts.getGC() != LangOptions::
NonGC
) || Opts.ObjCAutoRefCount)
2256
if (Opts.getGC() != LangOptions::
NonGC
) {
3794
case LangOptions::
NonGC
:
CGBlocks.cpp
203
CGM.getLangOpts().getGC() == LangOptions::
NonGC
) {
249
if (CGM.getLangOpts().getGC() != LangOptions::
NonGC
)
541
CGM.getLangOpts().getGC() == LangOptions::
NonGC
)
CGClass.cpp
1096
CGF.getLangOpts().getGC() == LangOptions::
NonGC
),
1236
AssignmentsMemcpyable(CGF.getLangOpts().getGC() == LangOptions::
NonGC
) {
CGExpr.cpp
2337
if (Ctx.getLangOpts().getGC() == LangOptions::
NonGC
)
2894
getLangOpts().getGC() != LangOptions::
NonGC
&&
3859
getLangOpts().getGC() != LangOptions::
NonGC
) {
CGExprAgg.cpp
2137
if (CGM.getLangOpts().getGC() == LangOptions::
NonGC
) {
CGDecl.cpp
2045
if (getLangOpts().getGC() != LangOptions::
NonGC
&&
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Internals.h
167
bool isGCMigration() const { return OrigGCMode != LangOptions::
NonGC
; }
ARCMT.cpp
197
CInvok->getLangOpts()->setGC(LangOptions::
NonGC
);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h
63
enum GCMode {
NonGC
, GCOnly, HybridGC };
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
128
if (S.getLangOpts().getGC() != LangOptions::
NonGC
) {
591
if (getLangOpts().getGC() != LangOptions::
NonGC
&& isAssign &&
1234
if (getLangOpts().getGC() != LangOptions::
NonGC
) {
1400
getLangOpts().getGC() != LangOptions::
NonGC
)) {
1409
getLangOpts().getGC() != LangOptions::
NonGC
) {
2170
if (getLangOpts().getGC() != LangOptions::
NonGC
)
2789
if (isAnyClassTy && getLangOpts().getGC() == LangOptions::
NonGC
)
2799
if (getLangOpts().getGC() == LangOptions::
NonGC
)
SemaDeclObjC.cpp
485
if (Context.getLangOpts().getGC() != LangOptions::
NonGC
)
SemaDecl.cpp
8034
if (getLangOpts().getGC() != LangOptions::
NonGC
)
17379
getLangOpts().getGC() != LangOptions::
NonGC
&& Record &&
SemaCodeComplete.cpp
6840
if (getLangOpts().ObjCWeak || getLangOpts().getGC() != LangOptions::
NonGC
)
/src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp
717
if (LangOpts.getGC() != LangOptions::
NonGC
)
1096
LangOpts.getGC() != LangOptions::
NonGC
) {
CompilerInvocation.cpp
3692
} else if (Opts.getGC() != LangOptions::
NonGC
) {
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
6785
getLangOpts().getGC() != LangOptions::
NonGC
)
8579
if (getLangOpts().getGC() == LangOptions::
NonGC
)
Completed in 71 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026