Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DPath.cpp191 bool operator==(const Path& pLHS, const Path& pRHS) { in operator ==() argument
192 return (pLHS.generic_string() == pRHS.generic_string()); in operator ==()
195 bool operator!=(const Path& pLHS, const Path& pRHS) { in operator !=() argument
196 return !(pLHS == pRHS); in operator !=()
199 Path operator+(const Path& pLHS, const Path& pRHS) { in operator +() argument
200 mcld::sys::fs::Path result = pLHS; in operator +()
/frameworks/compile/mclinker/include/mcld/Support/
DPath.h97 bool operator==(const Path& pLHS, const Path& pRHS);
98 bool operator!=(const Path& pLHS, const Path& pRHS);
99 Path operator+(const Path& pLHS, const Path& pRHS);