Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 19 of 19) sorted by relevance

/llvm-project-15.0.7/libunwind/test/
H A Dforceunwind.pass.cpp32 _Unwind_Reason_Code stop(int version, _Unwind_Action actions, in stop()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, in __hwasan_personality_wrapper()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread/concurrent_events/
H A Dmain.cpp101 action_counts& actions, in start_threads()
143 action_counts actions; in dotest() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp19 const DNBThreadResumeAction *actions, size_t num_actions) in DNBThreadResumeActions()
H A DDNB.cpp1072 const DNBThreadResumeAction *actions, in DNBProcessResume()
/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c174 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp251 std::vector<CodeAction> actions; in onCodeAction() local
H A DMLIRServer.cpp1064 std::vector<lsp::CodeAction> &actions) { in getCodeActions()
1214 std::vector<CodeAction> &actions) { in getCodeActions()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp107 std::vector<ForkFileAction> actions; member
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Ddsl.py517 def __init__(self, name, actions=None, when=lambda _: True): argument
624 def __init__(self, name, type, help, actions, choices=None, default=None): argument
/llvm-project-15.0.7/libcxxabi/src/
H A Dcxa_personality.cpp584 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab()
921 (int version, _Unwind_Action actions, uint64_t exceptionClass, in __gxx_personality_imp()
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py283 def add_usage(self, usage, actions, groups, prefix=None): argument
306 def add_arguments(self, actions): argument
325 def _format_usage(self, usage, actions, groups, prefix): argument
417 def _format_actions_usage(self, actions, groups): argument
2021 def _match_arguments_partial(self, actions, arg_strings_pattern): argument
/llvm-project-15.0.7/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp596 _Unwind_Action actions, in handleLsda()
778 _Unwind_Reason_Code ourPersonality(int version, _Unwind_Action actions, in ourPersonality()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1529 NativeProcessProtocol &process, const ResumeActionList &actions) { in ResumeProcess()
1663 ResumeActionList actions(StateType::eStateRunning, in Handle_c() local
1682 static bool ResumeActionListStopsAllThreads(ResumeActionList &actions) { in ResumeActionListStopsAllThreads()
3035 ResumeActionList actions; in Handle_s() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) in Parser()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp936 iterator_range<action_iterator> actions() { in actions() function in __anoncee47b830111::RuleMatcher
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h4856 FullExprArg(Sema &actions) : E(nullptr) { } in FullExprArg()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp7372 PostChildrenActions actions; in DetermineChildActions() local