Home
last modified time | relevance | path

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

/aoo42x/main/idlc/inc/idlc/
H A Dastexpression.hxx56 enum ExprType enum
93 ExprType et;
96 const sal_Char* SAL_CALL exprTypeToString(ExprType t);
105 AstExpression(sal_Int32 l, ExprType et);
148 AstExprValue* coerce(ExprType type, sal_Bool bAssign=sal_True);
H A Dastconstant.hxx34 AstConstant(const ExprType type, const NodeType nodeType,
36 AstConstant(const ExprType type, AstExpression* pExpr,
42 ExprType getConstValueType() const in getConstValueType()
49 const ExprType m_constValueType;
H A Dastbasetype.hxx33 AstBaseType(const ExprType type, const ::rtl::OString& name, AstScope* pScope) in AstBaseType()
51 ExprType getExprType() const in getExprType()
54 const ExprType m_exprType;
H A Dastunion.hxx37 ExprType getDiscrimantExprType() in getDiscrimantExprType()
60 ExprType m_discExprType;
H A Dastscope.hxx60 AstDeclaration* lookupPrimitiveType(ExprType type);
H A Derrorhandler.hxx119 void coercionError(AstExpression *pExpr, ExprType et);
/aoo42x/main/idlc/source/
H A Dastconstant.cxx33 AstConstant::AstConstant(const ExprType type, in AstConstant()
44 AstConstant::AstConstant(const ExprType type, in AstConstant()
H A Dastexpression.cxx68 AstExpression::AstExpression(sal_Int32 l, ExprType et) in AstExpression()
152 coerce_value(AstExprValue *ev, ExprType t) in coerce_value()
721 AstExprValue* AstExpression::coerce(ExprType t, sal_Bool bAssign) in coerce()
928 ExprType eType = ET_double; in eval_bin_op()
1220 const sal_Char* SAL_CALL exprTypeToString(ExprType t) in exprTypeToString()
H A Dastscope.cxx266 AstDeclaration* AstScope::lookupPrimitiveType(ExprType type) in lookupPrimitiveType()
H A Derrorhandler.cxx569 void ErrorHandler::coercionError(AstExpression *pExpr, ExprType et) in coercionError()
H A Dparser.y265 ExprType etval; /* Expression type */

Completed in 48 milliseconds