Searched refs:Action (Results 1 - 25 of 107) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Driver/
H A DUtil.h20 class Action;
27 typedef SmallVector<Action*, 3> ActionList;
H A DAction.h1 //===--- Action.h - Abstract compilation steps ------------------*- C++ -*-===//
26 /// Action - Represent an abstract compilation step to perform.
35 class Action { class in namespace:clang::driver
72 Action(ActionClass _Kind, types::ID _Type) function in class:clang::driver::Action
74 Action(ActionClass _Kind, Action *Input, types::ID _Type) function in class:clang::driver::Action
76 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) function in class:clang::driver::Action
79 virtual ~Action();
81 const char *getClassName() const { return Action::getClassName(getKind()); }
100 class InputAction : public Action {
[all...]
H A DJob.h24 class Action;
63 const Action &Source;
76 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
85 /// getSource - Return the Action which caused the creation of this job.
86 const Action &getSource() const { return Source; }
103 FallbackCommand(const Action &Source_, const Tool &Creator_,
H A DDriver.h41 class Action;
347 Action *ConstructPhaseAction(const llvm::opt::ArgList &Args, phases::ID Phase,
348 Action *Input) const;
353 const Action *A,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Driver/
H A DAction.cpp1 //===--- Action.cpp - Abstract compilation steps --------------------------===//
10 #include "clang/Driver/Action.h"
16 Action::~Action() {
23 const char *Action::getClassName(ActionClass AC) {
45 : Action(InputClass, _Type), Input(_Input) {
50 BindArchAction::BindArchAction(Action *Input, const char *_ArchName)
51 : Action(BindArchClass, Input, Input->getType()), ArchName(_ArchName) {
56 JobAction::JobAction(ActionClass Kind, Action *Input, types::ID Type)
57 : Action(Kin
[all...]
H A DToolChain.cpp12 #include "clang/Driver/Action.h"
106 Tool *ToolChain::getTool(Action::ActionClass AC) const {
108 case Action::AssembleJobClass:
111 case Action::LinkJobClass:
114 case Action::InputClass:
115 case Action::BindArchClass:
116 case Action::LipoJobClass:
117 case Action::DsymutilJobClass:
118 case Action::VerifyJobClass:
121 case Action
[all...]
/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp32 void EmitAction(Record *Action, unsigned Indent, raw_ostream &O);
78 void CallingConvEmitter::EmitAction(Record *Action, argument
82 if (Action->isSubClassOf("CCPredicateAction")) {
85 if (Action->isSubClassOf("CCIfType")) {
86 ListInit *VTs = Action->getValueAsListInit("VTs");
93 } else if (Action->isSubClassOf("CCIf")) {
94 O << Action->getValueAsString("Predicate");
96 Action->dump();
101 EmitAction(Action->getValueAsDef("SubAction"), Indent+2, O);
104 if (Action
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm-c/
H A DAnalysis.h45 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DAnalysis.cpp73 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, argument
78 static_cast<VerifierFailureAction>(Action),
87 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
89 static_cast<VerifierFailureAction>(Action));
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DBackendUtil.h37 BackendAction Action, raw_ostream *OS);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h119 /// Calls 'Action' with the BoundNodes on every match.
123 /// Does not take ownership of 'Action'.
126 MatchCallback *Action);
128 MatchCallback *Action);
130 MatchCallback *Action);
132 MatchCallback *Action);
134 MatchCallback *Action);
136 MatchCallback *Action);
148 MatchCallback *Action);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp35 StringRef Action("unknown");
49 case EmitHTML: Action = "EmitHTML"; break;
58 case FixIt: Action = "FixIt"; break;
91 Action = "RewriteIncludesAction";
103 case RewriteMacros: Action = "RewriteMacros"; break;
104 case RewriteObjC: Action = "RewriteObjC"; break;
105 case RewriteTest: Action = "RewriteTest"; break;
110 case MigrateSource: Action = "MigrateSource"; break;
115 case RunAnalysis: Action = "RunAnalysis"; break;
122 CI.getDiagnostics().Report(diag::err_fe_action_not_available) << Action;
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp156 FrontendAction *Action; member in class:clang::tooling::__anon3663::SingleFrontendActionFactory
159 SingleFrontendActionFactory(FrontendAction *Action) : Action(Action) {} argument
161 FrontendAction *create() { return Action; }
167 ToolAction *Action, FileManager *Files)
169 Action(Action),
177 Action(new SingleFrontendActionFactory(FAction)),
184 delete Action;
166 ToolInvocation(ArrayRef<std::string> CommandLine, ToolAction *Action, FileManager *Files) argument
322 run(ToolAction *Action) argument
414 ToolInvocation Invocation(getSyntaxOnlyToolArgs(Args, FileNameRef), &Action, 0); local
[all...]
H A DCompilationDatabase.cpp24 #include "clang/Driver/Action.h"
116 void run(const driver::Action *A) {
124 void runImpl(const driver::Action *A, bool Collect) {
127 case driver::Action::CompileJobClass:
131 case driver::Action::InputClass: {
253 if (Cmd->getSource().getKind() == driver::Action::AssembleJobClass)
/freebsd-10-stable/lib/clang/libclangdriver/
H A DMakefile8 SRCS= Action.cpp \
/freebsd-10-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutdelete.c63 UINT32 Action);
399 * Action - What to do (REF_INCREMENT or REF_DECREMENT)
410 UINT32 Action)
434 switch (Action)
491 Action));
514 * Action - Either REF_INCREMENT or REF_DECREMENT
532 UINT16 Action)
576 AcpiUtUpdateRefCount (PrevObject, Action);
609 AcpiUtUpdateRefCount (NextObject, Action);
618 NextObject, Action,
408 AcpiUtUpdateRefCount( ACPI_OPERAND_OBJECT *Object, UINT32 Action) argument
530 AcpiUtUpdateObjectReference( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
[all...]
H A Dutstate.c203 * Action - Update action to be performed
216 UINT16 Action)
236 State->Update.Value = Action;
246 * Action - Update action to be performed
214 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
H A Dutosi.c356 * PARAMETERS: Action - Actions to be performed during the
369 UINT8 Action)
378 (Action & ACPI_FEATURE_STRINGS)) ||
380 (Action & ACPI_VENDOR_STRINGS)))
382 if (Action & ACPI_DISABLE_INTERFACES)
368 AcpiUtUpdateInterfaces( UINT8 Action) argument
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp159 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction };
160 Actions.push_back(Action);
295 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
404 CallSiteTableLength += MCAsmInfo::getULEB128Size(CallSites[i].Action);
541 if (S.Action == 0)
542 Asm->OutStreamer.AddComment(" Action: cleanup");
544 Asm->OutStreamer.AddComment(" Action: " +
545 Twine((S.Action - 1) / 2 + 1));
547 Asm->EmitULEB128(S.Action);
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DASTStructExtractor.h114 /// casts it to an Action for actual use.
148 clang::Action *m_action; ///< The Sema to use, cast to an Action so it's usable.
/freebsd-10-stable/lib/libc/net/
H A Dnsparser.y62 %type <mapval> Status Action
124 : Status '=' Action
140 Action
/freebsd-10-stable/sys/dev/mwl/
H A Dmwlreg.h644 uint16_t Action; member in struct:__anon9419
663 uint16_t Action; member in struct:__anon9422
708 uint32_t Action; //HostCmd_ACT_GEN_GET 0x0000 member in struct:__anon9425
727 uint32_t Action; member in struct:__anon9427
735 uint32_t Action; member in struct:__anon9428
742 uint16_t Action; member in struct:__anon9429
783 uint16_t Action; member in struct:__anon9431
792 uint16_t Action; member in struct:__anon9432
801 uint16_t Action; member in struct:__anon9433
811 uint16_t Action; member in struct:__anon9434
821 uint16_t Action; member in struct:__anon9435
831 uint16_t Action; member in struct:_HostCmd_DS_802_11_RF_ANTENNA
838 uint16_t Action; member in struct:__anon9436
844 uint16_t Action; member in struct:__anon9437
898 uint16_t Action; member in struct:__anon9443
923 uint16_t Action; // see following member in struct:__anon9447
983 uint32_t Action ; // 0 -> unset, 1 ->set member in struct:__anon9456
995 uint16_t Action; // 0->unset, 1->set member in struct:__anon9458
1000 uint16_t Action; // 0->unset, 1->set member in struct:__anon9459
1010 uint16_t Action; //0 = get all, 0x1 =set CWMin/Max, 0x2 = set TXOP , 0x4 =set AIFSN member in struct:__anon9460
1285 uint16_t Action; member in struct:__anon9481
1292 uint16_t Action; member in struct:__anon9482
1370 uint16_t Action; /* 0: Get. 1:Set */ member in struct:__anon9494
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DBackendUtil.cpp104 bool AddEmitPasses(BackendAction Action, formatted_raw_ostream &OS,
123 void EmitAssembly(BackendAction Action, raw_ostream *OS);
505 bool EmitAssemblyHelper::AddEmitPasses(BackendAction Action, argument
525 if (Action == Backend_EmitObj)
527 else if (Action == Backend_EmitMCNull)
530 assert(Action == Backend_EmitAssembly && "Invalid action!");
548 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) { argument
552 bool UsesCodeGen = (Action != Backend_EmitNothing &&
553 Action != Backend_EmitBC &&
554 Action !
607 EmitBackendOutput(DiagnosticsEngine &Diags, const CodeGenOptions &CGOpts, const clang::TargetOptions &TOpts, const LangOptions &LOpts, Module *M, BackendAction Action, raw_ostream *OS) argument
[all...]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp779 MatchCallback *Action) {
780 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
784 MatchCallback *Action) {
785 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
789 MatchCallback *Action) {
790 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
794 MatchCallback *Action) {
795 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
799 MatchCallback *Action) {
800 MatcherCallbackPairs.push_back(std::make_pair(NodeMatch, Action));
778 addMatcher(const DeclarationMatcher &NodeMatch, MatchCallback *Action) argument
783 addMatcher(const TypeMatcher &NodeMatch, MatchCallback *Action) argument
788 addMatcher(const StatementMatcher &NodeMatch, MatchCallback *Action) argument
793 addMatcher(const NestedNameSpecifierMatcher &NodeMatch, MatchCallback *Action) argument
798 addMatcher(const NestedNameSpecifierLocMatcher &NodeMatch, MatchCallback *Action) argument
803 addMatcher(const TypeLocMatcher &NodeMatch, MatchCallback *Action) argument
808 addDynamicMatcher(const internal::DynTypedMatcher &NodeMatch, MatchCallback *Action) argument
[all...]
/freebsd-10-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c61 UINT16 Action);
282 * Action - Add or Remove reference
293 UINT16 Action)
307 Info->Parameters[i], Action);
291 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument

Completed in 303 milliseconds

12345