Home
last modified time | relevance | path

Searched refs:CFGPtr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1548 const SCFG* cfg() const { return CFGPtr; } in cfg()
1549 SCFG* cfg() { return CFGPtr; } in cfg()
1658 SCFG *CFGPtr = nullptr; variable
1744 assert(BB->CFGPtr == nullptr); in add()
1745 BB->CFGPtr = this; in add()