Home
last modified time | relevance | path

Searched defs:action (Results 1 – 25 of 71) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/tools/llvm-original-di-preservation/Inputs/
H A Dsample.json1 {"file":"test.ll", "pass":"no-name", "bugs": [[{"action":"not-generate","bb-name":"no-name","fn-nam… string
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp44 FileAction action; in SetOptionValue() local
52 FileAction action; in SetOptionValue() local
60 FileAction action; in SetOptionValue() local
72 FileAction action; in SetOptionValue() local
/llvm-project-15.0.7/libc/test/src/signal/
H A Dsigaction_test.cpp28 struct __sigaction action; in TEST() local
40 struct __sigaction action; in TEST() local
60 struct __sigaction action; in TEST() local
/llvm-project-15.0.7/llvm/utils/
H A Dllvm-original-di-preservation.py15 def __init__(self, action, bb_name, fn_name, instr): argument
22 def __init__(self, action, fn_name): argument
27 def __init__(self, action, name, fn_name): argument
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp33 void DNBThreadResumeActions::Append(const DNBThreadResumeAction &action) { in Append()
40 DNBThreadResumeAction action = {tid, state, signal, addr}; in AppendAction() local
67 bool DNBThreadResumeActions::SetDefaultThreadActionIfNeeded(nub_state_t action, in SetDefaultThreadActionIfNeeded()
/llvm-project-15.0.7/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A DFSM.py131 def add_transition (self, input_symbol, state, action=None, next_state=None): argument
148 def add_transition_list (self, list_input_symbols, state, action=None, next_state=None): argument
164 def add_transition_any (self, state, action=None, next_state=None): argument
182 def set_default_transition (self, action, next_state): argument
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py288 def add_argument(self, action): argument
514 def _format_action(self, action): argument
619 def _expand_help(self, action): argument
652 def _get_help_string(self, action): argument
1321 def _add_action(self, action): argument
1342 def _remove_action(self, action): argument
1508 def _add_action(self, action): argument
1513 def _remove_action(self, action): argument
1525 def _add_action(self, action): argument
1533 def _remove_action(self, action): argument
[all …]
/llvm-project-15.0.7/libc/src/signal/linux/
H A Dsignal.cpp18 struct __sigaction action, old; variable
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/Linux/
H A Dpvalloc-overflow.cpp23 const char *action = argv[1]; in main() local
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dpragma-macro-token-caching.c2 #define Outer(action) action argument
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpvalloc-overflow.cpp24 const char *action = argv[1]; in main() local
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfref_rdar6080742.c40 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File:… argument
41 #define RequireActionSilent(condition, action)if (!(condition)) { action } argument
43 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) {… argument
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dallocator_oom_test.cpp44 const char *action = argv[1]; in main() local
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h52 void Append(const ResumeAction &action) { in Append()
58 ResumeAction action = {tid, state, signal}; variable
96 bool SetDefaultThreadActionIfNeeded(lldb::StateType action, int signal) { in SetDefaultThreadActionIfNeeded()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/
H A Dallocator_returns_null.cpp51 const char *action = argv[1]; in main() local
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Dallocator_returns_null.cpp53 const char *action = argv[1]; in main() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2009-05-04-EnumInreg.c17 int kobject_uevent(struct kobject *kobj, enum kobject_action action) {} in kobject_uevent()
/llvm-project-15.0.7/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/
H A Dsleep_for.signals.pass.cpp44 struct sigaction action; in main() local
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Dsigaction.cpp19 void action(int, siginfo_t *, void *) {} in action() function
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp92 FileAction::Action action; member
110 for (const ForkFileAction &action : actions) { in has_action() local
125 for (const ForkFileAction &action : info.actions) { in ChildFunc() local
/llvm-project-15.0.7/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp45 std::unique_ptr<tooling::ToolAction> action( in HandleCXX() local
/llvm-project-15.0.7/llvm/lib/Analysis/models/
H A Dgen-regalloc-eviction-test-model.py48 def action(*inputs): function
H A Dgen-inline-oz-test-model.py110 def action(*inputs): function
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dpr14474-gline-tables-only.mm17 @protocol NSValidatedUserInterfaceItem - (SEL)action; method
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/run_debugger_internal_/
H A DTool.py45 def raise_debugger_error(self, action, debugger): argument

123