Home
last modified time | relevance | path

Searched refs:compute_pow (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/test/API/functionalities/scripted_process/
H A Dmain.cpp15 void compute_pow(int &n) { in compute_pow() function
28 std::thread thread_2(compute_pow, std::ref(n)); in main()
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/interactive_crashlog/
H A Dmultithread-test.cpp20 void compute_pow(int &n) { n = foo(n); } in compute_pow() function
28 std::thread thread_2(compute_pow, std::ref(n)); in main()
H A Dmultithread-test.crash66 2 multithread-test 0x100ec5a88 compute_pow(int&) + 28 (multithread-test.cpp:…
H A Dmultithread-test.ips257 "symbol": "compute_pow(int&)",
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
H A Dinteractive_crashlog_legacy.test20 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]
41 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]
H A Dskipped_status_interactive_crashlog.test20 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]
41 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]
H A Dinteractive_crashlog_json.test20 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]
41 # CHECK-NEXT: frame #2: 0x0000000100ec5a87 multithread-test`compute_pow{{.*}} [artificial]