Searched refs:Action (Results 51 - 75 of 175) sorted by relevance

1234567

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DCuda.h13 #include "clang/Driver/Action.h"
135 const Action::OffloadKind OK);
145 Action::OffloadKind DeviceOffloadKind) const override;
148 Action::OffloadKind DeviceOffloadKind) const override;
199 const Action::OffloadKind OK;
H A DRISCVToolchain.h28 Action::OffloadKind) const override;
H A DVEToolchain.h41 Action::OffloadKind DeviceOffloadKind) const override;
H A DMyriad.cpp35 if (JA.getKind() == Action::PreprocessJobClass) {
66 C.getActions()[0]->getKind() == Action::AssembleJobClass) {
273 case Action::PreprocessJobClass:
274 case Action::CompileJobClass:
278 case Action::AssembleJobClass:
H A DXCore.h70 Action::OffloadKind DeviceOffloadKind) const override;
H A DNetBSD.h79 Action::OffloadKind DeviceOffloadKind) const override;
H A DWebAssembly.h57 Action::OffloadKind DeviceOffloadKind) const override;
H A DMSP430.h37 Action::OffloadKind) const override;
H A DAMDGPUOpenMP.cpp207 Action::OffloadKind DeviceOffloadingKind) const {
216 assert(DeviceOffloadingKind == Action::OFK_OpenMP &&
232 Action::OffloadKind DeviceOffloadKind) const {
240 if (DeviceOffloadKind != Action::OFK_OpenMP) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp135 auto Action = std::make_unique<PreprocessOnlyAction>(); variable
136 const bool Result = Compiler.ExecuteAction(*Action);
196 DependencyScanningAction Action(WorkingDirectory, Consumer, DepFS,
198 return !Tool.run(&Action);
/netbsd-current/sys/external/bsd/acpica/dist/utilities/
H A Dutosi.c364 * PARAMETERS: Action - Actions to be performed during the
377 UINT8 Action)
386 (Action & ACPI_FEATURE_STRINGS)) ||
388 (Action & ACPI_VENDOR_STRINGS)))
390 if (Action & ACPI_DISABLE_INTERFACES)
376 AcpiUtUpdateInterfaces( UINT8 Action) argument
H A Dutmisc.c209 * Action - Increment/Decrement
221 UINT16 Action,
237 State = AcpiUtCreateUpdateState (Object, Action);
219 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1750 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
1751 Action.Enter(CGF);
2468 PrePostActionTy &Action) {
2469 Action.Enter(CGF);
2565 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
2566 emitOMPSimdRegion(CGF, S, Action);
2955 PrePostActionTy &Action) {
2956 Action.Enter(CGF);
3013 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) {
3014 emitOMPSimdRegion(CGF, S, Action);
2467 emitOMPSimdRegion(CodeGenFunction &CGF, const OMPLoopDirective &S, PrePostActionTy &Action) argument
5976 emitTargetRegion(CodeGenFunction &CGF, const OMPTargetDirective &S, PrePostActionTy &Action) argument
6054 emitTargetTeamsRegion(CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDirective &S) argument
6099 emitTargetTeamsDistributeRegion(CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDistributeDirective &S) argument
6144 emitTargetTeamsDistributeSimdRegion( CodeGenFunction &CGF, PrePostActionTy &Action, const OMPTargetTeamsDistributeSimdDirective &S) argument
6282 emitTargetTeamsDistributeParallelForRegion( CodeGenFunction &CGF, const OMPTargetTeamsDistributeParallelForDirective &S, PrePostActionTy &Action) argument
6333 emitTargetTeamsDistributeParallelForSimdRegion( CodeGenFunction &CGF, const OMPTargetTeamsDistributeParallelForSimdDirective &S, PrePostActionTy &Action) argument
6689 emitTargetParallelRegion(CodeGenFunction &CGF, const OMPTargetParallelDirective &S, PrePostActionTy &Action) argument
6736 emitTargetParallelForRegion(CodeGenFunction &CGF, const OMPTargetParallelForDirective &S, PrePostActionTy &Action) argument
6777 emitTargetParallelForSimdRegion(CodeGenFunction &CGF, const OMPTargetParallelForSimdDirective &S, PrePostActionTy &Action) argument
[all...]
H A DCodeGenAction.cpp1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===//
106 BackendAction Action; member in class:clang::BackendConsumer
133 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, argument
142 : Diags(Diags), Action(Action), HeaderSearchOpts(HeaderSearchOpts),
158 BackendConsumer(BackendAction Action, DiagnosticsEngine &Diags, argument
166 : Diags(Diags), Action(Action), HeaderSearchOpts(HeaderSearchOpts),
336 getModule(), Action, std::move(AsmOutStream));
893 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h325 OnCallSpec& WillByDefault(const Action<F>& action) {
343 const Action<F>& GetAction() const {
366 Action<F> action_;
914 delete static_cast<const Action<F>*>(*it);
1006 TypedExpectation& WillOnce(const Action<F>& action) {
1012 untyped_actions_.push_back(new Action<F>(action));
1020 TypedExpectation& WillRepeatedly(const Action<F>& action) {
1070 const Action<F>& repeated_action() const { return repeated_action_; }
1162 const Action<F>& GetCurrentAction(const FunctionMocker<F>* mocker,
1187 ? *static_cast<const Action<
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h69 unsigned Action; member in struct:llvm::EHStreamer::CallSiteEntry
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParsePragma.cpp576 Sema::PragmaMsStackAction Action; member in struct:__anon716::PragmaPackInfo
595 Actions.ActOnPragmaPack(PragmaLoc, Info->Action, Info->SlotLabel,
696 Sema::PragmaMsStackAction Action = local
700 Actions.ActOnPragmaFloatControl(PragmaLoc, Action, Kind);
820 Sema::PragmaMsStackAction Action = local
824 Actions.ActOnPragmaMSVtorDisp(Action, PragmaLoc, Mode);
947 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; local
952 Action = Sema::PSK_Push;
954 Action = Sema::PSK_Pop;
961 if (Action !
1302 ActionType Action; member in struct:__anon719::PragmaAttributeInfo
1803 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; local
2535 Sema::PragmaMsStackAction Action = Sema::PSK_Set; local
2654 Sema::PragmaMsStackAction Action = Sema::PSK_Set; local
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dachware.h175 UINT32 Action);
/netbsd-current/sys/external/bsd/acpica/dist/hardware/
H A Dhwgpe.c95 * Action - Enable or disable
108 UINT32 Action)
138 switch (Action)
163 ACPI_ERROR ((AE_INFO, "Invalid GPE Action, %u", Action));
106 AcpiHwLowSetGpe( ACPI_GPE_EVENT_INFO *GpeEventInfo, UINT32 Action) argument
/netbsd-current/sys/external/bsd/acpica/dist/parser/
H A Dpsxface.c61 UINT16 Action);
382 * Action - Add or Remove reference
393 UINT16 Action)
407 Info->Parameters[i], Action);
391 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument
/netbsd-current/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
H A Dccc-analyzer445 my $Action = 'link';
510 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; }
511 elsif ($Arg eq '-c') { $Action = 'compile'; }
700 if ($Action eq 'compile' or $Action eq 'link') {
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDFAEmitter.cpp141 OS << " Action; // The input symbol that causes this transition.\n";
147 OS << "// A table of DFA transitions, ordered by {FromDfaState, Action}.\n";
173 // using Action = std::variant<Record *, unsigned, std::string>;
174 struct Action { struct in namespace:__anon3290
179 Action() = default;
180 Action(Record *R, unsigned I, std::string S) : R(R), I(I), S(S) {} function in struct:__anon3290::Action
190 bool operator<(const Action &Other) const {
196 using ActionTuple = std::vector<Action>;
279 LLVM_DEBUG(dbgs() << " Action alphabet cardinality: " << Actions.size()
286 CustomDfaEmitter Emitter(Actions, std::string(Name) + "Action");
[all...]
/netbsd-current/sys/external/bsd/acpica/dist/events/
H A Devxfgpe.c238 * Action - ACPI_GPE_ENABLE or ACPI_GPE_DISABLE
265 UINT8 Action)
288 switch (Action)
589 * Action - Enable or Disable
602 UINT8 Action)
644 switch (Action)
658 ACPI_ERROR ((AE_INFO, "%u, Invalid action", Action));
/netbsd-current/external/bsd/kyua-atf-compat/dist/
H A Datf-report_test.sh44 Action: 1
77 Action: 1
97 Action: 1
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp261 RewriteIncludesAction Action;
262 Action.OutputStream = OS;
263 Instance.ExecuteAction(Action);

Completed in 331 milliseconds

1234567