Searched defs:SCFG (Results 1 - 1 of 1) sorted by path

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1349 class SCFG;
1399 // A basic block is part of an SCFG, and can be treated as a function in
1403 // branch or goto to another basic block in the same SCFG.
1424 const SCFG* cfg() const { return CFGPtr; }
1425 SCFG* cfg() { return CFGPtr; }
1512 friend class SCFG;
1516 SCFG *CFGPtr; // The CFG that contains this block.
1527 // An SCFG is a control-flow graph. It consists of a set of basic blocks, each
1530 class SCFG : public SExpr { class in namespace:clang::threadSafety
1538 SCFG(MemRegionRe function in class:clang::threadSafety::SCFG
1548 SCFG(const SCFG &Cfg, BlockArray &&Ba) // steals memory from Ba function in class:clang::threadSafety::SCFG
[all...]

Completed in 394 milliseconds