Home
last modified time | relevance | path

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

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