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

  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 86 bool operator==(const Prolog& pRHS) const {
88 if (this == &pRHS)
90 if (m_pVMA != pRHS.m_pVMA)
92 if (m_Type != pRHS.m_Type)
94 if (m_pLMA!= pRHS.m_pLMA)
96 if (m_pAlign != pRHS.m_pAlign)
98 if (m_pSubAlign != pRHS.m_pSubAlign)
100 if (m_Constraint != pRHS.m_Constraint)
138 bool operator==(const Epilog& pRHS) const {
140 if (this == &pRHS)
    [all...]
InputSectDesc.h 57 bool operator==(const Spec& pRHS) const {
59 if (this == &pRHS)
61 if (m_pWildcardFile != pRHS.m_pWildcardFile)
63 if (m_pExcludeFiles != pRHS.m_pExcludeFiles)
65 if (m_pWildcardSections != pRHS.m_pWildcardSections)
  /frameworks/compile/mclinker/include/mcld/MC/
Attribute.h 221 inline bool operator== (const Attribute& pLHS, const Attribute& pRHS)
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)
231 return !(pLHS == pRHS);
  /frameworks/compile/mclinker/lib/Support/
Path.cpp 209 bool mcld::sys::fs::operator==(const Path& pLHS,const Path& pRHS)
211 return (pLHS.generic_string()==pRHS.generic_string());
214 bool mcld::sys::fs::operator!=(const Path& pLHS,const Path& pRHS)
216 return !(pLHS==pRHS);
219 Path mcld::sys::fs::operator+(const Path& pLHS, const Path& pRHS)
222 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 36 bool operator<(const DiagStaticInfo& pRHS) const
37 { return (ID < pRHS.ID); }
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
where.c     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 

Completed in 869 milliseconds