Home
last modified time | relevance | path

Searched refs:simple_method (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dstack_unwinding01.cpp10 void simple_method(int a, int b) { in simple_method() function
12 simple_method(a, b); in simple_method()
20 s.simple_method(1,2); in main()
H A Dast-methods.cpp12 void simple_method() {} in simple_method() function
26 s.simple_method(); in main()
H A Dfind-functions.cpp29 int simple_method() { in simple_method() function
65 return static_fn() + varargs_fn(argc, argc) + s.simple_method() + in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-methods.cpp5 void simple_method() {} in simple_method() function in C
19 instance.simple_method(); in call_simple_method()