Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactorDebugInfo.hpp25 struct FunctionLocation struct
30 bool operator==(const FunctionLocation &rhs) const { return name == rhs.name && file == rhs.file; } in operator ==() argument
31 bool operator!=(const FunctionLocation &rhs) const { return !(*this == rhs); } in operator !=() argument
35 std::size_t operator()(const FunctionLocation &l) const noexcept in operator ()()
45 FunctionLocation function;
55 return FunctionLocation::Hash()(l.function) * 31 + in operator ()()