OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:prhs
(Results
1 - 8
of
8
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
Attribute.h
224
inline bool operator== (const Attribute& pLHS, const Attribute&
pRHS
)
226
return ((pLHS.isWholeArchive() ==
pRHS
.isWholeArchive()) &&
227
(pLHS.isAsNeeded() ==
pRHS
.isAsNeeded()) &&
228
(pLHS.isAddNeeded() ==
pRHS
.isAddNeeded()) &&
229
(pLHS.isStatic() ==
pRHS
.isStatic()));
232
inline bool operator!= (const Attribute& pLHS, const Attribute&
pRHS
)
234
return !(pLHS ==
pRHS
);
/frameworks/compile/mclinker/lib/Support/
Path.cpp
208
bool mcld::sys::fs::operator==(const Path& pLHS,const Path&
pRHS
)
210
return (pLHS.generic_string()==
pRHS
.generic_string());
213
bool mcld::sys::fs::operator!=(const Path& pLHS,const Path&
pRHS
)
215
return !(pLHS==
pRHS
);
218
Path mcld::sys::fs::operator+(const Path& pLHS, const Path&
pRHS
)
221
result.append(
pRHS
);
/frameworks/compile/mclinker/include/mcld/Support/
Path.h
100
bool operator==(const Path& pLHS,const Path&
pRHS
);
101
bool operator!=(const Path& pLHS,const Path&
pRHS
);
102
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 656 milliseconds