Home
last modified time | relevance | path

Searched refs:NumericLiteral (Results 1 – 25 of 414) sorted by path

12345678910>>...17

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/front-end/
H A DSourceCSSTokenizer.re2js168NumericLiteral = "-"? ([0-9]+ | [0-9]* "." [0-9]+) ("em" | "rem" | "__qem" | "ex" | "px" | "cm" |
229 <INITIAL> NumericLiteral
H A DSourceJavaScriptTokenizer.re2js110 NumericLiteral = DecimalLiteral | HexIntegerLiteral | OctalIntegerLiteral;
159 … <DIV,NODIV> NumericLiteral => DIV { this.tokenType = "javascript-number"; return cursor; }
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/parser/
H A Dqdeclarativejs.g1128 AST::NumericLiteral *node = makeAstNode<AST::NumericLiteral> (driver->nodePool(), sym(1).dval);
H A Dqdeclarativejsast.cpp160 void NumericLiteral::accept0(Visitor *visitor) in accept0()
H A Dqdeclarativejsast_p.h474 class QML_PARSER_EXPORT NumericLiteral: public ExpressionNode
477 QDECLARATIVEJS_DECLARE_AST_NODE(NumericLiteral) in QDECLARATIVEJS_DECLARE_AST_NODE() argument
479 NumericLiteral(double v): in QDECLARATIVEJS_DECLARE_AST_NODE()
H A Dqdeclarativejsastfwd_p.h94 class NumericLiteral; variable
H A Dqdeclarativejsastvisitor_p.h126 virtual bool visit(NumericLiteral *) { return true; } in visit() argument
127 virtual void endVisit(NumericLiteral *) {} in endVisit() argument
H A Dqdeclarativejsparser.cpp596 AST::NumericLiteral *node = makeAstNode<AST::NumericLiteral> (driver->nodePool(), sym(1).dval); in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativecompiledbindings.cpp2512 qreal value = qreal(static_cast<AST::NumericLiteral *>(node)->value);
H A Dqdeclarativescriptparser.cpp653 } else if (AST::NumericLiteral *lit = AST::cast<AST::NumericLiteral *>(expr)) { in getVariant()
658 … if (AST::NumericLiteral *lit = AST::cast<AST::NumericLiteral *>(unaryMinus->expression)) { in getVariant()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/parser/
H A Dqscript.g425 …sym(1).Node = QScript::makeAstNode<QScript::AST::NumericLiteral> (driver->nodePool(), sym(1).dval);
H A Dqscriptast.cpp110 void NumericLiteral::accept0(Visitor *visitor) in accept0()
H A Dqscriptast_p.h276 class NumericLiteral: public ExpressionNode
279 NumericLiteral(double v): in NumericLiteral() function
281 virtual ~NumericLiteral() {} in ~NumericLiteral()
H A Dqscriptastfwd_p.h53 class NumericLiteral; variable
H A Dqscriptastvisitor_p.h71 virtual bool visit(NumericLiteral *) { return true; } in visit() argument
72 virtual void endVisit(NumericLiteral *) {} in endVisit() argument
H A Dqscriptparser.cpp166 …sym(1).Node = QScript::makeAstNode<QScript::AST::NumericLiteral> (driver->nodePool(), sym(1).dval); in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/parser/
H A Dquerytransformparser.ypp1391 EnclosedExpr FunctionBody ValidateExpr NumericLiteral
3644 Literal: NumericLiteral /* [85] */
3650 NumericLiteral: XPATH2_NUMBER /* [86] */
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/declarativeparser/
H A Dqdeclarativejs.g1075 AST::NumericLiteral *node = makeAstNode<AST::NumericLiteral> (driver->nodePool(), sym(1).dval);
H A Dqdeclarativejsast.cpp160 void NumericLiteral::accept0(Visitor *visitor) in accept0()
H A Dqdeclarativejsast_p.h474 class QML_PARSER_EXPORT NumericLiteral: public ExpressionNode
477 QDECLARATIVEJS_DECLARE_AST_NODE(NumericLiteral) in QDECLARATIVEJS_DECLARE_AST_NODE() argument
479 NumericLiteral(double v): in QDECLARATIVEJS_DECLARE_AST_NODE()
H A Dqdeclarativejsastfwd_p.h94 class NumericLiteral; variable
H A Dqdeclarativejsastvisitor_p.h126 virtual bool visit(NumericLiteral *) { return true; } in visit() argument
127 virtual void endVisit(NumericLiteral *) {} in endVisit() argument
H A Dqdeclarativejsparser.cpp596 AST::NumericLiteral *node = makeAstNode<AST::NumericLiteral> (driver->nodePool(), sym(1).dval); in parse()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/
H A Dqmlmarkupvisitor.cpp375 bool QmlMarkupVisitor::visit(QDeclarativeJS::AST::NumericLiteral *literal) in visit()
H A Dqmlmarkupvisitor.h91 virtual bool visit(QDeclarativeJS::AST::NumericLiteral *);

12345678910>>...17