Searched defs:Action (Results 1 - 25 of 96) sorted by relevance

1234

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h19 enum Action { enum in class:lldb_private::FileAction
/freebsd-current/sys/contrib/dev/acpica/components/parser/
H A Dpsxface.c499 AcpiPsUpdateParameterList( ACPI_EVALUATE_INFO *Info, UINT16 Action) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DPGOOptions.cpp14 PGOOptions(std::string ProfileFile, std::string CSProfileGenFile, std::string ProfileRemappingFile, std::string MemoryProfile, IntrusiveRefCntPtr<vfs::FileSystem> FS, PGOAction Action, CSPGOAction CSAction, bool DebugInfoForProfiling, bool PseudoProbeForProfiling, bool AtomicCounterUpdate) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp26 ManagedStatic<cl::opt<FnT>, OptCreatorT> Action; member in namespace:llvm::TableGen::Emitter
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp68 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, argument
89 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { argument
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c322 AcpiUtCreateUpdateState( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
H A Dutdelete.c529 AcpiUtUpdateRefCount( ACPI_OPERAND_OBJECT *Object, UINT32 Action) argument
656 AcpiUtUpdateObjectReference( ACPI_OPERAND_OBJECT *Object, UINT16 Action) argument
[all...]
H A Dutosi.c484 AcpiUtUpdateInterfaces( UINT8 Action) argument
H A Dutmisc.c327 AcpiUtCreateUpdateStateAndPush( ACPI_OPERAND_OBJECT *Object, UINT16 Action, ACPI_GENERIC_STATE **StateList) argument
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp43 ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action) { argument
47 llvm::Error ToolExecutor::execute(std::unique_ptr<FrontendActionFactory> Action, argument
H A DAllTUsExecution.cpp115 auto &Action = Actions.front(); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Testing/
H A DTestAST.h96 std::unique_ptr<FrontendAction> Action; member in class:clang::TestAST
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DPGOOptions.h45 PGOAction Action; member in struct:llvm::PGOOptions
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h32 BackendAction Action; member in class:clang::BackendConsumer
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.h69 unsigned Action; member in struct:llvm::EHStreamer::CallSiteEntry
/freebsd-current/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h726 class Action<R(Args...)> { class in namespace:testing
762 Action(G&& fun) { // NOLINT function in class:testing::Action
767 explicit Action(ActionInterface<F>* impl) function in class:testing::Action
774 Action(const Action<Func>& action) // NOLINT function in class:testing::Action
[all...]
/freebsd-current/sys/contrib/dev/acpica/components/hardware/
H A Dhwgpe.c214 AcpiHwLowSetGpe( ACPI_GPE_EVENT_INFO *GpeEventInfo, UINT32 Action) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDependencyTracker.h81 bool isLiveAction(LiveRootWorklistActionTy Action) { argument
94 bool isTypeAction(LiveRootWorklistActionTy Action) { argument
108 bool isSingleAction(LiveRootWorklistActionTy Action) { argument
121 bool isChildrenAction(LiveRootWorklistActionTy Action) { argument
137 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, argument
144 LiveRootWorklistItemTy(LiveRootWorklistActionTy Action, UnitEntryPairTy RootEntry, UnitEntryPairTy ReferencedBy) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp55 CompletionAction Action; local
84 CompletionAction Action; local
143 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h145 LegalizeAction Action; member in struct:llvm::LegalizeActionStep
151 LegalizeActionStep(LegalizeAction Action, unsigned TypeIdx, argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp109 Record *Action = CCActions->getElementAsRecord(i); local
125 void CallingConvEmitter::EmitAction(Record *Action, argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h296 ToolAction *Action; member in class:clang::tooling::ToolInvocation
/freebsd-current/lib/libsecureboot/efi/include/Guid/
H A DImageAuthentication.h294 EFI_IMAGE_EXECUTION_ACTION Action; member in struct:__anon391
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_cmd.c495 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, argument
H A Dmpt_drive.c326 drive_set_state(char *drive, U8 Action, U8 State, const char *name) argument

Completed in 188 milliseconds

1234