clang 20.0.0git
|
#include "llvm/ADT/APSInt.h"
#include "llvm/Support/Compiler.h"
Go to the source code of this file.
Classes | |
class | clang::ento::APSIntPtr |
A safe wrapper around APSInt objects allocated and owned by BasicValueFactory . More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::ento |
Macros | |
#define | DEFINE_OPERATOR(OP) bool operator OP(APSIntPtr Other) const { return (*Ptr)OP(*Other.Ptr); } |
#define DEFINE_OPERATOR | ( | OP | ) | bool operator OP(APSIntPtr Other) const { return (*Ptr)OP(*Other.Ptr); } |
Definition at line 42 of file APSIntPtr.h.