Searched defs:ConstrainedPropertyVal (Results 1 – 1 of 1) sorted by relevance
241 struct ConstrainedPropertyVal { struct244 DefinedOrUnknownSVal Value;247 bool isConstrainedNonnull;249 ConstrainedPropertyVal(DefinedOrUnknownSVal SV) in ConstrainedPropertyVal() function252 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()