Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h634 void setTaskReductionRefExpr(Expr *E) { Data->getChildren()[0] = E; } in setTaskReductionRefExpr()
666 return cast_or_null<Expr>(Data->getChildren()[0]); in getTaskReductionRefExpr()
1026 &Data->getChildren()[getArraysOffset(getDirectiveKind())]); in getCounters()
1033 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getPrivateCounters()
1041 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getInits()
1049 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getUpdates()
1057 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getFinals()
1065 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentCounters()
1073 &Data->getChildren()[getArraysOffset(getDirectiveKind()) + in getDependentInits()
1081 &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.h8678 MutableArrayRef<Stmt *> getChildren();
8679 ArrayRef<Stmt *> getChildren() const { in getChildren() function
8680 return const_cast<OMPChildren *>(this)->getChildren(); in getChildren()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
DTree.cpp22 for (const syntax::Node &C : T->getChildren()) in traverse()
230 for (const syntax::Node &It : T->getChildren()) { in dumpNode()
279 for (const Node &C : T->getChildren()) { in assertInvariants()
294 for (const Node &C : T->getChildren()) { in assertInvariants()
313 for (const Node &C : getChildren()) { in findFirstLeaf()
333 for (const Node &C : getChildren()) { in findChild()
347 for (Node &C : getChildren()) { in getElementsAsNodesAndDelimiters()
392 for (Node &C : getChildren()) { in getElementsAsNodes()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h108 static SmallVector<NodePtr, 8> getChildren(NodePtr N, BatchUpdatePtr BUI) { in getChildren() function
110 return BUI->PreViewCFG.template getChildren<Inversed>(N); in getChildren()
111 return getChildren<Inversed>(N); in getChildren()
115 static SmallVector<NodePtr, 8> getChildren(NodePtr N) { in getChildren() function
197 auto Successors = getChildren<Direction>(BB, BatchUpdates);
339 return !getChildren<false>(N, BUI).empty(); in HasForwardSuccessors()
411 for (const auto Succ : getChildren<false>(Node, SNCA.BatchUpdates)) in FindRoots()
796 for (const NodePtr Succ : getChildren<IsPostDom>(TN->getBlock(), BUI)) { in InsertReachable()
926 auto Successors = getChildren<IsPostDom>(Of, BUI); in DeleteEdge()
1014 for (const NodePtr Pred : getChildren<!IsPostDom>(TNB, BUI)) { in HasProperSupport()
DCFGDiff.h135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
DTree.h227 llvm::iterator_range<ChildIterator> getChildren() { in getChildren() function
230 llvm::iterator_range<ConstChildIterator> getChildren() const { in getChildren() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DIteratedDominanceFrontier.h76 return GD->template getChildren<IsPostDom>(N);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLexicalScopes.h65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineCFGStructurizer.cpp530 SetVector<MRT *> *getChildren() { return &Children; } in getChildren() function in __anon653a3bd40211::RegionMRT
808 auto Children = Region->getChildren(); in storeLiveOuts()
1314 auto Children = Region->getChildren(); in regionIsSequence()
1326 auto Children = Region->getChildren(); in fixupRegionExits()
2594 SetVector<MRT *> *Children = Region->getChildren(); in containsNewBackedge()
2621 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion()
2767 auto Children = Region->getChildren(); in structurizeRegions()
2820 for (auto CI = Region->getChildren()->begin(), in initializeSelectRegisters()
2821 CE = Region->getChildren()->end(); in initializeSelectRegisters()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DLexicalScopes.cpp245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDebugHandlerBase.cpp119 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
DCodeViewDebug.cpp2859 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
2888 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
DDwarfCompileUnit.cpp1036 for (LexicalScope *LS : Scope->getChildren()) in createScopeChildrenDIE()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DMemorySSAUpdater.cpp876 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates()
970 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates()
1121 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmtOpenMP.cpp33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
DASTWriter.cpp6724 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
DASTReader.cpp13024 Data->getChildren()[I] = readStmt(); in readOMPChildren()