Home
last modified time | relevance | path

Searched refs:strange_max (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/test/API/commands/log/basic/
Dmain.cpp21 strange_max (int m, int n) in strange_max() function
34 if (strange_max (i, j) == i) in foo()
36 else if (strange_max (i, j) == j) in foo()
/external/llvm-project/lldb/test/API/functionalities/breakpoint/breakpoint_ids/
Dmain.cpp24 strange_max (int m, int n) in strange_max() function
37 if (strange_max (i, j) == i) in foo()
39 else if (strange_max (i, j) == j) in foo()
/external/llvm-project/lldb/test/API/commands/command/script/
Dmain.cpp22 strange_max (int m, int n) in strange_max() function
35 if (strange_max (i, j) == i) in foo()
37 else if (strange_max (i, j) == j) in foo()