Home
last modified time | relevance | path

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

/trunk/main/idlc/source/
H A Dparser.y2922 AstConstant* pEnumVal = NULL; variable
2930 pEnumVal = new AstConstant(ET_long , NT_enum_val,
2933 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2936 pScope->addDeclaration(pEnumVal);
2948 AstConstant* pEnumVal = NULL; variable
2958 pEnumVal = new AstConstant(ET_long , NT_enum_val,
2961 if ( pEnum->checkValue(pEnumVal->getConstValue()) )
2964 pScope->addDeclaration(pEnumVal);