| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| 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() 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 …]
|
| 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 | 8678 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/ |
| D | Tree.cpp | 22 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/ |
| D | GenericDomTreeConstruction.h | 108 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()
|
| D | CFGDiff.h | 135 template <bool InverseEdge> VectRet getChildren(NodePtr N) const { in getChildren() function
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Tooling/Syntax/ |
| D | Tree.h | 227 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/ |
| D | IteratedDominanceFrontier.h | 76 return GD->template getChildren<IsPostDom>(N);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| D | LexicalScopes.h | 65 SmallVectorImpl<LexicalScope *> &getChildren() { return Children; } in getChildren() function
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | AMDGPUMachineCFGStructurizer.cpp | 530 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/ |
| D | LexicalScopes.cpp | 245 const SmallVectorImpl<LexicalScope *> &Children = WS->getChildren(); in constructScopeNest()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugHandlerBase.cpp | 119 const SmallVectorImpl<LexicalScope *> &Children = S->getChildren(); in identifyScopeMarkers()
|
| D | CodeViewDebug.cpp | 2859 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo() 2888 collectLexicalBlockInfo(Scope.getChildren(), in collectLexicalBlockInfo()
|
| D | DwarfCompileUnit.cpp | 1036 for (LexicalScope *LS : Scope->getChildren()) in createScopeChildrenDIE()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | MemorySSAUpdater.cpp | 876 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/ |
| D | StmtOpenMP.cpp | 33 MutableArrayRef<Stmt *> OMPChildren::getChildren() { in getChildren() function in OMPChildren
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 6724 AddStmt(Data->getChildren()[I]); in writeOMPChildren()
|
| D | ASTReader.cpp | 13024 Data->getChildren()[I] = readStmt(); in readOMPChildren()
|