Home
last modified time | relevance | path

Searched defs:roots_begin (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h144 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h403 roots_iterator roots_begin() { return Roots.begin(); } in roots_begin() function
407 const_roots_iterator roots_begin() const { return Roots.begin(); } in roots_begin() function