Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1546 const SCFG* cfg() const { return CFGPtr; } in cfg()
1547 SCFG* cfg() { return CFGPtr; } in cfg()
1656 SCFG *CFGPtr = nullptr; variable
1742 assert(BB->CFGPtr == nullptr); in add()
1743 BB->CFGPtr = this; in add()