Home
last modified time | relevance | path

Searched defs:Children (Results 1 – 25 of 266) sorted by relevance

1234567891011

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOpenMPClause.h94 auto Children = const_cast<OMPClause *>(this)->children(); in children() local
103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local
504 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local
612 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local
1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local
2728 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local
2867 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local
2876 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local
3108 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOpenMPClause.h94 auto Children = const_cast<OMPClause *>(this)->children(); in children() local
103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local
504 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local
612 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local
1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local
2688 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local
2827 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local
2836 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local
3068 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenMPClause.h94 auto Children = const_cast<OMPClause *>(this)->children(); in children() local
103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local
504 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local
612 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local
1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local
2728 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local
2867 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local
2876 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local
3108 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local
[all …]
DOpenACCClause.h48 auto Children = const_cast<OpenACCClause *>(this)->children(); in children() local
189 child_range Children = in children() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOpenMPClause.h94 auto Children = const_cast<OMPClause *>(this)->children(); in children() local
103 auto Children = const_cast<OMPClause *>(this)->children(); in used_children() local
504 auto Children = const_cast<OMPAllocateClause *>(this)->children(); in children() local
612 auto Children = const_cast<OMPIfClause *>(this)->used_children(); in used_children() local
662 auto Children = const_cast<OMPFinalClause *>(this)->used_children(); in used_children() local
1807 auto Children = const_cast<OMPScheduleClause *>(this)->children(); in children() local
2728 auto Children = const_cast<OMPPrivateClause *>(this)->children(); in children() local
2867 auto Children = const_cast<OMPFirstprivateClause *>(this)->children(); in children() local
2876 auto Children = const_cast<OMPFirstprivateClause *>(this)->used_children(); in used_children() local
3108 auto Children = const_cast<OMPLastprivateClause *>(this)->children(); in children() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dtorture.go189 Children []J member
268 Children [2]J member
292 Children *[2]J member
/aosp_15_r20/external/guice/lib/build/
HDsafesax.jarMETA-INF/MANIFEST.MF safesax/ safesax/BadXmlException.class BadXmlException.java package safesax ...
/aosp_15_r20/external/clang/lib/Format/
H A DTokenAnnotator.h73 delete Children[i]; in ~AnnotatedLine() local
109 SmallVector<AnnotatedLine *, 0> Children; variable
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp154 SmallVector<DomTreeNode *, 8> Children(DTN->begin(), DTN->end()); in MergeBlockIntoPredecessor() local
267 std::vector<DomTreeNode *> Children(OldNode->begin(), OldNode->end()); in SplitBlock() local
637 std::vector<DomTreeNode *> Children(OldNode->begin(), OldNode->end()); in SplitBlockAndInsertIfThen() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs84 pub struct Children<'a>(std::slice::Iter<'a, Diagnostic>); struct
87 impl<'a> Iterator for Children<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs84 pub struct Children<'a>(std::slice::Iter<'a, Diagnostic>); struct
87 impl<'a> Iterator for Children<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs84 pub struct Children<'a>(std::slice::Iter<'a, Diagnostic>); struct
87 impl<'a> Iterator for Children<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs84 pub struct Children<'a>(std::slice::Iter<'a, Diagnostic>); struct
87 impl<'a> Iterator for Children<'a> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/proc_macro/src/
H A Ddiagnostic.rs84 pub struct Children<'a>(std::slice::Iter<'a, Diagnostic>); struct
87 impl<'a> Iterator for Children<'a> { implementation
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp333 SmallVector<DIE *, 8> Children; in constructScopeDIE() local
573 SmallVectorImpl<DIE *> &Children, in createScopeChildrenDIE()
622 SmallVector<DIE *, 8> Children; in createAndAddScopeChildren() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp514 SetVector<MRT *> Children; member in __anon02196f760211::RegionMRT
827 auto Children = Region->getChildren(); in storeLiveOuts() local
1332 auto Children = Region->getChildren(); in regionIsSequence() local
1344 auto Children = Region->getChildren(); in fixupRegionExits() local
2616 SetVector<MRT *> *Children = Region->getChildren(); in containsNewBackedge() local
2643 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion() local
2789 auto Children = Region->getChildren(); in structurizeRegions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp495 SetVector<MRT *> Children; member in __anon998c92fc0211::RegionMRT
806 auto Children = Region->getChildren(); in storeLiveOuts() local
1302 auto Children = Region->getChildren(); in regionIsSequence() local
1314 auto Children = Region->getChildren(); in fixupRegionExits() local
2589 SetVector<MRT *> *Children = Region->getChildren(); in structurizeComplexRegion() local
2735 auto Children = Region->getChildren(); in structurizeRegions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp435 SmallVector<DIE *, 8> Children; in constructScopeDIE() local
792 SmallVectorImpl<DIE *> &Children, in createScopeChildrenDIE()
858 SmallVector<DIE *, 8> Children; in createAndAddScopeChildren() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCSE.cpp750 const std::vector<MachineDomTreeNode*> &Children = Node->getChildren(); in PerformCSE() local
858 const std::vector<MachineDomTreeNode *> &Children = Node->getChildren(); in PerformSimplePRE() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DSEHFrameSupport.h41 DenseSet<Block *> Children; in operator() local
/aosp_15_r20/external/llvm/tools/llvm-pdbdump/
H A DCompilandDumper.h23 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dstats.h35 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dstats.h35 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dstats.h35 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() function
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dstats.h35 const std::unordered_map<const char*, Stats>& Children() const { return children_; } in Children() function

1234567891011