Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1555 const SCFG* cfg() const { return CFGPtr; } in cfg()
1556 SCFG* cfg() { return CFGPtr; } in cfg()
1665 SCFG *CFGPtr = nullptr; variable
1751 assert(BB->CFGPtr == nullptr); in add()
1752 BB->CFGPtr = this; in add()