Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
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()
Dast-methods.cpp10 void simple_method() {} in simple_method() function
/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp5 void simple_method() {} in simple_method() function in C
19 instance.simple_method(); in call_simple_method()
/external/llvm-project/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp5 void simple_method() {} in simple_method() function in C
19 instance.simple_method(); in call_simple_method()
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Dbasic_definitions.py46 def simple_method(self): member in SimpleClass
/external/tensorflow/tensorflow/python/autograph/pyct/
Dorigin_info_test.py212 test_fn = basic_definitions.SimpleClass.simple_method