Searched defs:KnownSVal (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h255 class KnownSVal : public SVal { class in namespace:clang::ento
256 KnownSVal() {} function in class:clang::ento::KnownSVal
262 KnownSVal(const DefinedSVal &V) : SVal(V) {} function in class:clang::ento::KnownSVal
263 KnownSVal(const UndefinedVal &V) : SVal(V) {} function in class:clang::ento::KnownSVal

Completed in 388 milliseconds