Searched refs:dispatchCast (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp337 return dispatchCast(val, castTy);
414 return dispatchCast(val, castTy);
H A DStore.cpp258 return svalBuilder.dispatchCast(V, castTy);
H A DSimpleSValBuilder.cpp24 virtual SVal dispatchCast(SVal val, QualType castTy);
62 SVal SimpleSValBuilder::dispatchCast(SVal Val, QualType CastTy) { function in class:SimpleSValBuilder
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h60 virtual SVal dispatchCast(SVal val, QualType castTy) = 0;

Completed in 252 milliseconds