Searched defs:cbegin (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1473 auto I = std::find(Predecessors.cbegin(), Predecessors.cend(), BB);
1474 return std::distance(Predecessors.cbegin(), I);
1557 const_iterator begin() const { return cbegin(); }
1560 const_iterator cbegin() const { return Blocks.cbegin(); } function in class:clang::threadSafety::SCFG

Completed in 279 milliseconds