Searched defs:ConstrainedPropertyVal (Results 1 – 1 of 1) sorted by relevance
245 struct ConstrainedPropertyVal { struct248 DefinedOrUnknownSVal Value;251 bool isConstrainedNonnull;253 ConstrainedPropertyVal(DefinedOrUnknownSVal SV) in ConstrainedPropertyVal() function256 void Profile(llvm::FoldingSetNodeID &ID) const { in Profile()