Home
last modified time | relevance | path

Searched defs:roots_end (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddominator_tree.h134 roots_iterator roots_end() { return roots_.end(); } in roots_end() function
136 roots_const_iterator roots_end() const { return roots_cend(); } in roots_end() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Ddominator_tree.h134 roots_iterator roots_end() { return roots_.end(); } in roots_end() function
136 roots_const_iterator roots_end() const { return roots_cend(); } in roots_end() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_tree.h134 roots_iterator roots_end() { return roots_.end(); } in roots_end() function
136 roots_const_iterator roots_end() const { return roots_cend(); } in roots_end() function
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h354 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
358 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h405 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
409 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h405 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
409 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h405 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
409 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DExplodedGraph.h405 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
409 const_roots_iterator roots_end() const { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DGCMetadata.h145 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DGCMetadata.h145 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DGCMetadata.h145 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DGCMetadata.h145 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DGCMetadata.h140 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DGCMetadata.h140 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h142 roots_iterator roots_end() { return Roots.end(); } in roots_end() function
/aosp_15_r20/art/runtime/oat/
H A Doat_file.cc2126 auto* roots_end = reinterpret_cast<GcRoot<mirror::Object>*>(bss_end_); in GetBssGcRoots() local