HomeSort by relevance Sort by last modified time
    Searched full:prhs (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 80 bool operator==(const Prolog& pRHS) const {
82 if (this == &pRHS)
84 if (m_pVMA != pRHS.m_pVMA)
86 if (m_Type != pRHS.m_Type)
88 if (m_pLMA != pRHS.m_pLMA)
90 if (m_pAlign != pRHS.m_pAlign)
92 if (m_pSubAlign != pRHS.m_pSubAlign)
94 if (m_Constraint != pRHS.m_Constraint)
132 bool operator==(const Epilog& pRHS) const {
134 if (this == &pRHS)
    [all...]
InputSectDesc.h 53 bool operator==(const Spec& pRHS) const {
55 if (this == &pRHS)
57 if (m_pWildcardFile != pRHS.m_pWildcardFile)
59 if (m_pExcludeFiles != pRHS.m_pExcludeFiles)
61 if (m_pWildcardSections != pRHS.m_pWildcardSections)
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 189 inline bool operator==(const Attribute& pLHS, const Attribute& pRHS) {
190 return ((pLHS.isWholeArchive() == pRHS.isWholeArchive()) &&
191 (pLHS.isAsNeeded() == pRHS.isAsNeeded()) &&
192 (pLHS.isAddNeeded() == pRHS.isAddNeeded()) &&
193 (pLHS.isStatic() == pRHS.isStatic()));
196 inline bool operator!=(const Attribute& pLHS, const Attribute& pRHS) {
197 return !(pLHS == pRHS);
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 191 bool operator==(const Path& pLHS, const Path& pRHS) {
192 return (pLHS.generic_string() == pRHS.generic_string());
195 bool operator!=(const Path& pLHS, const Path& pRHS) {
196 return !(pLHS == pRHS);
199 Path operator+(const Path& pLHS, const Path& pRHS) {
201 result.append(pRHS);
  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 97 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);
  /external/bison/src/
output.c 213 | Prepare the muscles related to the rules: rhs, prhs, r1, r2, |
223 unsigned int *prhs = xnmalloc (nrules, sizeof *prhs); local
234 prhs[r] = i;
241 r2[r] = i - prhs[r];
254 muscle_insert_unsigned_int_table ("prhs", prhs, 0, 0, nrules);
265 free (prhs);
  /frameworks/compile/mclinker/lib/LD/
DiagnosticInfos.cpp 37 bool operator<(const DiagStaticInfo& pRHS) const { return (ID < pRHS.ID); }
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 141 milliseconds