Searched refs:Expr (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp56 Expr *_cost_lb; // Cost lower bound for this production
57 Expr *_cost_ub; // Cost upper bound for this production
66 Expr *cost_lb() const { return (Expr *)_cost_lb; }
67 Expr *cost_ub() const { return (Expr *)_cost_ub; }
94 Expr *cost_lb(const char *result);
95 Expr *cost_ub(const char *result);
96 void set_cost_bounds(const char *result, const Expr *cost, bool has_state_check, bool has_cost_check);
118 const char *arrayIdx, const Expr *cos
639 Expr::Expr() { function in class:Expr
645 Expr::Expr(const char *cost) { function in class:Expr
667 Expr::Expr(const char *name, const char *expression, int min_value, int max_value) { function in class:Expr
[all...]
H A Dforms.hpp503 //------------------------------Expr------------------------------------------
505 // class Expr represents integer expressions containing constants and addition
508 class Expr { class
519 Expr();
520 Expr(const char *cost);
521 Expr(const char *name, const char *expression, int min_value, int max_value);
522 Expr *clone() const;
524 bool is_unknown() const { return (this == Expr::get_unknown()); }
525 bool is_zero() const { return (_min_value == Expr::Zero && _max_value == Expr
[all...]
H A DarchDesc.hpp37 class Expr;
127 const Expr *icost, const char *irule,
129 void expand_opclass(FILE *fp, const char *indent, const Expr *cost,
131 Expr *calc_cost(FILE *fp, const char *spaces, MatchList &mList, ProductionState &status);
H A Dadlparse.cpp717 Expr *expr = new Expr(name, description, int_value, int_value);
718 const Expr *old_expr = _AD.globalDefs().define(name, expr);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java131 Expr();
785 * Expr ::= OrExpr
790 protected void Expr() throws javax.xml.transform.TransformerException method in class:XPathParser
1153 * StringExpr ::= Expr
1164 Expr();
1173 * StringExpr ::= Expr
1184 Expr();
1199 * NumberExpr ::= Expr
1210 Expr();
1386 * | '(' Expr ')'
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A Dxpath.cup316 non terminal Expression Expr, Argument, LocationPath;
358 | EXPRESSION Expr:expr
489 Predicate ::= LBRACK Expr:e RBRACK
496 Expr ::= OrExpr:ex
806 | LPAREN Expr:ex RPAREN
1028 Argument ::= Expr:ex
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java489 p = Expr(true, scope, null, null);
1015 final public ParsedPattern Expr(boolean topLevel, Scope scope, Token t, Annotations a) throws ParseException { method in class:CompactSyntax
1161 p = Expr(false, scope, null, null);
1175 p = Expr(false, scope, null, null);
1499 p = Expr(false, scope, null, null);
1511 p = Expr(false, scope, null, null);
1535 p = Expr(topLevel, scope, t, a);
1632 p = Expr(false, scope, null, null);
1642 p = Expr(false, scope, null, null);

Completed in 70 milliseconds