Home
last modified time | relevance | path

Searched refs:BlockNode (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/dports/lang/lci/lci-0.11.2/
H A Dparser.h315 } BlockNode; typedef
322 BlockNode **blocks; /**< The array of code blocks. */
361 BlockNode *body; /**< The body of the function. */
369 BlockNode *body; /**< The body of the array definition. */
396 BlockNode *block; /**< The first block of code to execute. */
576 MainNode *createMainNode(BlockNode *);
586 BlockNode *createBlockNode(StmtNodeList *);
587 void deleteBlockNode(BlockNode *);
589 int addBlockNode(BlockNodeList *, BlockNode *);
686 IfThenElseStmtNode *createIfThenElseStmtNode(BlockNode *, BlockNode *, ExprNodeList *, BlockNodeLis…
[all …]
/dports/devel/grantlee5/grantlee-5.2.0/templates/loadertags/
H A Dblock.cpp74 auto n = new BlockNode(blockName, p); in getNode()
89 BlockNode::BlockNode(const QString &name, QObject *parent) in BlockNode() function in BlockNode
95 BlockNode::~BlockNode() {} in ~BlockNode()
97 void BlockNode::setNodeList(const NodeList &list) const { m_list = list; } in setNodeList()
99 void BlockNode::render(OutputStream *stream, Context *c) const in render()
115 auto block = static_cast<const BlockNode *>(blockContext.pop(m_name)); in render()
123 block = new BlockNode(block->m_name, 0); in render()
141 SafeString BlockNode::getSuper() const in getSuper()
151 const_cast<BlockNode *>(this)->render(superStream.data(), m_context); in getSuper()
158 NodeList BlockNode::nodeList() const { return m_list; } in nodeList()
[all …]
H A Dblockcontext.h27 class BlockNode; variable
32 void addBlocks(const QHash<QString, BlockNode *> &blocks);
34 BlockNode *pop(const QString &name);
36 void push(const QString &name, BlockNode const *blockNode);
38 BlockNode *getBlock(const QString &name) const;
42 void remove(QList<BlockNode *> const &nodes);
45 QHash<QString, QList<BlockNode *>> m_blocks;
H A Dblockcontext.cpp25 void BlockContext::addBlocks(const QHash<QString, BlockNode *> &blocks) in addBlocks()
35 BlockNode *BlockContext::getBlock(const QString &name) const in getBlock()
44 BlockNode *BlockContext::pop(const QString &name) in pop()
46 QList<BlockNode *> &list = m_blocks[name]; in pop()
52 void BlockContext::push(const QString &name, BlockNode const *blockNode) in push()
54 m_blocks[name].append(const_cast<BlockNode *>(blockNode)); in push()
59 void BlockContext::remove(QList<BlockNode *> const &nodes) in remove()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h182 struct BlockNode { struct
304 BlockNode getResolvedNode() const { in getResolvedNode()
359 BlockNode TargetNode;
447 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
599 using BlockNode = BFIBase::BlockNode;
601 BlockNode Node;
614 BlockNode Start;
869 return BlockNode(getIndex(I));
1056 BlockNode NewNode(Freqs.size());
1074 BlockNode Node = getNode(I);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h182 struct BlockNode { struct
304 BlockNode getResolvedNode() const { in getResolvedNode()
359 BlockNode TargetNode;
447 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
599 using BlockNode = BFIBase::BlockNode;
601 BlockNode Node;
614 BlockNode Start;
869 return BlockNode(getIndex(I));
1056 BlockNode NewNode(Freqs.size());
1074 BlockNode Node = getNode(I);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h182 struct BlockNode { struct
304 BlockNode getResolvedNode() const { in getResolvedNode()
359 BlockNode TargetNode;
447 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
599 using BlockNode = BFIBase::BlockNode;
601 BlockNode Node;
614 BlockNode Start;
869 return BlockNode(getIndex(I));
1056 BlockNode NewNode(Freqs.size());
1074 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h182 struct BlockNode { struct
304 BlockNode getResolvedNode() const { in getResolvedNode()
359 BlockNode TargetNode;
447 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
599 using BlockNode = BFIBase::BlockNode;
601 BlockNode Node;
614 BlockNode Start;
869 return BlockNode(getIndex(I));
1056 BlockNode NewNode(Freqs.size());
1074 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h187 struct BlockNode {
192 BlockNode() = default;
364 BlockNode TargetNode;
452 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
602 using BlockNode = BFIBase::BlockNode;
604 BlockNode Node;
617 BlockNode Start;
872 return BlockNode(getIndex(I));
1055 BlockNode NewNode(Freqs.size());
1073 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h187 struct BlockNode {
192 BlockNode() = default;
364 BlockNode TargetNode;
452 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
602 using BlockNode = BFIBase::BlockNode;
604 BlockNode Node;
617 BlockNode Start;
872 return BlockNode(getIndex(I));
1055 BlockNode NewNode(Freqs.size());
1073 BlockNode Node = getNode(I);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct
363 BlockNode TargetNode;
451 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
608 using BlockNode = BFIBase::BlockNode;
610 BlockNode Node;
623 BlockNode Start;
881 return BlockNode(getIndex(I));
1117 BlockNode NewNode(Freqs.size());
1135 BlockNode Node = getNode(I);
1298 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct
363 BlockNode TargetNode;
451 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
608 using BlockNode = BFIBase::BlockNode;
610 BlockNode Node;
623 BlockNode Start;
881 return BlockNode(getIndex(I));
1117 BlockNode NewNode(Freqs.size());
1135 BlockNode Node = getNode(I);
1298 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct
363 BlockNode TargetNode;
451 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
608 using BlockNode = BFIBase::BlockNode;
610 BlockNode Node;
623 BlockNode Start;
881 return BlockNode(getIndex(I));
1117 BlockNode NewNode(Freqs.size());
1135 BlockNode Node = getNode(I);
1298 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct
363 BlockNode TargetNode;
451 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
608 using BlockNode = BFIBase::BlockNode;
610 BlockNode Node;
623 BlockNode Start;
881 return BlockNode(getIndex(I));
1117 BlockNode NewNode(Freqs.size());
1135 BlockNode Node = getNode(I);
1298 BlockNode Node = getNode(I);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h186 struct BlockNode { struct
363 BlockNode TargetNode;
451 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
608 using BlockNode = BFIBase::BlockNode;
610 BlockNode Node;
623 BlockNode Start;
881 return BlockNode(getIndex(I));
1117 BlockNode NewNode(Freqs.size());
1135 BlockNode Node = getNode(I);
1298 BlockNode Node = getNode(I);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dfunctions.h14 class BlockNode; variable
61 BlockNode* block,
87 BlockNode* block,
121 BlockNode* block,
146 BlockNode* block,
228 BlockNode* block,
311 BlockNode* block,
354 BlockNode* block,
388 BlockNode* block,
397 BlockNode* block,
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dfunctions.h14 class BlockNode; variable
61 BlockNode* block,
87 BlockNode* block,
121 BlockNode* block,
146 BlockNode* block,
228 BlockNode* block,
311 BlockNode* block,
346 BlockNode* block,
380 BlockNode* block,
389 BlockNode* block,
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h191 struct BlockNode { struct
368 BlockNode TargetNode;
456 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
607 using BlockNode = BFIBase::BlockNode;
609 BlockNode Node;
622 BlockNode Start;
880 return BlockNode(getIndex(I));
1159 BlockNode NewNode(Freqs.size());
1177 BlockNode Node = getNode(I);
1340 BlockNode Node = getNode(I);
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h70 struct BlockNode;
107 BlockNode *initializer;
108 BlockNode *ready;
128 BlockNode *body;
139 BlockNode *parent_block; argument
146 List<BlockNode *> sub_blocks; argument
148 BlockNode() { in BlockNode() argument
283 BlockNode *body;
284 BlockNode *body_else;
424 BlockNode *current_block;
[all …]
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h70 struct BlockNode;
107 BlockNode *initializer;
108 BlockNode *ready;
128 BlockNode *body;
139 BlockNode *parent_block; argument
146 List<BlockNode *> sub_blocks; argument
148 BlockNode() { in BlockNode() function
283 BlockNode *body;
284 BlockNode *body_else;
424 BlockNode *current_block;
[all …]

12345678910>>...23