Home
last modified time | relevance | path

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

1234

/llvm-project/llvm/test/tools/llvm-original-di-preservation/Inputs/
H A Dcorrupted.json1 {"file":"debug.c", "pass":"Simplify the CFG", "bugs": [[{"action":"drop","fn-name":"debug_class_typ… string
2 {"file":"debug.c", "pass":"Combine redundant instructions", "bugs": [[{"action":"drop","fn-name":"d… string
3 …":"Interprocedural Sparse Conditional Constant Propagation", "bugs": [[{"action":"not-generate","b… string
6 {"file":"prdbg.c", "pass":"Simplify the CFG", "bugs": [[{"action":"drop","fn-name":"pr_tag_type","m… string
H A Dsample.json1 {"file":"test.ll", "pass":"no-name", "bugs": [[{"action":"not-generate","bb-name":"no-name","fn-nam… string
/llvm-project/lldb/source/Commands/
H A DCommandOptionsProcessLaunch.cpp48 FileAction action; in SetOptionValue() local
56 FileAction action; in SetOptionValue() local
64 FileAction action; in SetOptionValue() local
76 FileAction action; in SetOptionValue() local
[all...]
/llvm-project/mlir/lib/Debug/Observers/
H A DActionProfiler.cpp24 void ActionProfiler::beforeExecute(const ActionActiveStack *action, in beforeExecute() argument
29 void ActionProfiler::afterExecute(const ActionActiveStack *action) { in afterExecute() argument
34 void ActionProfiler::print(const ActionActiveStack *action, in print() argument
H A DActionLogging.cpp22 bool ActionLogger::shouldLog(const ActionActiveStack *action) { in shouldLog()
32 void ActionLogger::beforeExecute(const ActionActiveStack *action, in beforeExecute()
66 void ActionLogger::afterExecute(const ActionActiveStack *action) { in afterExecute()
/llvm-project/libc/test/src/signal/
H A Dsigaction_test.cpp26 struct sigaction action; in TEST() local
39 struct sigaction action; in TEST() local
59 struct sigaction action; in TEST() local
/llvm-project/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/mlir/include/mlir/Analysis/DataFlow/
H A DDenseAnalysis.h141 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument
213 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & before,LatticeT * after) visitCallControlFlowTransfer() argument
272 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & before,AbstractDenseLattice * after) visitCallControlFlowTransfer() argument
380 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument
464 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const LatticeT & after,LatticeT * before) visitCallControlFlowTransfer() argument
522 visitCallControlFlowTransfer(CallOpInterface call,CallControlFlowAction action,const AbstractDenseLattice & after,AbstractDenseLattice * before) visitCallControlFlowTransfer() argument
[all...]
/llvm-project/llvm/utils/
H A Dllvm-original-di-preservation.py16 def __init__(self, action, bb_name, fn_name, instr): argument
27 def __init__(self, action, fn_name): argument
36 def __init__(self, action, name, fn_name): argument
/llvm-project/polly/utils/
H A Dargparse.py288 def add_argument(self, action): argument
511 def _format_action(self, action): argument
557 def _format_action_invocation(self, action): argument
580 def _metavar_formatter(self, action, default_metavar): argument
597 def _format_args(self, action, default_metavar): argument
616 def _expand_help(self, action): argument
629 def _iter_indented_subactions(self, action): argument
650 def _get_help_string(self, action): argument
683 def _get_help_string(self, action): argument
1305 def _add_action(self, action): argument
[all …]
/llvm-project/libc/src/signal/linux/
H A Dsignal.cpp17 struct sigaction action, old; global() variable
/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/
H A Dpvalloc-overflow.cpp21 const char *action = argv[1]; in main() local
/llvm-project/clang/test/CodeCompletion/
H A Dpragma-macro-token-caching.c2 #define Outer(action) action argument
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dpvalloc-overflow.cpp24 const char *action = argv[1]; in main() local
/llvm-project/clang/test/Analysis/
H A Dcfref_rdar6080742.c39 #define RequireAction(condition, action)if (!(condition)) { DebugStop("Assertion failure: %s [File:… argument
40 #define RequireActionSilent(condition, action)if (!(condition)) { action } argument
42 #define RequireNoErr(err, action){ if( DebugDisplayOSStatusMsg((err), #err, __FILE__, __LINE__) ) {… argument
/llvm-project/compiler-rt/test/asan/TestCases/Linux/
H A Dallocator_oom_test.cpp44 const char *action = argv[1]; in main() local
/llvm-project/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/compiler-rt/test/hwasan/TestCases/
H A Dallocator_returns_null.cpp51 const char *action = argv[1]; in main() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dallocator_returns_null.cpp51 const char *action = argv[1]; in main() local
/llvm-project/clang/test/CodeGen/
H A D2009-05-04-EnumInreg.c17 void kobject_uevent(struct kobject *kobj, enum kobject_action action) {} in kobject_uevent() argument
/llvm-project/mlir/include/mlir/Debug/BreakpointManagers/
H A DTagBreakpointManager.h40 Breakpoint *match(const Action &action) const override { in match()
/llvm-project/compiler-rt/test/msan/
H A Dsigaction.cpp19 void action(int, siginfo_t *, void *) {} in action() function
/llvm-project/libcxx/test/libcxx/thread/thread.threads/thread.thread.this/
H A Dsleep_for.signals.pass.cpp39 struct sigaction action; in main() local
/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp92 FileAction::Action action; global() member
110 for (const ForkFileAction &action : actions) { has_action() local
125 for (const ForkFileAction &action : info.actions) { ChildFunc() local
[all...]
/llvm-project/clang/tools/clang-fuzzer/handle-cxx/
H A Dhandle_cxx.cpp45 std::unique_ptr<tooling::ToolAction> action( in HandleCXX() local

1234