Searched defs:get_string2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/debuginfo-tests/dexter-tests/ | ||
D | nrvo.cpp | 26 string2 get_string2() { in get_string2() function |
D | nrvo-string.cpp | 40 string2 get_string2() { in get_string2() function |
/external/llvm-project/debuginfo-tests/llgdb-tests/ | ||
D | nrvo-string.cpp | 32 string2 get_string2() { in get_string2() function |
/external/python/pybind11/tests/ | ||
D | test_virtual_functions.cpp | 36 virtual const std::string *get_string2() { return &str2; } in get_string2() function in ExampleVirt |
D | test_virtual_functions.py | 34 def get_string2(self): member in test_override.ExtendedExampleVirt2 |