Home
last modified time | relevance | path

Searched refs:VariableDeclarations (Results 1 – 15 of 15) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceTranslator.cpp64 std::unique_ptr<VariableDeclarationList> VariableDeclarations) { in lowerGlobals() argument
66 getNextSequenceNumber(), std::move(VariableDeclarations))); in lowerGlobals()
H A DPNaClTranslator.cpp256 return VariableDeclarations.get(); in getGlobalVariablesPool()
335 assert(VariableDeclarations); in installGlobalNames()
343 assert(VariableDeclarations); in createValueIDs()
356 if (VariableDeclarations) { in getNumGlobalIDs()
366 assert(VariableDeclarations); in addGlobalDeclaration()
367 VariableDeclarations->push_back(Decl); in addGlobalDeclaration()
372 assert(VariableDeclarations); in getGlobalVariableByID()
397 assert(!VariableDeclarations || in getGlobalVariables()
498 assert(VariableDeclarations); in installGlobalVarNames()
635 if (!VariableDeclarations->empty()) in reportGetGlobalVariableByIDError()
[all …]
H A DIceTranslator.h57 lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/c_types/
H A DCTypePyObjectPtrs.py376 from ..VariableDeclarations import VariableDeclaration
438 from ..VariableDeclarations import VariableDeclaration
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DGlobalsLocalsCodes.py43 from .VariableDeclarations import VariableDeclaration
H A DYieldCodes.py29 from .VariableDeclarations import VariableDeclaration
H A DVariableCodes.py45 from .VariableDeclarations import VariableDeclaration
H A DContexts.py38 from .VariableDeclarations import VariableDeclaration, VariableStorage
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts1425 case ParsingContext.VariableDeclarations:
1530 case ParsingContext.VariableDeclarations:
1720 case ParsingContext.VariableDeclarations:
1931 … case ParsingContext.VariableDeclarations: return Diagnostics.Variable_declaration_expected;
5391 node.declarations = parseDelimitedList(ParsingContext.VariableDeclarations,
6195 VariableDeclarations, // Variable declarations in variable statement enumerator
/dports/textproc/weka/weka-3-8-5/changelogs/
H A DCHANGELOG-3-7-13181 A /trunk/weka/src/main/java/weka/core/expressionlanguage/core/VariableDeclarations.java
699 M /trunk/weka/src/main/java/weka/core/expressionlanguage/core/VariableDeclarations.java
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/eslint/
H A DCHANGELOG.md5009 * fixes #252: semi rule errors on VariableDeclarations in ForInStatements (Michael Ficarra)
/dports/textproc/write-good/write-good-1.0.8/node_modules/eslint/
H A DCHANGELOG.md4860 * fixes #252: semi rule errors on VariableDeclarations in ForInStatements (Michael Ficarra)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/eslint/
H A DCHANGELOG.md5325 * fixes #252: semi rule errors on VariableDeclarations in ForInStatements (Michael Ficarra)
/dports/misc/netron/node_modules/eslint/
H A DCHANGELOG.md5741 * fixes #252: semi rule errors on VariableDeclarations in ForInStatements (Michael Ficarra)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/node_modules/prettier/esm/
H A Dparser-typescript.mjs22 ….HeritageClauseElement=7]="HeritageClauseElement",e[e.VariableDeclarations=8]="VariableDeclaration…