| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | nogc.c | 84 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 D | declaration.h | 645 bool setGC();
|
| H A D | func.c | 3916 setGC(); in isNogc() 3931 bool FuncDeclaration::setGC() in setGC() function 3938 fes->func->setGC(); in setGC() 4552 if (setGC()) in checkClosure()
|
| H A D | expression.c | 2631 if (sc->flags & SCOPEcompile ? sc->func->isNogcBypassingInference() : sc->func->setGC()) in checkNogc()
|
| H A D | expressionsem.c | 3467 if (!tf->isnogc && sc->func->setGC()) in visit()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | nogc.d | 78 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 D | func.d | 1452 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 D | statementsem.d | 3938 if (!(cas.stc & STC.nogc) && sc.func.setGC()) in package()
|
| H A D | mtype.d | 4765 if (!f.isNogc && sc.func.setGC())
|
| H A D | expression.d | 1454 if (sc.flags & SCOPE.compile ? sc.func.isNogcBypassingInference() : sc.func.setGC()) in checkNogc()
|
| H A D | expressionsem.d | 4987 if (!tf.isnogc && sc.func.setGC()) in visit()
|
| /netbsd-src/external/gpl2/groff/dist/src/devices/xditview/ |
| H A D | draw.c | 391 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 D | ChangeLog | 434 * draw.c (setGC): Do multiplication in floating point to avoid
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | LLVMContext.h | 132 void setGC(const Function &Fn, std::string GCName);
|
| H A D | Function.h | 397 void setGC(std::string Str);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContext.cpp | 298 void LLVMContext::setGC(const Function &Fn, std::string GCName) { in setGC() function in LLVMContext
|
| H A D | Function.cpp | 656 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 D | Core.cpp | 2445 F->setGC(GC); in LLVMSetGC()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GarbageCollection.rst | 29 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 D | ARCMT.cpp | 197 CInvok->getLangOpts()->setGC(LangOptions::NonGC); in createInvocationForMigration()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 1804 Caller->setGC(CalledFunc->getGC()); in InlineFunction()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 3669 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 D | BitcodeReader.cpp | 3415 Func->setGC(GCTable[Record[8] - 1]); in parseFunctionRecord()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.mli | 1647 [gc]. See the method [llvm::Function::setGC]. *)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
| H A D | LLParser.cpp | 5957 if (!GC.empty()) Fn->setGC(GC); in parseFunctionHeader()
|