|
clang 23.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/SVals.h"
Public Types | |
| using | Self |
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 |
|
inlinestatic |
Definition at line 543 of file SVals.h.
Referenced by doCastIfPossible().
|
inlinestatic |
Definition at line 544 of file SVals.h.
Referenced by doCastIfPossible().
|
inlinestatic |
Definition at line 547 of file SVals.h.
References castFailed(), doCast(), and isPossible().
|
inlinestatic |