Searched defs:blockID (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ | ||
H A D | ReachableCode.cpp | 370 unsigned blockID = B->getBlockID(); scanFromBlock() local |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ | ||
H A D | HTMLLogger.cpp | 240 static std::string blockID(unsigned Block) { blockID() function in clang::dataflow::__anon25edf0150111::HTMLLogger |
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ | ||
H A D | ThreadSafetyTIL.h | 1549 int blockID() const { return BlockID; } in blockID() function |