Home
last modified time | relevance | path

Searched refs:m_exprValue (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/idlc/source/
H A Dastexpression.cxx47 , m_exprValue(NULL) in AstExpression()
58 , m_exprValue(NULL) in AstExpression()
72 , m_exprValue(NULL) in AstExpression()
86 , m_exprValue(NULL) in AstExpression()
100 , m_exprValue(NULL) in AstExpression()
114 , m_exprValue(NULL) in AstExpression()
128 , m_exprValue(NULL) in AstExpression()
136 if ( m_exprValue ) in ~AstExpression()
137 delete m_exprValue; in ~AstExpression()
728 if (m_exprValue != NULL && m_exprValue->et == t) in coerce()
[all …]
/aoo42x/main/idlc/inc/idlc/
H A Dastexpression.hxx131 { return m_exprValue; } in getExprValue()
133 { m_exprValue = pEv; } in setExprValue()
177 AstExprValue* m_exprValue; member in AstExpression

Completed in 31 milliseconds