clang 20.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
Public Types | |
using | Self = CastInfo< To, From, std::enable_if_t< std::is_base_of<::clang::ento::SVal, From >::value > > |
Static Public Member Functions | |
static bool | isPossible (const From &V) |
static std::optional< To > | castFailed () |
static To | doCast (const From &f) |
static std::optional< To > | doCastIfPossible (const From &f) |
using llvm::CastInfo< To, From, std::enable_if_t< std::is_base_of<::clang::ento::SVal, From >::value > >::Self = CastInfo< To, From, std::enable_if_t<std::is_base_of<::clang::ento::SVal, From>::value> > |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |