Home
last modified time | relevance | path

Searched defs:StatementList (Results 1 – 25 of 118) sorted by relevance

12345

/dports/lang/gnu-apl/apl-1.8/src/
H A DExecutable.hh230 class StatementList : public Executable class
240 StatementList(const UCS_string txt, const char * loc) in StatementList() function in StatementList
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/storage/shared/
H A Dprepare.go24 type StatementList []struct { type
/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/ast/
H A DAST.h385 struct StatementList : public Statement struct
387 using UniquePtr = std::unique_ptr<StatementList>; argument
390 StatementList() : mList() {} in StatementList() argument
396 StatementList(Statement* statement) in StatementList() argument
405 StatementList(const std::vector<Statement*>& statements) in StatementList() argument
415 StatementList(const StatementList& other) : mList() { in StatementList() argument
423 StatementList* copy() const override { return new StatementList(*this); } in copy() argument
425 NodeType nodetype() const override { return Node::StatementListNode; } in nodetype() argument
450 /// @brief Alias for StatementList::children argument
474 /// @todo Consider combination with StatementList argument
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/FPG/
H A DAST.h281 struct StatementList : public Statement { struct
282 StatementList() : statements( new StatementContainer() ) {} in StatementList() argument
291 virtual StatementList* clone( Clone_context *context ); argument
298 CompoundStatement( StatementList *statements ) in CompoundStatement() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DMips.def36 ELF_RELOC(R_MIPS_CALL_HI16, 30)
/dports/cad/ktechlab/ktechlab-0.50.0/microbe/
H A Dparser.h77 typedef QList<Statement> StatementList; typedef
/dports/net-im/dendrite/dendrite-0.5.1/internal/sqlutil/
H A Dsql.go157 type StatementList []struct { type
/dports/converters/wkhtmltopdf/qt-5db36ec/src/script/parser/
H A Dqscriptparser_p.h82 QScript::AST::StatementList *StatementList; member
H A Dqscriptastfwd_p.h86 class StatementList; variable
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptparser_p.h100 QScript::AST::StatementList *StatementList; member
H A Dqscriptastfwd_p.h102 class StatementList; variable
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/script/parser/
H A Dqscriptparser_p.h100 QScript::AST::StatementList *StatementList; member
H A Dqscriptastfwd_p.h102 class StatementList; variable
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptparser_p.h100 QScript::AST::StatementList *StatementList; member
H A Dqscriptastfwd_p.h104 class StatementList; variable
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/hlslparser/src/
H A DHLSLTree.cpp1763 struct StatementList { struct
1764 HLSLStatement * head = NULL;
1765 HLSLStatement * tail = NULL;
1766 void append(HLSLStatement * st) { in append()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/parser/
H A Dqdeclarativejsparser_p.h103 AST::StatementList *StatementList; member
H A Dqdeclarativejsastfwd_p.h127 class StatementList; variable
/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Darchitec.cc256 StatementList::StatementList(std::list<SequentialStmt*>*statement_list) in StatementList() function in StatementList
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qdoc3/declarativeparser/
H A Dqdeclarativejsparser_p.h103 AST::StatementList *StatementList; member
H A Dqdeclarativejsastfwd_p.h127 class StatementList; variable
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/parser/
H A Dqmljsparser_p.h98 AST::StatementList *StatementList; member
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/parser/
H A Dqmljsparser_p.h93 AST::StatementList *StatementList; member
H A Dqmljsastfwd_p.h112 class StatementList; variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
H A DOpcodeCreation.c85 LIST_ENTRY *StatementList; in FwQIdToUefiQId() local

12345