Home
last modified time | relevance | path

Searched refs:setGC (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnogc.c84 if (f->setGC()) in visit()
99 if (f->setGC()) in visit()
111 if (e->member && !e->member->isNogc() && f->setGC()) in visit()
121 if (f->setGC()) in visit()
160 if (f->setGC()) in visit()
175 if (f->setGC()) in visit()
190 if (f->setGC()) in visit()
203 if (f->setGC()) in visit()
215 if (f->setGC()) in visit()
H A Ddeclaration.h645 bool setGC();
H A Dfunc.c3916 setGC(); in isNogc()
3931 bool FuncDeclaration::setGC() in setGC() function
3938 fes->func->setGC(); in setGC()
4552 if (setGC()) in checkClosure()
H A Dexpression.c2631 if (sc->flags & SCOPEcompile ? sc->func->isNogcBypassingInference() : sc->func->setGC()) in checkNogc()
H A Dexpressionsem.c3467 if (!tf->isnogc && sc->func->setGC()) in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnogc.d78 if (f.setGC()) in visit()
93 if (f.setGC()) in visit()
107 if (f.setGC()) in visit()
119 if (e.member && !e.member.isNogc() && f.setGC()) in visit()
128 if (f.setGC()) in visit()
156 if (f.setGC()) in visit()
171 if (f.setGC()) in visit()
184 if (f.setGC()) in visit()
196 if (f.setGC()) in visit()
H A Dfunc.d1452 setGC(); in isNogc()
1552 extern (D) final bool setGC() in setGC() function
1566 fes.func.setGC(); in setGC()
2114 if (setGC()) in checkClosure()
H A Dstatementsem.d3938 if (!(cas.stc & STC.nogc) && sc.func.setGC()) in package()
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()) in checkNogc()
H A Dexpressionsem.d4987 if (!tf.isnogc && sc.func.setGC()) in visit()
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Ddraw.c391 setGC (DviWidget dw) in setGC() function
445 setGC (dw); in DrawLine()
459 setGC (dw); in DrawCircle()
486 setGC (dw); in DrawEllipse()
522 setGC (dw); in DrawArc()
541 setGC (dw); in DrawPolygon()
657 setGC (dw); in DrawSpline()
H A DChangeLog434 * draw.c (setGC): Do multiplication in floating point to avoid
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h132 void setGC(const Function &Fn, std::string GCName);
H A DFunction.h397 void setGC(std::string Str);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
H A DFunction.cpp656 void Function::setGC(std::string Str) { in setGC() function in Function
658 getContext().setGC(*this, std::move(Str)); in setGC()
681 setGC(Src->getGC()); in copyAttributesFrom()
H A DCore.cpp2445 F->setGC(GC); in LLVMSetGC()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DGarbageCollection.rst29 F.setGC(<collector description name>);
212 compiler. Its programmatic equivalent is the ``setGC`` method of ``Function``.
403 F.setGC("shadow-stack");
504 F.setGC("statepoint-example");
526 F.setGC("coreclr");
589 attribute or, equivalently, with the ``setGC`` method of ``Function``.
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1804 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp3669 Opts.setGC(LangOptions::GCOnly); in ParseLangArgs()
3671 Opts.setGC(LangOptions::HybridGC); in ParseLangArgs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3415 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1647 [gc]. See the method [llvm::Function::setGC]. *)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5957 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()

12