| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 634 void setTaskReductionRefExpr(Expr *E) { Data->getChildren()[0] = E; } in setTaskReductionRefExpr() 666 return cast_or_null<Expr>(Data->getChildren()[0]); in getTaskReductionRefExpr() 1070 &Data->getChildren()[getArraysOffset(getDirectiveKind())]); in getCounters() 1077 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getPrivateCounters() 1085 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getInits() 1093 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getUpdates() 1101 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinals() 1109 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentCounters() 1117 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentInits() 1125 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinalsConditions() [all …]
|
| H A D | DeclOpenMP.h | 120 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 125 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 144 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty() 349 Expr *getMapperVarRef() { return cast_or_null<Expr>(Data->getChildren()[0]); } in getMapperVarRef() 351 return cast_or_null<Expr>(Data->getChildren()[0]); in getMapperVarRef() 355 Data->getChildren()[0] = MapperVarRefE; in setMapperVarRef() 484 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 489 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 512 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty()
|
| H A D | OpenMPClause.h | 9699 MutableArrayRef<Stmt *> getChildren(); 9700 ArrayRef<Stmt *> getChildren() const { in getChildren() function 9701 return const_cast<OMPChildren *>(this)->getChildren(); in getChildren()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | Tree.cpp | 21 for (const syntax::Node &C : T->getChildren()) in traverse() 199 for (const syntax::Node &It : T->getChildren()) { in dumpNode() 248 for (const Node &C : T->getChildren()) { in assertInvariants() 263 for (const Node &C : T->getChildren()) { in assertInvariants() 283 for (const Node &C : getChildren()) { in findFirstLeaf() 303 for (const Node &C : getChildren()) { in findChild() 317 for (Node &C : getChildren()) { in getElementsAsNodesAndDelimiters() 362 for (Node &C : getChildren()) { in getElementsAsNodes()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | GenericDomTreeConstruction.h | 112 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() function 114 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren() 115 return getChildren<Inversed>(N); in getChildren() 119 static SmallVector<NodePtr, 8> getChildren(NodePtr N) { in getChildren() function 214 auto Successors = getChildren<Direction>(BB, BatchUpdates); 341 return !getChildren<false>(N, BUI).empty(); in HasForwardSuccessors() 413 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots() 793 for (const NodePtr Succ : getChildren<IsPostDom>(TN->getBlock(), BUI)) { in InsertReachable() 923 auto Successors = getChildren<IsPostDom>(Of, BUI); in DeleteEdge() 1011 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
|
| H A D | CFGDiff.h | 53 // a getChildren method to get a Node's children based on the additional updates 135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCPseudoProbe.cpp | 233 for (const auto &Child : Root.getChildren()) in emit() 463 Cur->getChildren()[CurChildIndex] = in buildAddress2ProbeMap() 465 Cur = &Cur->getChildren()[CurChildIndex]; in buildAddress2ProbeMap() 527 Cur->getChildren() = in buildAddress2ProbeMap() 637 DummyInlineRoot.getChildren() = MutableArrayRef(InlineTreeVec); in buildAddress2ProbeMap()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| H A D | Tree.h | 205 llvm::iterator_range<ChildIterator> getChildren() { in getChildren() function 208 llvm::iterator_range<ConstChildIterator> getChildren() const { in getChildren() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IteratedDominanceFrontier.h | 76 return GD->template getChildren<IsPostDom>(N);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 269 InlinedProbeTreeMap &getChildren() { return Children; } in getChildren() function 270 const InlinedProbeTreeMap &getChildren() const { return Children; } in getChildren() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | LexicalScopes.h | 66 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LexicalScopes.cpp | 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DebugHandlerBase.cpp | 120 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
|
| H A D | CodeViewDebug.cpp | 3045 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo() 3074 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
|
| H A D | DwarfCompileUnit.cpp | 1188 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 864 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() 958 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() 1109 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 216 const LVElements *getChildren() const { return Children.get(); } in getChildren() function
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 3522 WorkStack.push_back({TopScope, TopScope->getChildren().size() - 1}); in makeDepthFirstEjectionMap() 3529 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in makeDepthFirstEjectionMap() 3535 std::make_pair(ChildScope, ChildScope->getChildren().size() - 1)); in makeDepthFirstEjectionMap() 3637 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in depthFirstVLocAndEmit()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 1659 if (const LVElements *Elements = Scope->getChildren()) in printMatchedElements()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 8638 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
|
| H A D | ASTReader.cpp | 12650 Data->getChildren()[I] = readStmt(); in readOMPChildren()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16887 …sicBlockEE11getChildrenEv", "llvm::DomTreeNodeBase<llvm::MachineBasicBlock>::getChildren() const"}, 21125 …NS_10BasicBlockEE11getChildrenEv", "llvm::DomTreeNodeBase<llvm::BasicBlock>::getChildren() const"},
|