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

/freebsd-10.1-release/contrib/groff/src/devices/xditview/
H A Ddraw.c389 setGC (DviWidget dw) function
443 setGC (dw);
457 setGC (dw);
484 setGC (dw);
520 setGC (dw);
539 setGC (dw);
655 setGC (dw);
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DFunction.cpp321 void Function::setGC(const char *Str) { function in class:Function
354 setGC(SrcF->getGC());
H A DCore.cpp1493 F->setGC(GC);
/freebsd-10.1-release/contrib/llvm/include/llvm/IR/
H A DFunction.h215 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
219 void setGC(const char *Str);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DARCMT.cpp194 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp532 Caller->setGC(CalledFunc->getGC());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1223 Opts.setGC(LangOptions::GCOnly);
1225 Opts.setGC(LangOptions::HybridGC);
/freebsd-10.1-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1884 Func->setGC(GCTable[Record[8]-1].c_str());
/freebsd-10.1-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3115 if (!GC.empty()) Fn->setGC(GC.c_str());

Completed in 93 milliseconds