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.h1552 const SCFG* cfg() const { return CFGPtr; } in cfg()
1553 SCFG* cfg() { return CFGPtr; } in cfg()
1662 SCFG *CFGPtr = nullptr; variable
1749 assert(BB->CFGPtr == nullptr); in add()
1750 BB->CFGPtr = this; in add()