Home
last modified time | relevance | path

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

/aoo4110/main/idlc/inc/idlc/
H A Dastexpression.hxx49 enum EvalKind enum
151 void evaluate(EvalKind ek);
163 AstExprValue* eval_internal(EvalKind ek);
165 AstExprValue* eval_bin_op(EvalKind ek);
166 AstExprValue* eval_bit_op(EvalKind ek);
167 AstExprValue* eval_un_op(EvalKind ek);
168 AstExprValue* eval_symbol(EvalKind ek);
/aoo4110/main/idlc/source/
H A Dastexpression.cxx711 eval_kind(AstExprValue *ev, EvalKind ek) in eval_kind()
792 void AstExpression::evaluate(EvalKind ek) in evaluate()
885 AstExprValue* AstExpression::eval_internal(EvalKind ek) in eval_internal()
926 AstExprValue* AstExpression::eval_bin_op(EvalKind ek) in eval_bin_op()
981 AstExprValue* AstExpression::eval_bit_op(EvalKind ek) in eval_bit_op()
1027 AstExprValue* AstExpression::eval_un_op(EvalKind ek) in eval_un_op()
1067 AstExprValue* AstExpression::eval_symbol(EvalKind ek) in eval_symbol()

Completed in 23 milliseconds