Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactorDebugInfo.cpp51 auto shouldSkipFile = [](const std::string &fileSR) { in getCallerBacktrace() argument
52 return fileSR.empty() || in getCallerBacktrace()
53 endswith_lower(fileSR, "ReactorDebugInfo.cpp") || in getCallerBacktrace()
54 endswith_lower(fileSR, "Reactor.cpp") || in getCallerBacktrace()
55 endswith_lower(fileSR, "Reactor.hpp") || in getCallerBacktrace()
56 endswith_lower(fileSR, "Traits.hpp") || in getCallerBacktrace()
57 endswith_lower(fileSR, "stacktrace.hpp"); in getCallerBacktrace()