Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h139 roots_iterator roots_begin() { return Roots.begin(); } roots_begin() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp