Home
last modified time | relevance | path

Searched refs:getConstValue (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/idlc/inc/idlc/
H A Dastconstant.hxx40 AstExpression* getConstValue() in getConstValue() function in AstConstant
/AOO41X/main/idlc/source/
H A Dastenum.cxx56 if (pConst->getConstValue()->compare(pExpr)) in checkValue()
H A Dastconstant.cxx65 AstExprValue *exprVal = getConstValue()->getExprValue(); in dumpBlob()
H A Dparser.y2933 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2961 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
H A Dastexpression.cxx1119 return pConst->getConstValue()->eval_internal(ek); in eval_symbol()