OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RpnExpr
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp
1
//===-
RPNExpr
.cpp --------------------------------------------------------===//
9
#include "mcld/Script/
RpnExpr
.h"
22
typedef GCFactory<
RpnExpr
, MCLD_SYMBOLS_PER_INPUT> ExprFactory;
26
//
RpnExpr
28
RpnExpr
::
RpnExpr
() {
31
RpnExpr
::~
RpnExpr
() {
34
bool
RpnExpr
::hasDot() const {
43
void
RpnExpr
::dump() const
[
all
...]
/frameworks/compile/mclinker/include/mcld/Script/
RpnExpr.h
1
//===-
RPNExpr
.h ----------------------------------------------------------===//
23
/** \class
RpnExpr
27
class
RpnExpr
{
34
friend class Chunk<
RpnExpr
, MCLD_SYMBOLS_PER_INPUT>;
35
RpnExpr
();
38
~
RpnExpr
();
60
static
RpnExpr
* create();
61
static void destroy(
RpnExpr
*& pRpnExpr);
66
static
RpnExpr
* buildHelperExpr(SectionMap::iterator pIter);
68
static
RpnExpr
* buildHelperExpr(Fragment& pFrag)
[
all
...]
Completed in 56 milliseconds