| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 635 void setTaskReductionRefExpr(Expr *E) { Data->getChildren()[0] = E; } in setTaskReductionRefExpr() 667 return cast_or_null<Expr>(Data->getChildren()[0]); in getTaskReductionRefExpr() 1069 &Data->getChildren()[getArraysOffset(getDirectiveKind())]); in getCounters() 1076 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getPrivateCounters() 1084 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getInits() 1092 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getUpdates() 1100 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinals() 1108 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentCounters() 1116 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentInits() 1124 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinalsConditions() [all …]
|
| 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() 483 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 488 auto **Storage = reinterpret_cast<Expr **>(Data->getChildren().data()); in getVars() 511 bool varlist_empty() const { return Data->getChildren().empty(); } in varlist_empty()
|
| D | OpenMPClause.h | 8977 MutableArrayRef<Stmt *> getChildren(); 8978 ArrayRef<Stmt *> getChildren() const { in getChildren() function 8979 return const_cast<OMPChildren *>(this)->getChildren(); in getChildren()
|
| /openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/ |
| D | Tree.cpp | 22 for (const syntax::Node &C : T->getChildren()) in traverse() 200 for (const syntax::Node &It : T->getChildren()) { in dumpNode() 249 for (const Node &C : T->getChildren()) { in assertInvariants() 264 for (const Node &C : T->getChildren()) { in assertInvariants() 284 for (const Node &C : getChildren()) { in findFirstLeaf() 304 for (const Node &C : getChildren()) { in findChild() 318 for (Node &C : getChildren()) { in getElementsAsNodesAndDelimiters() 363 for (Node &C : getChildren()) { in getElementsAsNodes()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | GenericDomTreeConstruction.h | 109 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() function 111 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren() 112 return getChildren<Inversed>(N); in getChildren() 116 static SmallVector<NodePtr, 8> getChildren(NodePtr N) { in getChildren() function 198 auto Successors = getChildren<Direction>(BB, BatchUpdates); 340 return !getChildren<false>(N, BUI).empty(); in HasForwardSuccessors() 412 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots() 795 for (const NodePtr Succ : getChildren<IsPostDom>(TN->getBlock(), BUI)) { in InsertReachable() 925 auto Successors = getChildren<IsPostDom>(Of, BUI); in DeleteEdge() 1013 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
|
| D | CFGDiff.h | 135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/ |
| D | Tree.h | 205 llvm::iterator_range<ChildIterator> getChildren() { in getChildren() function 208 llvm::iterator_range<ConstChildIterator> getChildren() const { in getChildren() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | IteratedDominanceFrontier.h | 76 return GD->template getChildren<IsPostDom>(N);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/MC/ |
| D | MCPseudoProbe.h | 233 InlinedProbeTreeMap &getChildren() { return Children; } in getChildren() function 234 const InlinedProbeTreeMap &getChildren() const { return Children; } in getChildren() function
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | LexicalScopes.h | 65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
|
| /openbsd/src/gnu/llvm/llvm/lib/MC/ |
| D | MCPseudoProbe.cpp | 219 for (const auto &Child : Root.getChildren()) in emit() 414 Index = Cur->getChildren().size(); in buildAddress2ProbeMap()
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUMachineCFGStructurizer.cpp | 530 SetVector<MRT *> *getChildren() { return &Children; } in getChildren() function in __anon33342c380211::RegionMRT 806 auto Children = Region->getChildren(); in storeLiveOuts() 1302 auto Children = Region->getChildren(); in regionIsSequence() 1314 auto Children = Region->getChildren(); in fixupRegionExits() 2564 for (MRT *C : llvm::reverse(*Region->getChildren())) in containsNewBackedge() 2589 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion() 2735 auto Children = Region->getChildren(); in structurizeRegions() 2788 for (auto *CI : *Region->getChildren()) in initializeSelectRegisters()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugHandlerBase.cpp | 117 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
|
| D | CodeViewDebug.cpp | 2998 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo() 3027 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
|
| D | DwarfCompileUnit.cpp | 1087 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
|
| /openbsd/src/gnu/llvm/llvm/lib/Analysis/ |
| D | MemorySSAUpdater.cpp | 880 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() 974 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() 1125 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | StmtOpenMP.cpp | 33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
|
| /openbsd/src/gnu/llvm/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 7159 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
|
| D | ASTReader.cpp | 11387 Data->getChildren()[I] = readStmt(); in readOMPChildren()
|