Home
last modified time | relevance | path

Searched refs:g_test (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_step/
Dmain.cpp14 volatile int g_test = 0; variable
22 g_test = 0; // Set breakpoint here in step_thread_func()
25 g_test++; in step_thread_func()
28 g_test++; // Continue from here in step_thread_func()
41 while (g_test == 0) in exit_thread_func()
/external/llvm-project/lldb/test/API/functionalities/thread/create_during_step/
Dmain.cpp12 volatile int g_test = 0; variable
17 g_test = 0; // Set breakpoint here in step_thread_func()
20 g_test++; in step_thread_func()
23 g_test++; // Continue from here in step_thread_func()
53 while (g_test < 1) in main()
/external/llvm-project/lldb/test/API/functionalities/thread/state/
Dmain.cpp9 volatile int g_test = 0; variable
13 return a + g_test; in addSomething()
20 while (!g_test && temp < 5) in doNothing()
/external/llvm-project/lldb/test/API/functionalities/thread/multi_break/
Dmain.cpp11 volatile int g_test = 0; variable
20 g_test++; // Set breakpoint here in thread_func()
/external/llvm-project/lldb/test/API/functionalities/thread/step_out/
Dmain.cpp9 volatile int g_test = 0; variable
12 g_test += 5; // Set breakpoint here in step_out_of_here()
/external/llvm-project/lldb/test/API/functionalities/thread/break_after_join/
Dmain.cpp11 volatile int g_test = 0; variable
30 g_test++; // Set breakpoint here in break_thread_func()
/external/llvm-project/lldb/test/API/functionalities/thread/exit_during_break/
Dmain.cpp11 volatile int g_test = 0; variable
33 g_test++; // Set breakpoint here in break_thread_func()
/external/llvm-project/clang/test/SemaCXX/
Duser-defined-conversions.cpp20 void g_test(Y y) { in g_test() function
Daddr-of-overloaded-function.cpp32 void g_test() { in g_test() function
Doverloaded-operator.cpp321 void g_test(Y y) { in g_test() function
/external/clang/test/SemaCXX/
Duser-defined-conversions.cpp20 void g_test(Y y) { in g_test() function
Daddr-of-overloaded-function.cpp32 void g_test() { in g_test() function
Doverloaded-operator.cpp321 void g_test(Y y) { in g_test() function