Searched refs:Act (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp131 FrontendAction *Act = CreateFrontendBaseAction(CI); local
132 if (!Act)
139 Act = new FixItRecompile(Act);
150 Act = new arcmt::CheckAction(Act);
153 Act = new arcmt::ModifyAction(Act);
156 Act = new arcmt::MigrateAction(Act,
[all...]
/freebsd-9.3-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp135 virtual void Act() = 0;
139 Act();
291 virtual void Act() { function in struct:__anon3557::LoadModifier
301 virtual void Act() { function in struct:__anon3557::StoreModifier
320 virtual void Act() { function in struct:__anon3557::BinModifier
363 virtual void Act() { function in struct:__anon3557::ConstModifier
410 virtual void Act() { function in struct:__anon3557::AllocaModifier
420 virtual void Act() { function in struct:__anon3557::ExtractElementModifier
432 virtual void Act() { function in struct:__anon3557::ShuffModifier
461 virtual void Act() { function in struct:__anon3557::InsertElementModifier
476 virtual void Act() { function in struct:__anon3557::CastModifier
563 virtual void Act() { function in struct:__anon3557::SelectModifier
586 virtual void Act() { function in struct:__anon3557::CmpModifier
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCodeGenAction.h26 unsigned Act; member in class:clang::CodeGenAction
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProgram.inc328 struct sigaction Act, Old;
340 memset(&Act, 0, sizeof(Act));
341 Act.sa_handler = TimeOutHandler;
342 sigemptyset(&Act.sa_mask);
343 sigaction(SIGALRM, &Act, &Old);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1210 OwningPtr<TopLevelDeclTrackerAction> Act(
1215 ActCleanup(Act.get());
1217 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0]))
1227 if (!Act->Execute())
1232 Act->EndSourceFile();
1632 OwningPtr<PrecompilePreambleAction> Act; local
1633 Act.reset(new PrecompilePreambleAction(*this));
1634 if (!Act->BeginSourceFile(*Clang.get(), Clang->getFrontendOpts().Inputs[0])) {
1643 Act->Execute();
1644 Act
1871 ASTFrontendAction *Act = Action; local
2524 OwningPtr<SyntaxOnlyAction> Act; local
[all...]
H A DCompilerInstance.cpp665 bool CompilerInstance::ExecuteAction(FrontendAction &Act) { argument
706 if (Act.BeginSourceFile(*this, getFrontendOpts().Inputs[i])) {
707 Act.Execute();
708 Act.EndSourceFile();
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp288 : Act(_Act), LinkModule(0),
344 BackendAction BA = static_cast<BackendAction>(Act);
385 BackendAction BA = static_cast<BackendAction>(Act);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h172 /// \param Act - The action to execute.
180 bool ExecuteAction(FrontendAction &Act);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp894 Action *Act = SingleActions[i]; local
902 if (Archs.size() > 1 && !types::canLipoType(Act->getType()))
904 << types::getTypeName(Act->getType());
908 Inputs.push_back(new BindArchAction(Act, Archs[i]));
915 if (Inputs.size() == 1 || Act->getType() == types::TY_Nothing)
918 Actions.push_back(new LipoJobAction(Inputs, Act->getType()));
930 if (Act->getType() == types::TY_Image) {
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.history311 09/14 The US Selective Service Act establishes the first peacetime draft, 1940

Completed in 97 milliseconds