Home
last modified time | relevance | path

Searched refs:NumericLiteral (Results 126 – 150 of 414) sorted by relevance

12345678910>>...17

/dports/devel/qbs/qbs-src-1.21.0/src/plugins/scanner/cpp/
H A DToken.h356 const NumericLiteral *number;
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/TypeChecker/
H A DTypes.hs340 infer' v@(Literal _ (NumericLiteral (Left _))) = return $ TypedValue' True v tyInt
341 infer' v@(Literal _ (NumericLiteral (Right _))) = return $ TypedValue' True v tyNumber
509 inferBinder val (LiteralBinder _ (NumericLiteral (Left _))) = unifyTypes val tyInt >> return M.empty
510 inferBinder val (LiteralBinder _ (NumericLiteral (Right _))) = unifyTypes val tyNumber >> return M.…
684 check' v@(Literal _ (NumericLiteral (Left _))) t | t == tyInt =
686 check' v@(Literal _ (NumericLiteral (Right _))) t | t == tyNumber =
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/cplusplus/
H A DControl.cpp489 LiteralTable<NumericLiteral> numericLiterals;
630 const NumericLiteral *Control::numericLiteral(const char *chars, int size) in numericLiteral()
633 const NumericLiteral *Control::numericLiteral(const char *chars) in numericLiteral()
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Pretty/
H A DValues.hs120 prettyPrintLiteralValue _ (NumericLiteral n) = text $ either show show n
205 prettyPrintLiteralBinder (NumericLiteral num) = either (T.pack . show) (T.pack . show) num
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/cplusplus/
H A DNamePrettyPrinter.cpp89 else if (const NumericLiteral *num = templArg.numericLiteral()) in visit()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-indexer/src/main/resources/analysis/javascript/
H A DECMAScriptProductions.lexh34 {NumericLiteral} {
/dports/java/netbeans/netbeans/webcommon/typescript-lsp/node_modules/typescript/lib/
H A DtypescriptServices.d.ts114 NumericLiteral = 8, enumerator
640 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
649 readonly name?: Identifier | StringLiteral | NumericLiteral;
963 export type PropertyNameLiteral = Identifier | StringLiteralLike | NumericLiteral;
1154 export interface NumericLiteral extends LiteralExpression, Declaration { interface
1155 readonly kind: SyntaxKind.NumericLiteral;
2011 readonly operand: NumericLiteral;
3160 … createNumericLiteral(value: string | number, numericLiteralFlags?: TokenFlags): NumericLiteral;
4332 function isNumericLiteral(node: Node): node is NumericLiteral;
7079 …(value: string | StringLiteral | NoSubstitutionTemplateLiteral | NumericLiteral | Identifier): Str…
[all …]
H A Dtypescript.d.ts114 NumericLiteral = 8, enumerator
640 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
649 readonly name?: Identifier | StringLiteral | NumericLiteral;
963 export type PropertyNameLiteral = Identifier | StringLiteralLike | NumericLiteral;
1154 export interface NumericLiteral extends LiteralExpression, Declaration { interface
1155 readonly kind: SyntaxKind.NumericLiteral;
2011 readonly operand: NumericLiteral;
3160 … createNumericLiteral(value: string | number, numericLiteralFlags?: TokenFlags): NumericLiteral;
4332 function isNumericLiteral(node: Node): node is NumericLiteral;
7079 …(value: string | StringLiteral | NoSubstitutionTemplateLiteral | NumericLiteral | Identifier): Str…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/typescript/lib/
H A Dtypescript.d.ts114 NumericLiteral = 8, enumerator
640 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
649 readonly name?: Identifier | StringLiteral | NumericLiteral;
963 export type PropertyNameLiteral = Identifier | StringLiteralLike | NumericLiteral;
1154 export interface NumericLiteral extends LiteralExpression, Declaration { interface
1155 readonly kind: SyntaxKind.NumericLiteral;
2011 readonly operand: NumericLiteral;
3161 … createNumericLiteral(value: string | number, numericLiteralFlags?: TokenFlags): NumericLiteral;
4333 function isNumericLiteral(node: Node): node is NumericLiteral;
7080 …(value: string | StringLiteral | NoSubstitutionTemplateLiteral | NumericLiteral | Identifier): Str…
[all …]
H A DtypescriptServices.d.ts114 NumericLiteral = 8, enumerator
640 …export type PropertyName = Identifier | StringLiteral | NumericLiteral | ComputedPropertyName | Pr…
649 readonly name?: Identifier | StringLiteral | NumericLiteral;
963 export type PropertyNameLiteral = Identifier | StringLiteralLike | NumericLiteral;
1154 export interface NumericLiteral extends LiteralExpression, Declaration { interface
1155 readonly kind: SyntaxKind.NumericLiteral;
2011 readonly operand: NumericLiteral;
3161 … createNumericLiteral(value: string | number, numericLiteralFlags?: TokenFlags): NumericLiteral;
4333 function isNumericLiteral(node: Node): node is NumericLiteral;
7080 …(value: string | StringLiteral | NoSubstitutionTemplateLiteral | NumericLiteral | Identifier): Str…
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
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/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts107 export declare function isNumericLiteral(node: ts.Node): node is ts.NumericLiteral;
108 export declare function isNumericOrStringLikeLiteral(node: ts.Node): node is ts.NumericLiteral | ts…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/tsutils/typeguard/2.8/
H A Dnode.d.ts107 export declare function isNumericLiteral(node: ts.Node): node is ts.NumericLiteral;
108 export declare function isNumericOrStringLikeLiteral(node: ts.Node): node is ts.NumericLiteral | ts…
/dports/devel/qt5-designer/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/bindingeditor/
H A Dactioneditor.cpp149 || QmlJS::AST::cast<QmlJS::AST::NumericLiteral *>(ast) in isLiteral()
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljspropertyreader.cpp63 if (cast<NumericLiteral*>(expr)) in isLiteralValue()
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;
/dports/devel/qt5-assistant/kde-qttools-5.15.2p17/src/qdoc/
H A Dqmlmarkupvisitor.h85 bool visit(QQmlJS::AST::NumericLiteral *) override;

12345678910>>...17