Searched refs:ExprType (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/idlc/inc/idlc/ |
H A D | astexpression.hxx | 56 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 D | astconstant.hxx | 34 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 D | astbasetype.hxx | 33 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 D | astunion.hxx | 37 ExprType getDiscrimantExprType() in getDiscrimantExprType() 60 ExprType m_discExprType;
|
H A D | astscope.hxx | 60 AstDeclaration* lookupPrimitiveType(ExprType type);
|
H A D | errorhandler.hxx | 119 void coercionError(AstExpression *pExpr, ExprType et);
|
/aoo42x/main/idlc/source/ |
H A D | astconstant.cxx | 33 AstConstant::AstConstant(const ExprType type, in AstConstant() 44 AstConstant::AstConstant(const ExprType type, in AstConstant()
|
H A D | astexpression.cxx | 68 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 D | astscope.cxx | 266 AstDeclaration* AstScope::lookupPrimitiveType(ExprType type) in lookupPrimitiveType()
|
H A D | errorhandler.cxx | 569 void ErrorHandler::coercionError(AstExpression *pExpr, ExprType et) in coercionError()
|
H A D | parser.y | 265 ExprType etval; /* Expression type */
|
Completed in 68 milliseconds