Searched defs:FunctionSet (Results 1 – 3 of 3) sorted by relevance
24 using FunctionSet = std::unordered_set<const FunctionDeclaration*>; variable
340 typedef set<Function *, FunctionCompare> FunctionSet; typedef
61 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator