#include "clang/AST/ComparisonCategories.h"
#include "clang/AST/APValue.h"
#include "llvm/ADT/APSInt.h"
#include "llvm/Support/MathExtras.h"
#include "llvm/Support/raw_ostream.h"
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
|
struct | clang::interp::Repr< Bits, Signed > |
|
struct | clang::interp::Repr< 8, false > |
|
struct | clang::interp::Repr< 16, false > |
|
struct | clang::interp::Repr< 32, false > |
|
struct | clang::interp::Repr< 64, false > |
|
struct | clang::interp::Repr< 8, true > |
|
struct | clang::interp::Repr< 16, true > |
|
struct | clang::interp::Repr< 32, true > |
|
struct | clang::interp::Repr< 64, true > |
|
class | clang::interp::Integral< Bits, Signed > |
| Wrapper around numeric types. More...
|
|
|
template<typename T > |
ComparisonCategoryResult | clang::interp::Compare (const T &X, const T &Y) |
| Helper to compare two comparable types. More...
|
|
template<unsigned Bits, bool Signed> |
llvm::raw_ostream & | clang::interp::operator<< (llvm::raw_ostream &OS, Integral< Bits, Signed > I) |
|