Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/spawn/
H A Dposix_spawn_file_actions_test.cpp22 posix_spawn_file_actions_t actions; in TEST() local
68 posix_spawn_file_actions_t actions; TEST() local
[all...]
/llvm-project/libunwind/test/
H A Dforceunwind.pass.cpp39 _Unwind_Reason_Code stop(int version, _Unwind_Action actions, in stop()
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DScheduleOrderedAssignments.h44 llvm::SmallVector<Action> actions; member
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, in __hwasan_personality_wrapper()
/llvm-project/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/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp19 const DNBThreadResumeAction *actions, size_t num_actions) in DNBThreadResumeActions()
H A DDNB.cpp1126 DNBProcessResume(nub_process_t pid,const DNBThreadResumeAction * actions,size_t num_actions) DNBProcessResume() argument
/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c174 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h41 ResumeActionList(const ResumeAction *actions, size_t num_actions) { in ResumeActionList()
/llvm-project/mlir/lib/Tools/mlir-lsp-server/
H A DLSPServer.cpp262 std::vector<CodeAction> actions; in onCodeAction() local
H A DMLIRServer.cpp1182 std::vector<lsp::CodeAction> &actions) { in getCodeActions()
1343 std::vector<CodeAction> &actions) { in getCodeActions()
/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp107 std::vector<ForkFileAction> actions; global() member
/llvm-project/libcxx/utils/libcxx/test/
H A Ddsl.py600 def __init__(self, name, actions=None, when=lambda _: True): argument
713 __init__(self, name, type, help, actions, choices=None, default=None) global() argument
[all...]
/llvm-project/libcxxabi/src/
H A Dcxa_personality.cpp584 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab() argument
920 __gxx_personality_wasm0(int version,_Unwind_Action actions,uint64_t exceptionClass,_Unwind_Exception * unwind_exception,_Unwind_Context * context) __gxx_personality_wasm0() argument
[all...]
/llvm-project/polly/utils/
H A Dargparse.py283 def add_usage(self, usage, actions, groups, prefix=None): argument
305 def add_arguments(self, actions): argument
322 def _format_usage(self, usage, actions, groups, prefix): argument
414 def _format_actions_usage(self, actions, groups): argument
2014 def _match_arguments_partial(self, actions, arg_strings_pattern): argument
/llvm-project/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp596 handleLsda(int version,const uint8_t * lsda,_Unwind_Action actions,_Unwind_Exception_Class exceptionClass,struct _Unwind_Exception * exceptionObject,struct _Unwind_Context * context) handleLsda() argument
778 ourPersonality(int version,_Unwind_Action actions,_Unwind_Exception_Class exceptionClass,struct _Unwind_Exception * exceptionObject,struct _Unwind_Context * context) ourPersonality() argument
[all...]
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1527 ResumeProcess(NativeProcessProtocol & process,const ResumeActionList & actions) ResumeProcess() argument
1661 ResumeActionList actions(StateType::eStateRunning, Handle_c() local
1680 ResumeActionListStopsAllThreads(ResumeActionList & actions) ResumeActionListStopsAllThreads() argument
3039 ResumeActionList actions; Handle_s() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParser.cpp54 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) in Parser() argument
/llvm-project/mlir/lib/Dialect/Transform/IR/
H A DTransformOps.cpp1172 ArrayAttr &actions) { in parseForeachMatchSymbols() argument
1194 ArrayAttr matchers, ArrayAttr actions) { in printForeachMatchSymbols() argument
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h640 iterator_range<action_iterator> actions() { actions() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h7278 FullExprArg(Sema & actions) FullExprArg() argument
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp7695 PostChildrenActions actions; DetermineChildActions() local