Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A 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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h140 roots_iterator roots_end() { return Roots.end(); } roots_end() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp