Searched refs:pLHS (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/MC/
H A DAttribute.h221 inline bool operator== (const Attribute& pLHS, const Attribute& pRHS) argument
223 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&
224 (pLHS.isAsNeeded() == pRHS.isAsNeeded()) &&
225 (pLHS.isAddNeeded() == pRHS.isAddNeeded()) &&
226 (pLHS.isStatic() == pRHS.isStatic()));
229 inline bool operator!= (const Attribute& pLHS, const Attribute& pRHS) argument
231 return !(pLHS == pRHS);
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp209 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS) argument
211 return (pLHS.generic_string()==pRHS.generic_string());
214 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS) argument
216 return !(pLHS==pRHS);
219 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS) argument
221 mcld::sys::fs::Path result = pLHS;
/frameworks/compile/mclinker/include/mcld/Support/
H A 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);

Completed in 60 milliseconds