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

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.d78 if (f.setGC())
93 if (f.setGC())
107 if (f.setGC())
119 if (e.member && !e.member.isNogc() && f.setGC())
128 if (f.setGC())
156 if (f.setGC())
171 if (f.setGC())
184 if (f.setGC())
196 if (f.setGC())
H A Dfunc.d1452 setGC();
1552 extern (D) final bool setGC()
1554 //printf("setGC() %s\n", toChars());
1566 fes.func.setGC();
2114 if (setGC())
H A Dstatementsem.d3938 if (!(cas.stc & STC.nogc) && sc.func.setGC())
H A Dmtype.d4765 if (!f.isNogc && sc.func.setGC())
H A Dexpression.d1454 if (sc.flags & SCOPE.compile ? sc.func.isNogcBypassingInference() : sc.func.setGC())
H A Dexpressionsem.d4987 if (!tf.isnogc && sc.func.setGC())
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnogc.c84 if (f->setGC())
99 if (f->setGC())
111 if (e->member && !e->member->isNogc() && f->setGC())
121 if (f->setGC())
160 if (f->setGC())
175 if (f->setGC())
190 if (f->setGC())
203 if (f->setGC())
215 if (f->setGC())
H A Ddeclaration.h645 bool setGC();
H A Dfunc.c3916 setGC();
3931 bool FuncDeclaration::setGC() function in class:FuncDeclaration
3938 fes->func->setGC();
4552 if (setGC())
H A Dexpression.c2631 if (sc->flags & SCOPEcompile ? sc->func->isNogcBypassingInference() : sc->func->setGC())
H A Dexpressionsem.c3467 if (!tf->isnogc && sc->func->setGC())
/netbsd-current/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c391 setGC (DviWidget dw) function
445 setGC (dw);
459 setGC (dw);
486 setGC (dw);
522 setGC (dw);
541 setGC (dw);
657 setGC (dw);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h132 void setGC(const Function &Fn, std::string GCName);
H A DFunction.h391 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
397 void setGC(std::string Str);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { function in class:LLVMContext
H A DFunction.cpp656 void Function::setGC(std::string Str) { function in class:Function
658 getContext().setGC(*this, std::move(Str));
681 setGC(Src->getGC());
H A DCore.cpp2445 F->setGC(GC);
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1804 Caller->setGC(CalledFunc->getGC());
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3669 Opts.setGC(LangOptions::GCOnly);
3671 Opts.setGC(LangOptions::HybridGC);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3415 Func->setGC(GCTable[Record[8] - 1]);
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1647 [gc]. See the method [llvm::Function::setGC]. *)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5957 if (!GC.empty()) Fn->setGC(GC);

Completed in 501 milliseconds