Home
last modified time | relevance | path

Searched refs:getChildren (Results 1 – 20 of 20) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DStmtOpenMP.h635 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 …]
DDeclOpenMP.h120 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()
DOpenMPClause.h8977 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/
DTree.cpp22 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/
DGenericDomTreeConstruction.h109 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()
DCFGDiff.h135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DTree.h205 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/
DIteratedDominanceFrontier.h76 return GD->template getChildren<IsPostDom>(N);
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCPseudoProbe.h233 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/
DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCPseudoProbe.cpp219 for (const auto &Child : Root.getChildren()) in emit()
414 Index = Cur->getChildren().size(); in buildAddress2ProbeMap()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp530 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/
DLexicalScopes.cpp245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp117 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
DCodeViewDebug.cpp2998 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
3027 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
DDwarfCompileUnit.cpp1087 for (LexicalScope *LS : Scope->getChildren()) { in createAndAddScopeChildren()
/openbsd/src/gnu/llvm/llvm/lib/Analysis/
DMemorySSAUpdater.cpp880 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/
DStmtOpenMP.cpp33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTWriter.cpp7159 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
DASTReader.cpp11387 Data->getChildren()[I] = readStmt(); in readOMPChildren()